[SCM] hydrogen packaging branch, master, updated. 1f8e4361335aef5d223885927c688d654b9566e2

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Mar 2 16:23:17 UTC 2010


The following commit has been merged in the master branch:
commit 47c1a7bde1f9f649adf14f6f9e887f9ee8815969
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Feb 15 15:12:23 2010 +0100

    Improve copyright-check.mk: Remove newhints file in clean, unless in strict mode.

diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index 560ed0b..edfd7f6 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -131,6 +131,7 @@ debian/stamp-copyright-check:
 	touch $@
 
 clean::
+	$(if $(DEB_COPYRIGHT_CHECK_STRICT),:,rm -f debian/copyright_newhints)
 	rm -f debian/stamp-copyright-check
 
 endif

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list