Your message dated Mon, 03 Dec 2018 11:34:15 +0000 with message-id <[email protected]> and subject line Bug#895659: fixed in gutenprint 5.3.1-5 has caused the Debian Bug report #895659, regarding gutenprint: please stop using --ignore debhelper option to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 895659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895659 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: gutenprint Version: 5.3.0~pre1-2 Severity: wishlist Tags: patch Hello. Debhelper is considering deprecating the --ignore option. It is used once in gutenprint. Commit 5b3f43f1 stops installing the usb directory on non Linux architectures. Among other changes, it moves "usr/share/cups/usb" from debian/printer-driver-gutenprint.install to the freshly created debian/printer-driver-gutenprint.install.linux. The intent was probably that both files are used when DEB_HOST_ARCH_OS=linux, else only the first one. This does not work because debhelper only considers the most specific file. Commit 49ffeb1f fixes this in debian/rules by adding: ifeq ($(DEB_BUILD_ARCH_OS),linux) # Install common files dh_install -pprinter-driver-gutenprint --ignore=debian/printer-driver-gutenprint.install.linux endif right before dh_install -a The effect is that * on linux, the first dh_install run installs normal files, and the second run installs the usb directory. * on other architectures, dh_install is only run once and installs the normal files. If all this is correct, the attached patch should have the same effect in a more readable way, and without --ignore. Thanks.--- a/debian/printer-driver-gutenprint.install.linux +++ /dev/null @@ -1 +0,0 @@ -usr/share/cups/usb --- a/debian/rules +++ b/debian/rules @@ -38,10 +38,9 @@ override_dh_clean: override_dh_install-arch: ifeq ($(DEB_BUILD_ARCH_OS),linux) - # Install common files - dh_install -pprinter-driver-gutenprint --ignore=debian/printer-driver-gutenprint.install.linux + dh_install -pprinter-driver-gutenprint usr/share/cups/usb endif - dh_install -a + dh_install -a --remaining-packages # Remove rpath find debian/printer-driver-gutenprint/usr/lib -type f -perm /0111 -print0 | xargs -0 chrpath --delete # Install ppd-updater file
--- End Message ---
--- Begin Message ---Source: gutenprint Source-Version: 5.3.1-5 We believe that the bug you reported is fixed in the latest version of gutenprint, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Didier Raboud <[email protected]> (supplier of updated gutenprint package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 03 Dec 2018 12:08:35 +0100 Source: gutenprint Binary: gimp-gutenprint printer-driver-gutenprint libgutenprint-dev libgutenprint-doc libgutenprint9 libgutenprint-common libgutenprintui2-dev libgutenprintui2-2 gutenprint-locales escputil gutenprint-doc Architecture: source Version: 5.3.1-5 Distribution: unstable Urgency: medium Maintainer: Debian Printing Group <[email protected]> Changed-By: Didier Raboud <[email protected]> Description: escputil - maintenance utility for Epson Stylus printers gimp-gutenprint - print plugin for the GIMP gutenprint-doc - users' guide for Gutenprint and CUPS gutenprint-locales - locale data files for Gutenprint libgutenprint-common - support files for the Gutenprint printer driver library libgutenprint-dev - development files for the Gutenprint printer driver library libgutenprint-doc - documentation for the Gutenprint printer driver library libgutenprint9 - runtime for the Gutenprint printer driver library libgutenprintui2-2 - runtime for the Gutenprint printer driver user interface library libgutenprintui2-dev - development files for the Gutenprint printer driver user interfac printer-driver-gutenprint - printer drivers for CUPS Closes: 895659 910547 915153 Changes: gutenprint (5.3.1-5) unstable; urgency=medium . * Migrate 5.3 to unstable . gutenprint (5.3.1-4) experimental; urgency=medium . * Add missing Build-Depends: (Closes: #915153) - Any: byacc - Indep: docbook-utils and doxygen; add d/rules toggle . gutenprint (5.3.1-3) experimental; urgency=medium . * Packaging cleanup to permit building twice (Closes: #910547) - Cleanup d/control with `cme fix dpkg-control` - Mirror doc/developer/cleanwarnings.pl from upstream - Make sure to build documentation from scratch: use '--enable-maintainer-mode' configuration flag - List (some) pre-built files in debian/clean . * Minor d/copyright cleanup . gutenprint (5.3.1-2) experimental; urgency=medium . * Update patch following upstream's route: - libgutenprintui: Need to increment current_interface, not reset binary_age . gutenprint (5.3.1-1) experimental; urgency=low . * New upstream version 5.3.1 * Backport upstream patches neede for gcc8: - Fix format warning - Need to increment current_interface as well as binary_age. - backend: Fix a compile warning that popped up on Debian 9 * Add another patch to cancel SONAME rewind: - libgutenprintui: Need to reset binary_age . gutenprint (5.3.0~pre1-3) experimental; urgency=medium . [ Didier Raboud ] * Bump S-V to 4.1.4 without changes needed * Drop end-of-line whitespace * Rewrite debian/copyright thanks to `cme update dpkg-copyright` . [ Nicolas Boulenguez ] * Rewrite ARCH_OS-different installation to avoid the use of debhelper's --ignore (Closes: #895659) . gutenprint (5.3.0~pre1-2) experimental; urgency=medium . * Merge unstable's 5.2.13-2 . gutenprint (5.3.0~pre1-1) experimental; urgency=medium . * New upstream version 5.3.0~pre1; upload to experimental . * New packages: - Bump libgutenprint SONAME version from 2 to 9 - Bump libgutenprintui2 SONAME version from 1 to 2 - Split libgutenprint9's arch:all material in libgutenprint-common * Packaging cleanup: - Drop dh-autoreconf and autotools-dev B-D and dh options, as they're called by default in dh 10 - Bump S-V to 4.1.1 without changes needed - Enable hardening=+all - Drop the XS-Testsuite field added automagically now - Update Vcs-* and debian/watch URLs to https variants - Add libgutenprint9 and libgutenprintui2-2 symbol files - Drop now-unused lintian override in p-d-gutenprint - Drop debian/source/local-options - Add source lintian-overrides for the two rightful menu.js files - Drop asterisk-based bulleted-list in NEWS - Fix debian/watch to match better on the available versions Checksums-Sha1: 055e4f74ee83a17688104eba023037e07fa68262 2807 gutenprint_5.3.1-5.dsc 23bbcf51094c9d2df4a5c37facf1cdcdfc6833f3 93076 gutenprint_5.3.1-5.debian.tar.xz Checksums-Sha256: 9612a293c5e8997f6b9f8f21d2ae41164e76035f5ab7d1a9c9d8c9ef2f843ae9 2807 gutenprint_5.3.1-5.dsc 364c4a7c0f1680692ae13d3d359805de7d9659ad76ad3b7e0ac36b6c5c2f21a8 93076 gutenprint_5.3.1-5.debian.tar.xz Files: 52176413afe255d669f0637565ca13ef 2807 graphics optional gutenprint_5.3.1-5.dsc e85ca7350860f5c2eeb437801b4fd72a 93076 graphics optional gutenprint_5.3.1-5.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAlwFEMgACgkQi8+nHsoW NFUsXQv/RSz58NGecIkhUPjupwbcMm2tM9RzQyQqsNBCb+4n9Bq/jn4vTwo4nGPx V+22Joy0pkvHe9CfVyBIspYxJnT/t/TK74oXKFsC9yvQ2J7XEJ+iDyM2UOlTFgCK h/6Et5M4/PXMqak0UGnJID2oJkVuDuo/kfsAFU1NHq74A89q4Eqix2pqaQgb+PAS vaHDudkTqPFlxHSoEqe/3u2HPerWeUVqauaMZcEo5qIwbzcXHlbtBc5n+bbBVNN3 aTJWEmt0B2uyMZ074MWCuWbJqDgzzpHkaGouE+0mlWpKixGKcFGuwFKzieXo/Y92 7Rm2TAkqGUxK1BZscijrlcGgCpd5jjfwZdI+rRhd9BEh3YutkCX2GxHvv5OuAxLi MwX1ejOw9bB0J4XpocoqXw4/2GYtm10tb/IEHsImnJ6DhSmu5oMD4Y0RJAuDG1q3 TWGXG8K2ohrT0gtIy0wHe7Ad/MVT07mwwcECvrBjbdPyWL8klEBYNbeKiq8UhD1y TgUlZKxM =E8W2 -----END PGP SIGNATURE-----
--- End Message ---
