Bug#552027: [nspr] Package build doesn't clean up

Tobias Grimm tobias.grimm at e-tobi.net
Thu Oct 22 20:08:12 UTC 2009


Package: nspr
Version: 4.8-1
Severity: normal
Tags: patch

The clean target never gets called. See this small fix:

--- debian/rules	(Revision 7395)
+++ debian/rules	(Arbeitskopie)
@@ -52,7 +52,7 @@
 	dh_testroot
 	rm -f build-stamp install-stamp
 
-	[ ! -f Makefile ] || $(MAKE) -C mozilla/nsprpub distclean
+	[ ! -f mozilla/nsprpub/Makefile ] || $(MAKE) -C mozilla/nsprpub distclean
 
 	dh_clean

Tobias

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.30-1-amd64

Debian Release: squeeze/sid
  500 testing         www.debian-multimedia.org 
  500 testing         security.debian.org 
  500 testing         ftp.de.debian.org 
 1001 unstable        ftp.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.









More information about the pkg-mozilla-maintainers mailing list