Source: zlib Version: 1:1.3.dfsg+really1.3.1-2 Severity: important Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: udeb-usrmove
Hi, your package produces a udeb (zlib1g-udeb) which creates an empty directory in an aliased location: lib/ Shipping files/directories in aliased locations is no longer allowed and will trigger the "aliased-location" error which will prevent testing migration going forward. This directory is created via debian/zlib1g-udeb.dirs. Seeing that debian/zlib1g-udeb.dirs is not actually needed, the attached debdiff simply drops this file. (Fwiw, you can also safely drop all the other debian/*.dirs files. Likewise they are not actually needed.) Please consider to apply the attached change with your next upload. Regards, Michael
diff -Nru zlib-1.3.dfsg+really1.3.1/debian/changelog zlib-1.3.dfsg+really1.3.1/debian/changelog --- zlib-1.3.dfsg+really1.3.1/debian/changelog 2026-01-31 13:50:16.000000000 +0100 +++ zlib-1.3.dfsg+really1.3.1/debian/changelog 2026-02-04 00:49:06.000000000 +0100 @@ -1,3 +1,12 @@ +zlib (1:1.3.dfsg+really1.3.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop debian/zlib1g-udeb.dirs + It's not actually needed and creates a directory in an aliased location, + which is no longer allowed (Closes: #-1) + + -- Michael Biebl <[email protected]> Wed, 04 Feb 2026 00:49:06 +0100 + zlib (1:1.3.dfsg+really1.3.1-2) unstable; urgency=low * Stop building lib32z1 on s390x using patch from Aurelien Jarno diff -Nru zlib-1.3.dfsg+really1.3.1/debian/zlib1g-udeb.dirs zlib-1.3.dfsg+really1.3.1/debian/zlib1g-udeb.dirs --- zlib-1.3.dfsg+really1.3.1/debian/zlib1g-udeb.dirs 2024-05-10 11:32:36.000000000 +0200 +++ zlib-1.3.dfsg+really1.3.1/debian/zlib1g-udeb.dirs 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -lib

