From 7ce2369dd400d00c4006abe038f4e21a5ab8c2c7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 07 Aug 2008 04:06:21 +0000 Subject: Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). --- diff --git a/debian/changelog b/debian/changelog index 00c5e50..60ea929 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ sugar-artwork (0.81.3-1) unstable; urgency=low build-dependencies and more. + Update README.cdbs-tweaks. * Update copyright hints. + * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). -- Jonas Smedegaard Thu, 07 Aug 2008 05:51:17 +0200 diff --git a/debian/rules b/debian/rules index f0ffe9f..c7a9389 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,11 @@ # Copyright © 2008 Jonas Smedegaard # NB! Local CDBS tweaks in use. More info in README.cdbs-tweaks +ifneq (,$(DEB_MAINTAINER_MODE)) + # Enable stuff not policy compliant (eg. unsuitable for build daemons) + DEB_COPYRIGHT_CHECK_STRICT = yes + DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes +endif include debian/cdbs/1/rules/upstream-tarball.mk include debian/cdbs/1/rules/copyright-check.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk -- cgit v0.9.1