Followup-For: Bug #708492

Hi,

I just uploaded a NMU fixing the install-info usage to DELEAYED/5.
Please let me know if I should delay it longer.

The fixed jargon package is required to be included in jessie since the
current package is uninstallable after a wheezy->jessie upgrade.


Andreas
reverted:
--- jargon-4.0.0/debian/postinst
+++ jargon-4.0.0.orig/debian/postinst
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-install-info --quiet --section "[Ii]nformation" "Information" \
-             --description="The definitive compendium of hacker slang" \
-	    /usr/share/info/jargon.info.gz
-
diff -u jargon-4.0.0/debian/changelog jargon-4.0.0/debian/changelog
--- jargon-4.0.0/debian/changelog
+++ jargon-4.0.0/debian/changelog
@@ -1,3 +1,10 @@
+jargon (4.0.0-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove install-info calls from maintainer scripts.  (Closes: #708492)
+
+ -- Andreas Beckmann <a...@debian.org>  Sat, 18 Jan 2014 19:30:03 +0100
+
 jargon (4.0.0-5) unstable; urgency=low
 
   * Don't install /usr/doc link (closes:#322809)
diff -u jargon-4.0.0/debian/prerm jargon-4.0.0/debian/prerm
--- jargon-4.0.0/debian/prerm
+++ jargon-4.0.0/debian/prerm
@@ -1,6 +1,5 @@
 #!/bin/sh -e
-
-install-info --quiet --remove /usr/share/info/jargon.info.gz
+set -e
 
 # Stolen from a file generated by dh_installdocs
 if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/jargon ] ; then
diff -u jargon-4.0.0/debian/rules jargon-4.0.0/debian/rules
--- jargon-4.0.0/debian/rules
+++ jargon-4.0.0/debian/rules
@@ -48,7 +48,6 @@
 
 	# Control files
 	install -d $(INSTALLOPTS) -m 755 $(DESTDIR)/DEBIAN
-	install $(INSTALLOPTS) -m 755 debian/postinst $(DESTDIR)/DEBIAN/postinst
 	install $(INSTALLOPTS) -m 755 debian/prerm $(DESTDIR)/DEBIAN/prerm
 	dpkg-gencontrol -isp
 	chown -R root.root debian/tmp

Reply via email to