Package: rocksndiamonds
Version: 3.3.0.1+dfsg1-2.2
Severity: normal
Tags: patch

Hi,

the clean target in debian/rules should not remove the .pc directory, since it 
makes it impossible to use quilt to refresh existing patches. A patch is 
attached.

Thanks

Andreas
Do not remove .pc directory on clean, it's required by quilt.

--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +30,9 @@
 rocksndiamonds.6: rocksndiamonds.1
 	sed 's/^\.TH ROCKSNDIAMONDS 1L/.TH ROCKSNDIAMONDS 6/' $< > $@
 
 clean::
 	make clean
-	rm -fr rocksndiamonds.6 .pc \
+	rm -fr rocksndiamonds.6 \
 		src/conftime.h rocksndiamonds-bin \
 		debian/postinst debian/preinst debian/prerm
 	debconf-updatepo

Reply via email to