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: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -9,6 +9,10 @@ glw (8.0.0-1.2) UNRELEASED; urgency=low * Use secure URI in Vcs control header Vcs-Git. * Update Vcs-* headers from URL redirect. * Use canonical URL in Vcs-Git. + * Use secure URI in Homepage field. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. -- Debian Janitor <jani...@jelmer.uk> Sat, 06 Jun 2020 16:59:52 -0000 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Standards-Version: 3.9.3 Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), quilt, pkg-config, automake, @@ -15,7 +15,7 @@ Build-Depends: libxext-dev, Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw -Homepage: http://mesa3d.sourceforge.net/ +Homepage: https://mesa3d.sourceforge.net/ Package: libglw1-mesa Architecture: any ===================================== debian/rules ===================================== @@ -17,6 +17,3 @@ gentarball: SOURCE=glw gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//') gentarball: git archive --format=tar upstream-experimental --prefix=$(SOURCE)-$(UV)/ | gzip -9 > ../$(SOURCE)_$(UV).orig.tar.gz - -override_dh_missing: - dh_missing --fail-missing View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/compare/15ad084cf870d3fb59f3cbc624429ade3d491f68...87830fbd7033536a7df15fb38ba488981410cbb8 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/compare/15ad084cf870d3fb59f3cbc624429ade3d491f68...87830fbd7033536a7df15fb38ba488981410cbb8 You're receiving this email because of your account on salsa.debian.org.