Bug#1069930: Removed package(s) from unstable

2024-04-27 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  escputil | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
gimp-gutenprint | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
libgutenprint-dev | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
libgutenprint9 | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
libgutenprintui2-2 | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
libgutenprintui2-dev | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, i386
printer-driver-gutenprint | 5.3.4.20220624T01008808d602-1+b2 | armel, armhf, 
i386

--- Reason ---
ROM; software no longer works on 32bit architectures
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1069...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1069930

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)



Processing of foo2zjs_20200505dfsg0-3_source.changes

2024-04-27 Thread Debian FTP Masters
foo2zjs_20200505dfsg0-3_source.changes uploaded successfully to localhost
along with the files:
  foo2zjs_20200505dfsg0-3.dsc
  foo2zjs_20200505dfsg0-3.debian.tar.xz
  foo2zjs_20200505dfsg0-3_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1060769: marked as done (foo2zjs: mitigate empty directory loss for usrmerge (DEP17 P6))

2024-04-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Apr 2024 09:20:28 +
with message-id 
and subject line Bug#1060769: fixed in foo2zjs 20200505dfsg0-3
has caused the Debian Bug report #1060769,
regarding foo2zjs: mitigate empty directory loss for usrmerge (DEP17 P6)
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 ow...@bugs.debian.org
immediately.)


-- 
1060769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: foo2zjs
Version: 20200505dfsg0-2
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17p6

For the currently ongoing UsrMerge effort [1], paths installed into
/lib should move to /usr/lib.

printer-driver-foo2zjs installs the empty directory
/lib/firmware/hp. On a naive move to /usr, this directory would be
lost on upgrades (the "DEP17 P6" problem).

Please find a patch attached to install the relevant paths into /usr,
and a mitigation for the lost directory. I've chosen the postinst
way, as your package already had a postinst dealing with this path.

Note: this should not be backported to bookworm. If you intend to
backport, please revert the entire patch for the backport.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please
then upload to experimental and get in touch with the UsrMerge
driver, please see the wiki [1].

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru foo2zjs-20200505dfsg0/debian/changelog foo2zjs-20200505dfsg0/debian/changelog
--- foo2zjs-20200505dfsg0/debian/changelog	2021-09-02 14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/changelog	2024-01-13 23:36:22.0 +0100
@@ -1,3 +1,12 @@
+foo2zjs (20200505dfsg0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into UsrMerged-layout (udev files, firmware directory).
+Restore /usr/lib/firmware/hp as an empty directory in postinst if it
+is lost on upgrades. (DEP17 P6) (Closes: #-1)
+
+ -- Chris Hofstaedtler   Sat, 13 Jan 2024 23:36:22 +0100
+
 foo2zjs (20200505dfsg0-2) unstable; urgency=medium
 
   * Remove myself from Uploaders
diff -Nru foo2zjs-20200505dfsg0/debian/NEWS foo2zjs-20200505dfsg0/debian/NEWS
--- foo2zjs-20200505dfsg0/debian/NEWS	2021-09-02 14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/NEWS	2024-01-13 23:36:22.0 +0100
@@ -1,7 +1,7 @@
 foo2zjs (20090908dfsg-2) unstable; urgency=low
 
   Starting with this version all HP firmwares are looked for into
-  /lib/firmware/hp/ instead of upstream /usr/share/foo2zjs/firmware/
+  /usr/lib/firmware/hp/ instead of upstream /usr/share/foo2zjs/firmware/
   (thus solving bug #517957).
 
   The upstream /usr/bin/getweb and /lib/udev/hplj1000 scripts have
diff -Nru foo2zjs-20200505dfsg0/debian/patches/0012-Use-the-same-firmware-folder-for-all-HP-LJ-printers.patch foo2zjs-20200505dfsg0/debian/patches/0012-Use-the-same-firmware-folder-for-all-HP-LJ-printers.patch
--- foo2zjs-20200505dfsg0/debian/patches/0012-Use-the-same-firmware-folder-for-all-HP-LJ-printers.patch	2021-09-02 14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/patches/0012-Use-the-same-firmware-folder-for-all-HP-LJ-printers.patch	2024-01-13 23:36:22.0 +0100
@@ -2,6 +2,8 @@
 Date: Tue, 4 Oct 2016 11:43:55 +0200
 Subject: Use the same firmware folder for all HP LJ printers
 
+[zeha@d.o 2024-01-13: changed to /usr/ for UsrMerge layout]
+
 ---
  hplj1000  |  6 --
  hplj10xx.conf | 10 +-
@@ -58,7 +60,7 @@
  match "vendor" "0x03f0";
  match "product" "0x3d17";
 -action "cat /usr/share/foo2xqx/firmware/sihpP1005.dl > /dev/$device-name";
-+action "cat /lib/firmware/hp/sihpP1005.dl > /dev/$device-name";
++action "cat /usr/lib/firmware/hp/sihpP1005.dl > /dev/$device-name";
  };
  
  # Firmware download HP LaserJet P1006 printer
@@ -66,7 +68,7 @@
  match "vendor" "0x03f0";
  match "product" "0x3e17";
 -action "cat /usr/share/foo2xqx/firmware/sihpP1006.dl > /dev/$device-name";
-+action "cat /lib/firmware/hp/sihpP1006.dl > /dev/$device-name";
++action "cat /usr/lib/firmware/hp/sihpP1006.dl > /dev/$device-name";
  };
  
  # Firmware download HP LaserJet P1007 printer
@@ -74,7 +76,7 @@
  match "vendor" "0x03f0";
  match "product" "0x4817";
 -action "cat /usr/share/foo2xqx/firmware/sihpP1005.dl > /dev/$device-name";
-+action "cat /lib/firmware/hp/sihpP1005.dl > /dev/$device-name";
++action "cat /usr/lib/firmware/hp/sihpP1005.dl > /dev/$device-name";
  };
  
  # Firmware download HP LaserJet P1008 printer
@@ -82,7 +84,7 @@
  match "vendor" "0x03f0";
  match "pro

Bug#1063451: marked as done (foo2zjs: move all files to /usr DEP17 + empty directory loss)

2024-04-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Apr 2024 09:20:28 +
with message-id 
and subject line Bug#1060769: fixed in foo2zjs 20200505dfsg0-3
has caused the Debian Bug report #1060769,
regarding foo2zjs: move all files to /usr DEP17 + empty directory loss
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 ow...@bugs.debian.org
immediately.)


-- 
1060769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: foo2zjs
Version: 20200505dfsg0-2
Tags: patch
User: helm...@debian.org
Usertags: dep17m2 dep17p6

Hi,

we are in the process of finalizing the /usr-merge by moving all aliased
files from / to /usr via DEP17. printer-driver-foo2zjs contains an empty
directory /lib/firmware/hp in an aliased location. If this is moved to
/usr, it will be lost in a package upgrade. This loss is flagged by
dumat and is the reason I'm writing this mail. Since no other package in
Debian writes any files to /lib/firmware/hp or /usr/lib/firmware/hp,
this loss can only happen during the package upgrade. Therefore,
recreating the lost directory in printer-driver-foo2zjs.postinst is a
reasonable mitigation. I've implemented the /usr-move and this
mitigation in the attached patch. After applying it, the /usr-move is
done from a foo2zjs perspective. Note that this patch must not be
backported to bookworm-backports. I hope this is not a problem as
foo2zjs has not been backported in earlier releases. In case it needs to
be backports, this patch needs to be reverted. If this leaves any
questions, don't hesitate to ask.

Helmut

