Control: tag -1 + pending Dear maintainer,
I have prepared an NMU for lua-svn (versioned as 0.4.0-9.1), removing the hardcoded Pre-Depends on multiarch-support (bug #870555). 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 [email protected] http://www.aurel32.net
diff -Nru lua-svn-0.4.0/debian/changelog lua-svn-0.4.0/debian/changelog --- lua-svn-0.4.0/debian/changelog 2013-08-12 14:18:13.000000000 +0200 +++ lua-svn-0.4.0/debian/changelog 2018-01-20 21:47:42.000000000 +0100 @@ -1,3 +1,11 @@ +lua-svn (0.4.0-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: Drop explicit Pre-Depends on multiarch-support + (Closes: #870555). + + -- Aurelien Jarno <[email protected]> Sat, 20 Jan 2018 21:47:42 +0100 + lua-svn (0.4.0-9) unstable; urgency=low * Package moved to git diff -Nru lua-svn-0.4.0/debian/control lua-svn-0.4.0/debian/control --- lua-svn-0.4.0/debian/control 2013-08-12 14:18:13.000000000 +0200 +++ lua-svn-0.4.0/debian/control 2018-01-20 21:47:41.000000000 +0100 @@ -11,7 +11,7 @@ Package: lua-svn Architecture: any Multi-Arch: same -Pre-Depends: multiarch-support +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, lua-expat, lua-socket Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} @@ -21,7 +21,7 @@ Package: lua-svn-dev Architecture: any Multi-Arch: same -Pre-Depends: multiarch-support +Pre-Depends: ${misc:Pre-Depends} Depends: lua-svn (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Section: libdevel Provides: ${lua:Provides}

