tags 499201 + patch pending
thanks
Hi,
The following is the diff for my libidn 1.10-2.1 NMU with
the correct fix.
Kind regards
T.
diff -u libidn-1.10/debian/changelog libidn-1.10/debian/changelog
--- libidn-1.10/debian/changelog
+++ libidn-1.10/debian/changelog
@@ -1,3 +1,15 @@
+libidn (1.10-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Reintroduce libidn11-dev.postinst, do .prerm like
+ debhelper would, just with section Development.
+ Pass -n to dh_installinfo because we do the scripting
+ ourselves. Remove bogus idn.info.
+ Fix wrong order of arguments in install-info call
+ compared to 1.10-1. really Closes: #499201
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]> Thu, 18 Sep 2008 18:24:10 +0200
+
libidn (1.10-2) unstable; urgency=low
* Remove libidn11-dev.postinst; closes: #499201
diff -u libidn-1.10/debian/rules libidn-1.10/debian/rules
--- libidn-1.10/debian/rules
+++ libidn-1.10/debian/rules
@@ -57,7 +57,7 @@
dh_installdocs -A README NEWS TODO AUTHORS THANKS
dh_installexamples
dh_install
- dh_installinfo
+ dh_installinfo -n
dh_installman
dh_link
dh_strip
reverted:
--- libidn-1.10/debian/idn.info
+++ libidn-1.10.orig/debian/idn.info
@@ -1 +0,0 @@
-*.info*
only in patch2:
unchanged:
--- libidn-1.10.orig/debian/libidn11-dev.postinst
+++ libidn-1.10/debian/libidn11-dev.postinst
@@ -0,0 +1,7 @@
+#! /bin/sh -e
+
+if [ "$1" = "configure" ]; then
+ install-info --quiet --section Development Development
/usr/share/info/libidn.info
+fi
+
+#DEBHELPER#
only in patch2:
unchanged:
--- libidn-1.10.orig/debian/libidn11-dev.prerm
+++ libidn-1.10/debian/libidn11-dev.prerm
@@ -0,0 +1,7 @@
+#! /bin/sh -e
+
+if [ "$1" = remove ] || [ "$1" = upgrade ]; then
+ install-info --quiet --remove /usr/share/info/libidn.info
+fi
+
+#DEBHELPER#
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]