Control: tag -1 + pending Dear maintainer,
I have prepared an NMU for lua-rings (versioned as 1.3.0-3.1), removing the hardcoded Pre-Depends on multiarch-support (bug #870554). 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-rings-1.3.0/debian/changelog lua-rings-1.3.0/debian/changelog --- lua-rings-1.3.0/debian/changelog 2015-01-18 19:59:59.000000000 +0100 +++ lua-rings-1.3.0/debian/changelog 2018-01-20 21:46:00.000000000 +0100 @@ -1,3 +1,11 @@ +lua-rings (1.3.0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: Drop explicit Pre-Depends on multiarch-support + (Closes: #870554). + + -- Aurelien Jarno <aure...@debian.org> Sat, 20 Jan 2018 21:46:00 +0100 + lua-rings (1.3.0-3) unstable; urgency=medium * Disable a cache related test on 5.2 (Close: #775622) diff -Nru lua-rings-1.3.0/debian/control lua-rings-1.3.0/debian/control --- lua-rings-1.3.0/debian/control 2015-01-18 19:59:59.000000000 +0100 +++ lua-rings-1.3.0/debian/control 2018-01-20 21:46:00.000000000 +0100 @@ -11,7 +11,7 @@ Package: lua-rings 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} @@ -26,7 +26,7 @@ Package: lua-rings-dev Architecture: any Multi-Arch: same -Pre-Depends: multiarch-support +Pre-Depends: ${misc:Pre-Depends} Section: libdevel Depends: lua-rings (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides}