[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.18-2-2-g6d1f0f4
Jan Dittberner
jandd at debian.org
Sat Jun 11 20:35:57 UTC 2011
The following commit has been merged in the master branch:
commit 3a17e7e8ef1b886ccd2a542038a2d4dc18d7d1a3
Author: Jan Dittberner <jandd at debian.org>
Date: Sat Jun 11 22:11:45 2011 +0200
switch from python-support to dh_python2
* switch from python-support to dh_python2
- remove python-support and python-all from Build-Depends
- remove XS-Python-Version, remove XB-Python-Version from
python-cracklib stanza
- add --with python2 to dh invocation
- bump minimum required python-all-dev version to 2.6.6-3~
* bump Standards-Version to 3.9.2 (no changes needed)
diff --git a/debian/changelog b/debian/changelog
index 48a2d30..78402cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+cracklib2 (2.8.18-3) UNRELEASED; urgency=low
+
+ * switch from python-support to dh_python2
+ - remove python-support and python-all from Build-Depends
+ - remove XS-Python-Version, remove XB-Python-Version from
+ python-cracklib stanza
+ - add --with python2 to dh invocation
+ - bump minimum required python-all-dev version to 2.6.6-3~
+ * bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- Jan Dittberner <jandd at debian.org> Sat, 11 Jun 2011 22:00:33 +0200
+
cracklib2 (2.8.18-2) unstable; urgency=low
* upload to unstable
@@ -486,7 +498,7 @@ cracklib2 (2.7-16) unstable; urgency=high
cracklib2 (2.7-15) unstable; urgency=high
- * Added missing "Depends: ${shlibs:Depends}" to cracklib-runtime. Thanks to
+ * Added missing "Depends: ${shlibs:Depends}" to cracklib-runtime. Thanks to
Maks Attems for discovering this. (closes: #280668)
* Urgency high since this is an RC bug and no code changes were made.
diff --git a/debian/control b/debian/control
index 4c77d1d..a9b005a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Section: libs
Priority: optional
Maintainer: Jan Dittberner <jandd at debian.org>
Uploaders: Martin Pitt <mpitt at debian.org>
-Standards-Version: 3.9.1
-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, python-setuptools
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~),
+ chrpath, xmlto, automake (>= 1.10), autoconf (>=2.61), libtool,
+ python-setuptools
Homepage: http://sourceforge.net/projects/cracklib
-XS-Python-Version: all
Vcs-Git: git://git.debian.org/pkg-cracklib/pkg-cracklib.git
Vcs-Browser: http://git.debian.org/?p=pkg-cracklib/pkg-cracklib.git
@@ -56,7 +55,6 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
(>=${binary:Version})
Provides: ${python:Provides}
Conflicts: python-crack
-XB-Python-Version: ${python:Versions}
Description: Python bindings for password checker library cracklib2
This package provides Python bindings for cracklib. It contains a
pythonic interface to cracklib's functions and some Python
diff --git a/debian/rules b/debian/rules
index 2e3e055..7252a5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,4 +71,4 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS
%:
- dh $@
+ dh $@ --with python2
--
Git repository for pkg-cracklib
More information about the Pkg-cracklib-commits
mailing list