[Pkg-cracklib-commits] r31 - cracklib2/trunk/debian
jandd-guest at alioth.debian.org
jandd-guest at alioth.debian.org
Tue Jul 15 18:04:03 UTC 2008
Author: jandd-guest
Date: 2008-07-15 18:04:02 +0000 (Tue, 15 Jul 2008)
New Revision: 31
Modified:
cracklib2/trunk/debian/changelog
cracklib2/trunk/debian/control
Log:
- fix for debcheck problem with Conflicts/Replaces
Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog 2008-07-13 14:18:34 UTC (rev 30)
+++ cracklib2/trunk/debian/changelog 2008-07-15 18:04:02 UTC (rev 31)
@@ -1,16 +1,18 @@
-cracklib2 (2.8.12-2) UNRELEASED; urgency=low
+cracklib2 (2.8.12-2) unstable; urgency=low
* debian/patches/04-improved-python-binding.patch patches upstream
python bindings to provide the functionallity and documentation
strings python-crack had (upstream will apply this patch in the
future)
- * add libtool, autoconf, and automake to build dependencies in
- debian/control
* debian/rules uses autogen.sh
* only update cracklib dictionary if any of the source dictionaries has
changed (Closes: #380546)
+ * debian/control
+ + make Conflicts/Replaces version specific to be compliant to policy
+ section 2.5
+ + add libtool, autoconf, and automake to build dependencies
- -- Jan Dittberner <jan at dittberner.info> Thu, 10 Jul 2008 21:50:35 +0200
+ -- Jan Dittberner <jan at dittberner.info> Tue, 15 Jul 2008 19:59:54 +0200
cracklib2 (2.8.12-1) unstable; urgency=low
Modified: cracklib2/trunk/debian/control
===================================================================
--- cracklib2/trunk/debian/control 2008-07-13 14:18:34 UTC (rev 30)
+++ cracklib2/trunk/debian/control 2008-07-15 18:04:02 UTC (rev 31)
@@ -17,9 +17,9 @@
Architecture: any
Depends: ${shlibs:Depends}
Recommends: cracklib-runtime
-Conflicts: cracklib2.6, cracklib2
+Conflicts: cracklib2.6, cracklib2 (<< 2.8.12-1)
Provides: cracklib2
-Replaces: cracklib2.6, cracklib2
+Replaces: cracklib2.6, cracklib2 (<< 2.8.12-1)
Description: pro-active password checker library
Shared library for cracklib2 which contains a C function which may be
used in a passwd like program. The idea is simple: try to prevent
@@ -34,8 +34,8 @@
Depends: libcrack2 (=${binary:Version})
Recommends: cracklib-runtime
Provides: cracklib-dev, cracklib2-dev
-Conflicts: cracklib-dev, cracklib2-dev
-Replaces: cracklib-dev, cracklib2-dev
+Conflicts: cracklib-dev, cracklib2-dev (<< 2.8.12-1)
+Replaces: cracklib-dev, cracklib2-dev (<< 2.8.12-1)
Description: pro-active password checker library - development
Header files, static libraries, documentation, and symbolic links
developers using cracklib2 will need.
More information about the Pkg-cracklib-commits
mailing list