[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, lenny-backports, updated. debian/2.8.15-5-6-gdcef1bb
Jan Dittberner
jandd at debian.org
Sat Jan 9 23:04:20 UTC 2010
The following commit has been merged in the lenny-backports branch:
commit 4f700da707c5dbbd0a5458bc1781c9c178fd848a
Author: Jan Dittberner <jandd at debian.org>
Date: Sat Jan 9 23:41:37 2010 +0100
use source format 1.0
diff --git a/debian/changelog b/debian/changelog
index 7ddb5ac..04a38c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ cracklib2 (2.8.15-5~bpo50+1) lenny-backports; urgency=low
* debian/rules:
- add py_sitename_sh macro from /usr/share/python/python.mk which is
not available in Lenny's python package
+ * use source format 1.0
+ - remove debian/source/format
+ - debian/control: add quilt to Build-Depends
+ - debian/rules: add --with quilt
-- Jan Dittberner <jandd at debian.org> Sat, 09 Jan 2010 22:31:19 +0100
diff --git a/debian/control b/debian/control
index 1c5995f..ca682e5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ 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, automake (>= 1.10),
- autoconf (>=2.61), libtool
+ autoconf (>=2.61), libtool, quilt
Build-Depends-Indep: python-setuptools
Homepage: http://sourceforge.net/projects/cracklib
XS-Python-Version: all
diff --git a/debian/rules b/debian/rules
index ba933d0..8037704 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,4 +72,4 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS
%:
- dh $@
+ dh --with quilt $@
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
--
Git repository for pkg-cracklib
More information about the Pkg-cracklib-commits
mailing list