Control: tag -1 + pending Dear maintainer,
I have prepared an NMU for dotconf (versioned as 1.3-0.3), removing the hardcoded Pre-Depends on multiarch-support (Bug#870535). 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 dotconf-1.3/debian/changelog dotconf-1.3/debian/changelog --- dotconf-1.3/debian/changelog 2014-03-16 19:59:46.000000000 +0100 +++ dotconf-1.3/debian/changelog 2018-01-01 20:32:35.000000000 +0100 @@ -1,3 +1,11 @@ +dotconf (1.3-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: Drop explicit Pre-Depends on multiarch-support (Closes: + #870535). + + -- Aurelien Jarno <aure...@debian.org> Mon, 01 Jan 2018 20:32:35 +0100 + dotconf (1.3-0.2) unstable; urgency=low * Non-maintainer upload. diff -Nru dotconf-1.3/debian/control dotconf-1.3/debian/control --- dotconf-1.3/debian/control 2014-03-16 19:59:42.000000000 +0100 +++ dotconf-1.3/debian/control 2018-01-01 20:31:22.000000000 +0100 @@ -28,7 +28,7 @@ Architecture: any Multi-arch: same Depends: ${misc:Depends}, ${shlibs:Depends} -Pre-Depends: multiarch-support +Pre-Depends: ${misc:Pre-Depends} Description: Configuration file parser library - runtime files dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf @@ -46,7 +46,7 @@ Section: debug Priority: extra Depends: ${misc:Depends}, ${shlibs:Depends}, libdotconf0 (= ${binary:Version}) -Pre-Depends: multiarch-support +Pre-Depends: ${misc:Pre-Depends} Description: Configuration file parser library - debugging symbols dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf