Your message dated Thu, 14 Mar 2024 18:04:38 +0000
with message-id <[email protected]>
and subject line Bug#1059981: fixed in bzip2 1.0.8-5.1
has caused the Debian Bug report #1059981,
regarding bzip2: DEP17: move files to /usr
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.)


-- 
1059981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059981
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bzip2
Version: 1.0.8-5
Tags: patch
User: [email protected]
Usertags: dep17m2

Hi,

We want to finalize the /usr-merge transition via DEP17 by moving all
the files from aliased locations to /usr. bzip2 is involved early,
because it is part of the essential set. I'm attaching a patch for the
conversion. I do not expect this to produce a report from dumat, but the
patch is non-trivial in other ways and I appreciate a review. It should
not be uploaded to bookworm-backports or earlier. If you want to support
backports, please use dh_movetousr instead.

Helmut
diff --minimal -Nru bzip2-1.0.8/debian/bzip2.install 
bzip2-1.0.8/debian/bzip2.install
--- bzip2-1.0.8/debian/bzip2.install    2021-11-27 13:25:05.000000000 +0100
+++ bzip2-1.0.8/debian/bzip2.install    2024-01-03 20:32:53.000000000 +0100
@@ -1,2 +1,2 @@
-bin
-debian/bzexe bin
+usr/bin
+debian/bzexe usr/bin
diff --minimal -Nru bzip2-1.0.8/debian/bzip2.links 
bzip2-1.0.8/debian/bzip2.links
--- bzip2-1.0.8/debian/bzip2.links      2021-11-27 13:25:05.000000000 +0100
+++ bzip2-1.0.8/debian/bzip2.links      2024-01-03 20:33:52.000000000 +0100
@@ -1,7 +1,7 @@
-bin/bzdiff bin/bzcmp
-bin/bzgrep bin/bzegrep
-bin/bzgrep bin/bzfgrep
-bin/bzmore bin/bzless
+usr/bin/bzdiff usr/bin/bzcmp
+usr/bin/bzgrep usr/bin/bzegrep
+usr/bin/bzgrep usr/bin/bzfgrep
+usr/bin/bzmore usr/bin/bzless
 
 usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bunzip2.1.gz
 usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzcat.1.gz
