Dylan Aïssi pushed to branch debian-unstable at X Strike Force / lib / libxfont
Commits: ddeab57b by Debian Janitor at 2024-03-12T12:19:57+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 - - - - - 75f2f356 by Debian Janitor at 2024-03-12T12:19:57+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 - - - - - f0df8981 by Debian Janitor at 2024-03-12T12:19:57+00:00 Update standards version to 4.6.2, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,11 @@ libxfont (1:2.0.6-2) UNRELEASED; urgency=medium + Build-Depends: Drop versioned constraint on xorg-sgml-doctools (>= 1:1.7). + libxfont-dev: Drop versioned constraint on libfontenc-dev (>= 1:1.0.1-1) in Depends. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Use canonical URL in Vcs-Git. + * Update standards version to 4.6.2, no changes needed. -- Debian Janitor <jani...@jelmer.uk> Thu, 22 Dec 2022 23:51:13 -0000 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Timo Aaltonen <tjaal...@debian.org> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), quilt, pkg-config, libfontenc-dev, @@ -16,8 +16,8 @@ Build-Depends: xutils-dev, # devel-docs xmlto, xorg-sgml-doctools, w3m, -Standards-Version: 4.5.0 -Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont +Standards-Version: 4.6.2 +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfont Package: libxfont2 ===================================== debian/rules ===================================== @@ -46,9 +46,6 @@ override_dh_install: dh_install -a -N$(PACKAGE)-udeb --sourcedir=debian/tmp-main dh_install -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb -override_dh_missing: - dh_missing --fail-missing - override_dh_makeshlibs: dh_makeshlibs -V'libxfont2 (>= 1:2.0.1)' --add-udeb=$(PACKAGE)-udeb View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/compare/53fc2868618240537b30ae5842ce784375683d65...f0df898138874031c218ef45f62b5ea0119a3312 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/compare/53fc2868618240537b30ae5842ce784375683d65...f0df898138874031c218ef45f62b5ea0119a3312 You're receiving this email because of your account on salsa.debian.org.