Source: dotconf
Version: 1.3-0.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 dotconf-1.3/debian/control dotconf-1.3/debian/control
--- dotconf-1.3/debian/control	2014-03-16 18:59:42.000000000 +0000
+++ dotconf-1.3/debian/control	2017-08-02 19:31:19.000000000 +0000
@@ -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

Reply via email to