DEP17: http://subdivi.de/~helmut/dep17.html
diff --minimal -Nru foo2zjs-20200505dfsg0/debian/NEWS 
foo2zjs-20200505dfsg0/debian/NEWS
--- foo2zjs-20200505dfsg0/debian/NEWS   2021-09-02 14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/NEWS   2024-02-08 13:55:52.0 +0100
@@ -1,7 +1,7 @@
 foo2zjs (20090908dfsg-2) unstable; urgency=low
 
   Starting with this version all HP firmwares are looked for into
-  /lib/firmware/hp/ instead of upstream /usr/share/foo2zjs/firmware/
+  /usr/lib/firmware/hp/ instead of upstream /usr/share/foo2zjs/firmware/
   (thus solving bug #517957).
 
   The upstream /usr/bin/getweb and /lib/udev/hplj1000 scripts have
diff --minimal -Nru foo2zjs-20200505dfsg0/debian/changelog 
foo2zjs-20200505dfsg0/debian/changelog
--- foo2zjs-20200505dfsg0/debian/changelog  2021-09-02 14:45:45.0 
+0200
+++ foo2zjs-20200505dfsg0/debian/changelog  2024-02-08 14:01:50.0 
+0100
@@ -1,3 +1,10 @@
+foo2zjs (20200505dfsg0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * DEP17: Move all aliased files to /usr. (Closes: #-1)
+
+ -- Helmut Grohne   Thu, 08 Feb 2024 14:01:50 +0100
+
 foo2zjs (20200505dfsg0-2) unstable; urgency=medium
 
   * Remove myself from Uploaders
diff --minimal -Nru 
foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs-common.install 
foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs-common.install
--- foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs-common.install  
2021-09-02 14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs-common.install  
2024-02-08 13:54:31.0 +0100
@@ -1,7 +1,7 @@
 PPD/* usr/share/ppd/foo2zjs/
 debian/printer-driver-foo2zjs-common.ppd-updater /usr/share/cups/ppd-updaters/
 getweb usr/sbin
-hplj1000 lib/udev
+hplj1000 usr/lib/udev
 hplj1020.desktop usr/share/applications/
 hplj1020_icon.png usr/share/pixmaps
 usr/bin/foo2ddst-wrapper
diff --minimal -Nru foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.dirs 
foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.dirs
--- foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.dirs2021-09-02 
14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.dirs2024-02-08 
13:58:25.0 +0100
@@ -1 +1 @@
-/lib/firmware/hp/
+/usr/lib/firmware/hp/
diff --minimal -Nru foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.links 
foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.links
--- foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.links   2021-09-02 
14:45:45.0 +0200
+++ foo2zjs-20200505dfsg0/debian/printer-driver-foo2zjs.links   2024-02-08 
13:55:25.0 +0100
@@ -1,10 +1,10 @@
-lib/udev/hplj1000 lib/udev/hplj1005
-lib/udev/hplj1000 lib/udev/hplj1018
-lib/udev/hplj1000 lib/udev/hplj1020
-lib/udev/hplj1000 lib/udev/hpljP1005
-lib/udev/hplj1000 lib/udev/hpljP1006
-lib/udev/hplj1000 lib/udev/hpljP1007
-lib/udev/hplj1000 lib/udev/hpljP1008
-lib/udev/hplj1000 lib/udev/hpljP1505
-lib/udev/hplj1000 lib/udev/hpljP1505n
+usr/lib/udev/hplj1000 usr/lib/udev/hplj1005
+usr/lib

foo2zjs_20200505dfsg0-3_source.changes ACCEPTED into unstable

2024-04-27 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Apr 2024 09:32:30 +0200
Source: foo2zjs
Architecture: source
Version: 20200505dfsg0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team 
Changed-By: Thorsten Alteholz 
Closes: 1060769
Changes:
 foo2zjs (20200505dfsg0-3) unstable; urgency=medium
 .
   [ Thorsten Alteholz ]
   * debian/control: add myself as Uploader:
   * debian/control: bump standard to 4.7.0 (no changes)
   * debian/gbp.conf: latest pristine-tar is missing, so don't use it
 .
   [ Helmut Grohne, Chris Hofstaedtler ]
   * DEP17: Move all aliased files to /usr. (Closes: #1060769)
 Thanks a lot for preparing the patch
Checksums-Sha1:
 7e25fd9737af0aaebdce08530824b6b9e455d78b 2415 foo2zjs_20200505dfsg0-3.dsc
 33bd4610e360cf8cb0e626a6e990e3e062c65fc5 39824 
foo2zjs_20200505dfsg0-3.debian.tar.xz
 da9c656286a120011b9e0c2808b6f96fb45e4530 10325 
foo2zjs_20200505dfsg0-3_amd64.buildinfo
Checksums-Sha256:
 36286c93c5939bc27360f86198a66061e37f9e30ef7c03ceca507aef0173a2c6 2415 
foo2zjs_20200505dfsg0-3.dsc
 dcf7cd9c1c31d3066e8d68ba9d84cc9758032e8d7694b6730ff7748e837c5c24 39824 
foo2zjs_20200505dfsg0-3.debian.tar.xz
 8ce2601f5163e190ab70d13e8b0b99a3a2033c5cbb2ceaa9f675a8c886408eed 10325 
foo2zjs_20200505dfsg0-3_amd64.buildinfo
Files:
 88b9373f3bb691d7fd911a4549fed1b7 2415 text optional foo2zjs_20200505dfsg0-3.dsc
 d63255e503f7fa89d9c9fdace643c44c 39824 text optional 
foo2zjs_20200505dfsg0-3.debian.tar.xz
 977dc4ef7b5c594d6dd9816f3340d880 10325 text optional 
foo2zjs_20200505dfsg0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmYsvFZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRzikD/sGDbyNOy7ih7OkfuuOCyi356jdyLuY
nWJFGasZkWKWgsWmHvmB8qYKc/V6YHQm0hqrn80kF/3lmknf96fdlHBwZAlBOMe5
oQqWJntaVyxcsK5siRbu/3MmTg+SKJLWVrXIpjkkzi91VTopaO7N5pAp0FLfoF/W
btp840ceJolUFG9mRRteaPVq8Al38gOtawvFeJb83jdMchtRrsEk7iVAGcQ9h2qk
93LZC7OXnYnPAZqvrVEdxLudR67myUB8YmQxpsk7970AecedWJ05DzqF/M7o9SzE
D9Qt5/RiwgvJdWtSFZu/oNKahUrGgCtS6VQf1F32B97k+8lrxSGJ0znHdTRorksH
nhcq59Y9Zc9v+AOJw1XuE0UlFsAjyfLUgPCZ3wcfG9DgguOGQpb8HWhHRXItZTo/
zMEZII43kPYrPv/qteEnSXiygLx8b/LuPGqktqiybQlaKtDZlZ+pwALrtJDbBKoO
5CHOf1arivSZSUv/NAZrNa8tpsbl06ym51DUzacg+WyNe6YKcZb1i8eH7iiU0eI7
/vdFRocPDvuqvCYXkYNeh+rGUntOMnXoBlOOlMXbUEC0Z0xcJk8n4XybidEFSw27
auB6Hl0nyR/bupMnld3BKha7H60ZY1vNnXJWiNE8B7ewBM8xHALPeR6JC/E5U34g
JcXsrefgigO2uA==
=ykzD
-END PGP SIGNATURE-



pgpRYZ5TUjpqW.pgp
Description: PGP signature


Bug#1060769: foo2zjs: diff for NMU version 20200505dfsg0-2.1

2024-04-27 Thread Thorsten Alteholz

Hi Chris,

thanks for preparing the upload.
From my point of view the change in debian/NEWS is not correct. If at 
all there could have been a new entry for this upload, but I don't think 
this change is that important to explicitly inform all users.


Anyway, I just uploaded 20200505dfsg0-3 now ...

  Thorsten