[Pkg-cracklib-commits] r121 - cracklib2/trunk/debian

Jan Dittberner jandd at alioth.debian.org
Tue Dec 1 21:05:06 UTC 2009


Author: jandd
Date: 2009-12-01 21:05:00 +0000 (Tue, 01 Dec 2009)
New Revision: 121

Modified:
   cracklib2/trunk/debian/changelog
   cracklib2/trunk/debian/control
   cracklib2/trunk/debian/rules
Log:
remove explicit quilt usage

Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog	2009-11-23 18:46:06 UTC (rev 120)
+++ cracklib2/trunk/debian/changelog	2009-12-01 21:05:00 UTC (rev 121)
@@ -1,3 +1,14 @@
+cracklib2 (2.8.15-4) unstable; urgency=low
+
+  * remove explicit quilt usage. quilt is implicitly used for source
+    format 3.0 (quilt)
+  * debian/control:
+    - remove quilt from Build-Depends
+  * debian/rules:
+    - remove --with quilt
+
+ -- Jan Dittberner <jandd at debian.org>  Tue, 01 Dec 2009 21:59:38 +0100
+
 cracklib2 (2.8.15-3) unstable; urgency=low
 
   * debian/rules: install egg-info for python-cracklib

Modified: cracklib2/trunk/debian/control
===================================================================
--- cracklib2/trunk/debian/control	2009-11-23 18:46:06 UTC (rev 120)
+++ cracklib2/trunk/debian/control	2009-12-01 21:05:00 UTC (rev 121)
@@ -5,8 +5,8 @@
 Uploaders: Martin Pitt <mpitt at debian.org>
 Standards-Version: 3.8.3
 Build-Depends: debhelper (>= 7.0.50), python-support (>= 1.0.2),
- python-all-dev, python-all, chrpath, xmlto, quilt(>= 0.4), automake
- (>= 1.10), autoconf (>=2.61), libtool
+ python-all-dev, python-all, chrpath, xmlto, automake (>= 1.10),
+ autoconf (>=2.61), libtool
 Build-Depends-Indep: python-setuptools
 Homepage: http://sourceforge.net/projects/cracklib
 XS-Python-Version: all

Modified: cracklib2/trunk/debian/rules
===================================================================
--- cracklib2/trunk/debian/rules	2009-11-23 18:46:06 UTC (rev 120)
+++ cracklib2/trunk/debian/rules	2009-12-01 21:05:00 UTC (rev 121)
@@ -70,4 +70,4 @@
 	dh_installchangelogs NEWS
 
 %:
-	dh --with-quilt $@
+	dh $@




More information about the Pkg-cracklib-commits mailing list