[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#776675: unblock: libdumbnet/1.12-6



reopen 776675
retitle 776675 unblock libdumbnet/1.12-6
thanks


Hi,

unfortunately...

>> Just did a QA upload fixing #775896 - I've reverted the descision to
>> make /usr/share/doc/libdumnet-dev a symlink. Diff attached.
>>
>> 


i did not expect people to test upgrades from testing to unstable and I failed
to migrate the broken symlink back to a directory properly.
So unfortunately we need a new unblock:

unblock libdumbnet/1.12-6

New diff from -5 to -6 is attached.

thanks,

Bernd



-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F
diff -u libdumbnet-1.12/debian/changelog libdumbnet-1.12/debian/changelog
--- libdumbnet-1.12/debian/changelog
+++ libdumbnet-1.12/debian/changelog
@@ -1,3 +1,11 @@
+libdumbnet (1.12-6) unstable; urgency=medium
+
+  * QA upload.
+  * Make people who test upgrades from testing to unstable
+    happy (Closes: #775896).
+
+ -- Bernd Zeimetz <bzed@debian.org>  Thu, 05 Feb 2015 19:06:08 +0100
+
 libdumbnet (1.12-5) unstable; urgency=medium
 
   * QA upload.
diff -u libdumbnet-1.12/debian/control libdumbnet-1.12/debian/control
--- libdumbnet-1.12/debian/control
+++ libdumbnet-1.12/debian/control
@@ -26,6 +26,7 @@
 Package: libdumbnet-dev
 Section: libdevel
 Depends: ${shlibs:Depends}, libdumbnet1 (= ${binary:Version})
+Pre-Depends: dpkg (>= 1.17.14)
 Architecture: any
 Description: A dumb, portable networking library -- development files
  libdumbnet provides a simplified, portable interface to several low-level
reverted:
--- libdumbnet-1.12/debian/preinst
+++ libdumbnet-1.12.orig/debian/preinst
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
-    install|upgrade)
-        # dpkg does not replace directories by symlinks or vice versa.
-        if [ -L /usr/share/doc/libdumbnet-dev ]; then
-                rm -f /usr/share/doc/libdumbnet-dev
-        fi
-    ;;
-    abort-upgrade)
-    ;;
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.postinst
+++ libdumbnet-1.12/debian/libdumbnet-dev.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev  -- $@
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.postrm
+++ libdumbnet-1.12/debian/libdumbnet-dev.postrm
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libdumbnet-1.12.orig/debian/libdumbnet-dev.preinst
+++ libdumbnet-1.12/debian/libdumbnet-dev.preinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev  -- $@
+
+#DEBHELPER#
+
+exit 0

Reply to: