[Pkg-grid-commits] nws/debian rules,1.2,1.3

Martin Quinson mquinson at alioth.debian.org
Mon Aug 8 21:56:14 UTC 2005


Update of /cvsroot/pkg-grid/nws/debian
In directory haydn:/tmp/cvs-serv20499

Modified Files:
	rules 
Log Message:
don't touch debian/control at runtime

Index: rules
===================================================================
RCS file: /cvsroot/pkg-grid/nws/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	4 Jan 2005 20:12:07 -0000	1.2
+++ rules	8 Aug 2005 21:56:11 -0000	1.3
@@ -2,10 +2,6 @@
 
 # $Id$
 
-# Let cdbs track the build-dep for me
-debian/control:: debian/control.in debian/rules
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
-
 # Import Common Debian Build System (CDBS).
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
@@ -24,3 +20,7 @@
 	                   sysconfdir=`pwd`/debian/tmp/etc \
 		           etcdir=`pwd`/debian/tmp/etc
 			      
+
+# Also work with old cdbs
+reverse-config::
+update-config::
\ No newline at end of file




More information about the Pkg-grid-commits mailing list