Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libfontenc
Commits: 75a31ed8 by Debian Janitor at 2022-09-21T12:08:49+00:00 Use secure URI in debian/watch. Changes-By: lintian-brush - - - - - 01d4f1dc by Debian Janitor at 2022-09-21T12:08:49+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 - - - - - ed07a55c by Debian Janitor at 2022-09-21T12:08:50+00:00 Replace XC-Package-Type with Package-Type. Changes-By: lintian-brush Fixes: lintian: adopted-extended-field See-also: https://lintian.debian.org/tags/adopted-extended-field.html - - - - - 8ef88e4c by Debian Janitor at 2022-09-21T12:08:51+00:00 Update standards version to 4.6.1, 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 - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libfontenc (1:1.1.4-2) UNRELEASED; urgency=medium + + * Use secure URI in debian/watch. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Replace XC-Package-Type with Package-Type. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <[email protected]> Wed, 21 Sep 2022 12:08:49 -0000 + libfontenc (1:1.1.4-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -8,8 +8,8 @@ Build-Depends: pkg-config, xutils-dev (>= 1:7.5~1), xfonts-utils (>= 1:7.5+1), - debhelper-compat (= 12), -Standards-Version: 4.5.0 + debhelper-compat (= 13), +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libfontenc.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libfontenc @@ -33,7 +33,7 @@ Description: X11 font encoding library git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libfontenc1-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Architecture: any Depends: ===================================== debian/rules ===================================== @@ -22,9 +22,6 @@ override_dh_install: find debian/tmp -name '*.la' -delete dh_install --sourcedir=debian/tmp -override_dh_missing: - dh_missing --fail-missing - override_dh_strip: dh_strip -p$(PACKAGE) --dbgsym-migration='libfontenc1-dbg (<< 1:1.1.4-1)' dh_strip -N$(PACKAGE) ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ #git=https://gitlab.freedesktop.org/xorg/lib/libfontenc version=3 opts=pgpsigurlmangle=s/$/.sig/ \ -http://xorg.freedesktop.org/releases/individual/lib/ libfontenc-(.*)\.tar\.gz +https://xorg.freedesktop.org/releases/individual/lib/ libfontenc-(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/xorg-team/lib/libfontenc/-/compare/1b9246eec5bd1379c623944a815e959fe36fb17a...8ef88e4c881699f71de8dea7880dc9fab45a17ef -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libfontenc/-/compare/1b9246eec5bd1379c623944a815e959fe36fb17a...8ef88e4c881699f71de8dea7880dc9fab45a17ef You're receiving this email because of your account on salsa.debian.org.

