[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/glw][debian-unstable] 2 commits: Use secure URI in Homepage field.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / glw

Commits:

  • bbbc2003
    by Debian Janitor at 2022-11-16T02:38:49+00:00
    Use secure URI in Homepage field.
    
    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
    
  • 87830fbd
    by Debian Janitor at 2022-11-16T02:38:50+00:00
    Bump debhelper from old 12 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -9,6 +9,10 @@ glw (8.0.0-1.2) UNRELEASED; urgency=low
    9 9
       * Use secure URI in Vcs control header Vcs-Git.
    
    10 10
       * Update Vcs-* headers from URL redirect.
    
    11 11
       * Use canonical URL in Vcs-Git.
    
    12
    +  * Use secure URI in Homepage field.
    
    13
    +  * Bump debhelper from old 12 to 13.
    
    14
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    15
    +      default.
    
    12 16
     
    
    13 17
      -- Debian Janitor <janitor@jelmer.uk>  Sat, 06 Jun 2020 16:59:52 -0000
    
    14 18
     
    

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Standards-Version: 3.9.3
    
    6 6
     Build-Depends:
    
    7
    - debhelper-compat (= 12),
    
    7
    + debhelper-compat (= 13),
    
    8 8
      quilt,
    
    9 9
      pkg-config,
    
    10 10
      automake,
    
    ... ... @@ -15,7 +15,7 @@ Build-Depends:
    15 15
      libxext-dev,
    
    16 16
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git
    
    17 17
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw
    
    18
    -Homepage: http://mesa3d.sourceforge.net/
    
    18
    +Homepage: https://mesa3d.sourceforge.net/
    
    19 19
     
    
    20 20
     Package: libglw1-mesa
    
    21 21
     Architecture: any
    

  • debian/rules
    ... ... @@ -17,6 +17,3 @@ gentarball: SOURCE=glw
    17 17
     gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
    
    18 18
     gentarball:
    
    19 19
     	git archive --format=tar upstream-experimental --prefix=$(SOURCE)-$(UV)/ | gzip -9 > ../$(SOURCE)_$(UV).orig.tar.gz
    20
    -
    
    21
    -override_dh_missing:
    
    22
    -	dh_missing --fail-missing


  • Reply to: