tags 550217 + patch pending
thanks

Hi,

I've uploaded wget 1.12-1.1, which contains a fix for this issue, to
the DELAYED/2 queue.  I've attached the patch.

-- 
Matt                                            http://ftbfs.org/kraai
diff -u wget-1.12/debian/changelog wget-1.12/debian/changelog
--- wget-1.12/debian/changelog
+++ wget-1.12/debian/changelog
@@ -1,3 +1,10 @@
+wget (1.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules remove usr/share/info/dir after installing closes: Bug#550217
+
+ -- Matt Kraai <kr...@debian.org>  Sun, 25 Oct 2009 16:59:51 -0700
+
 wget (1.12-1) unstable; urgency=low
 
   * new upstream release from 2009-09-22
diff -u wget-1.12/debian/rules wget-1.12/debian/rules
--- wget-1.12/debian/rules
+++ wget-1.12/debian/rules
@@ -64,6 +64,7 @@
 
 	# Add here commands to install the package into debian/wget.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/wget
+	rm -f $(CURDIR)/debian/wget/usr/share/info/dir
 
 
 # Build architecture-independent files here.

Reply via email to