r30072 - in /trunk/libconfig-inifiles-perl/debian: changelog rules

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Jan 24 20:30:14 UTC 2009


Author: js
Date: Sat Jan 24 20:30:11 2009
New Revision: 30072

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30072
Log:
Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).

Modified:
    trunk/libconfig-inifiles-perl/debian/changelog
    trunk/libconfig-inifiles-perl/debian/rules

Modified: trunk/libconfig-inifiles-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-inifiles-perl/debian/changelog?rev=30072&op=diff
==============================================================================
--- trunk/libconfig-inifiles-perl/debian/changelog (original)
+++ trunk/libconfig-inifiles-perl/debian/changelog Sat Jan 24 20:30:11 2009
@@ -10,6 +10,7 @@
     + Simplify internal variables
     + Ignore no files by default in copyright-check.mk
     + Correct and update copyright hints of the snippets themselves
+  * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).
 
   [ gregor herrmann ]
   * debian/watch: use dist-based URL.

Modified: trunk/libconfig-inifiles-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-inifiles-perl/debian/rules?rev=30072&op=diff
==============================================================================
--- trunk/libconfig-inifiles-perl/debian/rules (original)
+++ trunk/libconfig-inifiles-perl/debian/rules Sat Jan 24 20:30:11 2009
@@ -3,6 +3,11 @@
 # Copyright © 2003-2008 Jonas Smedegaard <dr at jones.dk>
 
 # See debian/README.cdbs-tweaks for info on local overrides
+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 debian/cdbs/1/rules/buildinfo.mk




More information about the Pkg-perl-cvs-commits mailing list