[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.15-7-2-gc537fed
Jan Dittberner
jandd at debian.org
Thu Feb 4 16:47:42 UTC 2010
The following commit has been merged in the master branch:
commit c537fed6ebf734fc1c7035c116657faf99322bf0
Author: Jan Dittberner <jandd at debian.org>
Date: Thu Feb 4 16:43:44 2010 +0100
remove python-crack transitional binary package
* modify python-cracklib's Conflicts to conflict all python-crack
versions
* let python-cracklib replace python-crack
* move python-setuptools to Build-Depends and remove
Build-Depends-Indep
diff --git a/debian/changelog b/debian/changelog
index f833d44..86f39e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-cracklib2 (2.8.15-8) UNRELEASED; urgency=low
+cracklib2 (2.8.15-8) unstable; urgency=low
* remove old logcheck ignore.d.{workstation,server} conffiles in
preinst script (thanks for the hint to Hannes von Haugwitz)
+ * debian/control:
+ - remove Build-Depends-Indep and add python-setuptools to Build-Depends
+ - remove python-crack transitional binary package
+ - extend python-cracklib Conflicts to all python-crack versions
+ - add python-cracklib Replaces python-crack
- -- Jan Dittberner <jandd at debian.org> Thu, 04 Feb 2010 16:37:31 +0100
+ -- Jan Dittberner <jandd at debian.org> Thu, 04 Feb 2010 17:45:36 +0100
cracklib2 (2.8.15-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 09b196c..d06190f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders: Martin Pitt <mpitt at debian.org>
Standards-Version: 3.8.4
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
-Build-Depends-Indep: python-setuptools
+ 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
@@ -61,8 +60,9 @@ Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
libcrack2 (>=${binary:Version}), cracklib-runtime
(>=${binary:Version})
-Provides: ${python:Provides}, python-crack
-Conflicts: python-crack (<< 2.8.12-1)
+Provides: ${python:Provides}
+Conflicts: python-crack
+Replaces: 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
@@ -71,13 +71,3 @@ Description: Python bindings for password checker library cracklib2
.
You should install this package if you want to use or develop Python
applications that want to interface with cracklib2.
-
-Package: python-crack
-Section: python
-Priority: extra
-Architecture: all
-Depends: python-cracklib, ${misc:Depends}
-Description: transitional package from python-crack to python-cracklib
- There has been a package python-crack in previous Debian
- versions. This package provides an upgrade path to python-cracklib
- and can be removed safely.
--
Git repository for pkg-cracklib
More information about the Pkg-cracklib-commits
mailing list