Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxxf86vm
Commits: ea1ca6ca by Debian Janitor at 2022-11-14T20:59:25+00:00 Use secure URI in debian/watch. Changes-By: lintian-brush - - - - - e7255a97 by Debian Janitor at 2022-11-14T20:59:26+00:00 Bump debhelper from deprecated 9 to 13. + debian/rules: Drop --fail-missing argument, now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html - - - - - 24ac8c67 by Debian Janitor at 2022-11-14T20:59:26+00:00 Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html - - - - - 16870c7f by Debian Janitor at 2022-11-14T20:59:26+00:00 Change priority extra to priority optional. Changes-By: lintian-brush Fixes: lintian: priority-extra-is-replaced-by-priority-optional See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html - - - - - 527d9029 by Debian Janitor at 2022-11-14T20:59:29+00:00 Drop unnecessary dependency on dh-autoreconf. Changes-By: lintian-brush Fixes: lintian: useless-autoreconf-build-depends See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html - - - - - 4c5aa45b by Debian Janitor at 2022-11-14T20:59:34+00:00 Use secure URI in Vcs control header Vcs-Git. Changes-By: lintian-brush Fixes: lintian: vcs-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html - - - - - 6a30e562 by Debian Janitor at 2022-11-14T20:59:36+00:00 Update Vcs-* headers from URL redirect. Changes-By: lintian-brush Fixes: lintian: vcs-obsolete-in-debian-infrastructure See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html - - - - - bd6cefd8 by Debian Janitor at 2022-11-14T20:59:36+00:00 Use canonical URL in Vcs-Git. Changes-By: lintian-brush Fixes: lintian: vcs-field-not-canonical See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html - - - - - 1cfa3456 by Debian Janitor at 2022-11-14T20:59:37+00:00 Remove field Priority on binary package libxxf86vm1-dbg that duplicates source. Changes-By: lintian-brush Fixes: lintian: installable-field-mirrors-source See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium + + * Use secure URI in debian/watch. + * Bump debhelper from deprecated 9 to 13. + + debian/rules: Drop --fail-missing argument, now the default. + * Set debhelper-compat version in Build-Depends. + * Change priority extra to priority optional. + * Drop unnecessary dependency on dh-autoreconf. + * Use secure URI in Vcs control header Vcs-Git. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + * Remove field Priority on binary package libxxf86vm1-dbg that duplicates + source. + + -- Debian Janitor <[email protected]> Mon, 14 Nov 2022 20:59:25 -0000 + libxxf86vm (1:1.1.4-1) unstable; urgency=medium * New upstream release. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,8 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper-compat (= 13), libx11-dev (>= 1:0.99.2), x11proto-xf86vidmode-dev (>= 2.2.99.1), libx11-6 (>= 2:1.6), @@ -13,8 +12,8 @@ Build-Depends: quilt, xutils-dev (>= 1:7.5+4), Standards-Version: 3.9.2 -Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxxf86vm.git +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxxf86vm Package: libxxf86vm1 Section: libs @@ -37,7 +36,6 @@ Description: X11 XFree86 video mode extension library Package: libxxf86vm1-dbg Section: debug Architecture: any -Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version}) Multi-Arch: same Description: X11 XFree86 video mode extension library (debug package) ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ override_dh_auto_install: # Kill *.la files, and forget no-one: override_dh_install: find debian/tmp -name '*.la' -delete - dh_install --fail-missing + dh_install # Debug package: override_dh_strip: @@ -17,4 +17,4 @@ override_dh_strip: dh_strip -N$(PACKAGE) %: - dh $@ --with quilt,autoreconf --builddirectory=build/ + dh $@ --with quilt --builddirectory=build/ ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ #git=git://anongit.freedesktop.org/xorg/lib/libXxf86vm version=3 opts=pgpsigurlmangle=s/$/.sig/ \ -http://xorg.freedesktop.org/releases/individual/lib/ libXxf86vm-(.*)\.tar\.gz +https://xorg.freedesktop.org/releases/individual/lib/ libXxf86vm-(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxxf86vm/-/compare/1997cc31b9c3b03ead956f0feeb527bd3ce6e204...1cfa345658cd2816b577c1d85ba3c835e74f22ac -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxxf86vm/-/compare/1997cc31b9c3b03ead956f0feeb527bd3ce6e204...1cfa345658cd2816b577c1d85ba3c835e74f22ac You're receiving this email because of your account on salsa.debian.org.

