tags 546551 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for dejagnu (versioned as 1.4.4.git20080407-1.1)
and uploaded it to DELAYED/5, as allowed by devref §5.11.1.

The patch removed the /usr/share/info/dir.gz files which gets installed
by upstream install system. The removal is done from debian/rules and
occurs before dh_compress is invoked, hence it looks for
/usr/share/info/dir (no trailing ".gz").

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u dejagnu-1.4.4.git20080407/debian/changelog dejagnu-1.4.4.git20080407/debian/changelog
--- dejagnu-1.4.4.git20080407/debian/changelog
+++ dejagnu-1.4.4.git20080407/debian/changelog
@@ -1,3 +1,10 @@
+dejagnu (1.4.4.git20080407-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Avoid shipping /usr/share/info/dir.gz (Closes: #546551)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sun, 04 Oct 2009 15:30:39 +0200
+
 dejagnu (1.4.4.git20080407-1) unstable; urgency=low
 
   * New upstream snapshot, with most Debian patches merged.
diff -u dejagnu-1.4.4.git20080407/debian/rules dejagnu-1.4.4.git20080407/debian/rules
--- dejagnu-1.4.4.git20080407/debian/rules
+++ dejagnu-1.4.4.git20080407/debian/rules
@@ -43,6 +43,7 @@
 	# Make install already installs this, but redo it to get the right
 	# postinst bits.
 	dh_installinfo doc/dejagnu.info
+	-rm -f debian/dejagnu/usr/share/info/dir	# Closes: #546551
 
 post-patches::
 	# Nothing in Debian is quite capable of regenerating this (neither

Reply via email to