diff --minimal -Nru bzip2-1.0.8/debian/bzip2.manpages 
bzip2-1.0.8/debian/bzip2.manpages
--- bzip2-1.0.8/debian/bzip2.manpages   2021-11-27 13:25:05.000000000 +0100
+++ bzip2-1.0.8/debian/bzip2.manpages   2024-01-03 20:33:52.000000000 +0100
@@ -1,2 +1,2 @@
-man/man1/*
+usr/man/man1/*
 debian/bzexe.1
diff --minimal -Nru bzip2-1.0.8/debian/changelog bzip2-1.0.8/debian/changelog
--- bzip2-1.0.8/debian/changelog        2021-12-03 09:32:51.000000000 +0100
+++ bzip2-1.0.8/debian/changelog        2024-01-03 20:33:52.000000000 +0100
@@ -1,3 +1,10 @@
+bzip2 (1.0.8-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * DEP17: Move files to /usr. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Wed, 03 Jan 2024 20:33:52 +0100
+
 bzip2 (1.0.8-5) unstable; urgency=medium
 
   [ Gianfranco Costamagna ]
diff --minimal -Nru bzip2-1.0.8/debian/libbz2-dev.install 
bzip2-1.0.8/debian/libbz2-dev.install
--- bzip2-1.0.8/debian/libbz2-dev.install       2021-12-03 09:30:18.000000000 
+0100
+++ bzip2-1.0.8/debian/libbz2-dev.install       2024-01-03 20:33:50.000000000 
+0100
@@ -1 +1 @@
-include usr
+usr/include
diff --minimal -Nru bzip2-1.0.8/debian/not-installed 
bzip2-1.0.8/debian/not-installed
--- bzip2-1.0.8/debian/not-installed    2021-12-03 05:53:00.000000000 +0100
+++ bzip2-1.0.8/debian/not-installed    2024-01-03 20:33:52.000000000 +0100
@@ -1,2 +1,2 @@
 # Replaced with a symbolick link conforming to policy in usr/lib.
-lib/libbz2.so
+usr/lib/libbz2.so
diff --minimal -Nru bzip2-1.0.8/debian/rules bzip2-1.0.8/debian/rules
--- bzip2-1.0.8/debian/rules    2021-12-03 05:53:00.000000000 +0100
+++ bzip2-1.0.8/debian/rules    2024-01-03 20:33:52.000000000 +0100
@@ -66,7 +66,7 @@
 
 .PHONY: override_dh_auto_install-arch
 override_dh_auto_install-arch:
-       dh_auto_install -- PREFIX=$(CURDIR)/debian/tmp
+       dh_auto_install -- PREFIX=$(CURDIR)/debian/tmp/usr
 
 # Documentation is installed directly, not in debian/tmp.
 .PHONY: override_dh_auto_install-indep
@@ -75,15 +75,15 @@
 override_dh_link:
        # This isn't the soname, and nothing should be looking for this file,
        # but leave it alone for now
-       dh_link -p$(lib_pkg) lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1.0.4 \
-                            lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1
-       dh_link -p$(dev_pkg) lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1.0 \
+       dh_link -p$(lib_pkg) usr/lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1.0.4 \
+                            usr/lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1
+       dh_link -p$(dev_pkg) usr/lib/$(DEB_HOST_MULTIARCH)/libbz2.so.1.0 \
                             usr/lib/$(DEB_HOST_MULTIARCH)/libbz2.so
        dh_link --remaining-packages
 
 override_dh_install:
-       dh_install -p$(lib_pkg) lib/libbz2.so.* lib/$(DEB_HOST_MULTIARCH)
-       dh_install -p$(dev_pkg) lib/libbz2.a usr/lib/$(DEB_HOST_MULTIARCH)
+       dh_install -p$(lib_pkg) usr/lib/libbz2.so.* 
usr/lib/$(DEB_HOST_MULTIARCH)
+       dh_install -p$(dev_pkg) usr/lib/libbz2.a usr/lib/$(DEB_HOST_MULTIARCH)
        dh_install --remaining-packages
 
 # --fail-missing becomes the default with debhelper 12.

--- End Message ---
--- Begin Message ---
Source: bzip2
Source-Version: 1.0.8-5.1
Done: Helmut Grohne <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bzip2, 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.
Helmut Grohne <[email protected]> (supplier of updated bzip2 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: Sat, 09 Mar 2024 18:31:02 +0100
Source: bzip2
Architecture: source
Version: 1.0.8-5.1
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <[email protected]>
Changed-By: Helmut Grohne <[email protected]>
Closes: 1059981
Changes:
 bzip2 (1.0.8-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * DEP17: Move files to /usr. (Closes: #1059981)
Checksums-Sha1:
 f4ef7ea31089102e837f3e045936ab6fb6115daa 2189 bzip2_1.0.8-5.1.dsc
 092d21a7611fcae6588c2535d60e5ea56d36ab8b 26823 bzip2_1.0.8-5.1.debian.tar.bz2
 33e491a1539d3c879138bff8c55c20f303d9d1e1 8438 bzip2_1.0.8-5.1_amd64.buildinfo
Checksums-Sha256:
 210e367658236ea084627394015d466554f1ed2353a5feee5756335dc56074e6 2189 
bzip2_1.0.8-5.1.dsc
 8d07df2356a8105cc1ad4a64eba54c89aeb732fdc285e845cea1f6f66dda432d 26823 
bzip2_1.0.8-5.1.debian.tar.bz2
 7c10a9610d70b623f8ab139dde368bdb12b71b2a9653502351792017f43ccbff 8438 
bzip2_1.0.8-5.1_amd64.buildinfo
Files:
 1250333ad32606e02ffbd3c86f3b0e7b 2189 utils important bzip2_1.0.8-5.1.dsc
 4852f292f290220cb6f29196f1afb56d 26823 utils important 
bzip2_1.0.8-5.1.debian.tar.bz2
 b5b9008ae232fe57363eacf967c0bd4c 8438 utils important 
bzip2_1.0.8-5.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETMLS2QqNFlTb+HOqLRqqzyREREIFAmXsnXsACgkQLRqqzyRE
RELxZg//fBlke0tR41kUkw4O86E6oO/aCgN7UhWxUIBR791b0IHqShwlQqGuJkBk
26ifdJ8yWi2Gw/iUkFcYEQ/IiXOI3gQpGY3QRECCezpmFiYCWyOLPdQ0nRwR4LLn
7igXyVa5PmRAG64BZCsMmr3u3FxmR2TBsvJ78PDNqPTSRT1S6APdjMGTs+NLg1gq
jyBQlVVI6R+ZxeRNGghafHY2vC4eMCF1E4jtxxUnHgaVDWCfziQ03dIJ4oFA8Fj/
dof/+eGOuordeknpEQmO0jRh/bydYJVAk/m3o0PsSAD353W2FDmo+U9TWrpnZrf4
/X0DnDNvkG09DPLpfd1nLTKx2ND5idGHfN5Tk542wNufMMhSnZX+ElI8mLzPXKXT
EXvY8YiusKax3LV0/1izTxFutYkO2p1lUpjG/uFSUZ0oKjDjcBt55wSR5FwPKWJ7
tgsQx98FJU6Z9LiiIIXlMmLPgv0qyeRSQ9W4QXaKbAYRQpmxW4FvJXgxFyiYhsGy
Dtx3dmBwWV+zkRqYNSB+fb5oIMILjykyMnP1s757rMML6TqKhL71Ji15Vae5LNt9
FjJ8kXodq4ViyLM0bFSiQPnMM7vONvA+4hkAGiOKPEwL0rHSNdou69zDWkfTyXgd
9RYXcex38fT7+vTYD6ItuyFVA/0m4+gqoW757jW7IlHUVQ6214s=
=rjbC
-----END PGP SIGNATURE-----

Attachment: pgpOwtEC1OapB.pgp
Description: PGP signature


--- End Message ---

Reply via email to