Bug#870557: lua-zlib: hardcoded Pre-Depends on multiarch-support

2018-01-20 Thread Aurelien Jarno
Control: tag -1 + pending

Dear maintainer,

I have prepared an NMU for lua-zlib (versioned as
0.2+git+1+9622739-2.1), removing the hardcoded Pre-Depends on
multiarch-support (bug #870557). You will find the diff attached. I
have uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer or cancel it altogether.

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net
diff -Nru lua-zlib-0.2+git+1+9622739/debian/changelog lua-zlib-0.2+git+1+9622739/debian/changelog
--- lua-zlib-0.2+git+1+9622739/debian/changelog	2014-08-31 18:58:46.0 +0200
+++ lua-zlib-0.2+git+1+9622739/debian/changelog	2018-01-20 22:12:35.0 +0100
@@ -1,3 +1,11 @@
+lua-zlib (0.2+git+1+9622739-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Drop explicit Pre-Depends on multiarch-support
+(Closes: #870557).
+
+ -- Aurelien Jarno   Sat, 20 Jan 2018 22:12:35 +0100
+
 lua-zlib (0.2+git+1+9622739-2) unstable; urgency=medium
 
   * Rebuild against Lua 5.1.5-7 (Closes: #723493)
diff -Nru lua-zlib-0.2+git+1+9622739/debian/control lua-zlib-0.2+git+1+9622739/debian/control
--- lua-zlib-0.2+git+1+9622739/debian/control	2014-08-31 18:58:46.0 +0200
+++ lua-zlib-0.2+git+1+9622739/debian/control	2018-01-20 22:12:34.0 +0100
@@ -11,7 +11,7 @@
 Package: lua-zlib
 Architecture: any
 Multi-Arch: same
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ${lua:Provides}
 XB-Lua-Versions: ${lua:Versions}
@@ -22,7 +22,7 @@
 Package: lua-zlib-dev
 Architecture: any
 Multi-Arch: same
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Section: libdevel
 Depends: lua-zlib (= ${binary:Version}), ${misc:Depends}
 Provides: ${lua:Provides}


Bug#870557: lua-zlib: hardcoded Pre-Depends on multiarch-support

2017-08-02 Thread Aurelien Jarno
Source: lua-zlib
Version: 0.2+git+1+9622739-2
Tags: sid buster patch
User: debian-gl...@lists.debian.org
Usertags: multiarch-support-removal

Dear Maintainer,

The multiarch-support package has been introduced with squeeze so that
packages using the multiarch libraries can Pre-Depends on it to make
sure the multiarch path ares supported by the dynamic linker. As
dist-upgrades from such a distant release are not supported, the
Pre-Depends can now be dropped and then the package removed from the
archive.

Most of the packages added this Pre-Depends through debhelper and the
misc:Pre-Depends substvar, so a change in debhelper [1] was enough to
get rid of it. However it appears that your package uses a hardcoded
Pre-Depends, thus it needs to be removed manually. You will find a
patch attached to do so.

Please apply it as soon as possible as the multiarch-support package
will be removed from the archive for buster. Failing to do so will 
therefore make your package uninstallable. In case you don't have
time to do so, don't hesitate to ask for a NMU.

Thanks,
Aurelien

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783898
diff -Nru lua-zlib-0.2+git+1+9622739/debian/control lua-zlib-0.2+git+1+9622739/debian/control
--- lua-zlib-0.2+git+1+9622739/debian/control	2014-08-31 16:58:46.0 +
+++ lua-zlib-0.2+git+1+9622739/debian/control	2017-08-02 19:32:27.0 +
@@ -11,7 +11,7 @@
 Package: lua-zlib
 Architecture: any
 Multi-Arch: same
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: ${lua:Provides}
 XB-Lua-Versions: ${lua:Versions}
@@ -22,7 +22,7 @@
 Package: lua-zlib-dev
 Architecture: any
 Multi-Arch: same
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Section: libdevel
 Depends: lua-zlib (= ${binary:Version}), ${misc:Depends}
 Provides: ${lua:Provides}