[Pkg-cracklib-commits] r55 - cracklib2/trunk/debian
jandd-guest at alioth.debian.org
jandd-guest at alioth.debian.org
Mon Sep 15 20:56:32 UTC 2008
Author: jandd-guest
Date: 2008-09-15 20:56:31 +0000 (Mon, 15 Sep 2008)
New Revision: 55
Modified:
cracklib2/trunk/debian/changelog
cracklib2/trunk/debian/control
cracklib2/trunk/debian/rules
Log:
add virtual package to ease migration from older python-crack
Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog 2008-09-15 20:25:35 UTC (rev 54)
+++ cracklib2/trunk/debian/changelog 2008-09-15 20:56:31 UTC (rev 55)
@@ -5,6 +5,9 @@
* fix inconsistent spaces vs. tabs usage in
debian/cracklib-runtime.cron.daily
* fix logcheck rules' regexes
+ * debian/control
+ - python-cracklib Provides python-crack and Conflicts with
+ python-crack (<< 2.8.12-1)
-- Jan Dittberner <jan at dittberner.info> Mon, 15 Sep 2008 22:21:56 +0200
Modified: cracklib2/trunk/debian/control
===================================================================
--- cracklib2/trunk/debian/control 2008-09-15 20:25:35 UTC (rev 54)
+++ cracklib2/trunk/debian/control 2008-09-15 20:56:31 UTC (rev 55)
@@ -62,3 +62,13 @@
This package provides Python bindings for cracklib. It contains a pythonic
interface to cracklib's functions and some Python convenience functions.
+Package: python-crack
+Section: python
+Priority: optional
+Architecture: any
+Conflicts: python-crack (<< 2.8.12-1)
+Depends: python-cracklib
+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.
Modified: cracklib2/trunk/debian/rules
===================================================================
--- cracklib2/trunk/debian/rules 2008-09-15 20:25:35 UTC (rev 54)
+++ cracklib2/trunk/debian/rules 2008-09-15 20:56:31 UTC (rev 55)
@@ -102,6 +102,7 @@
$(MAKE) -f debian/rules binary-common DH_OPTIONS=-plibcrack2-dev
$(MAKE) -f debian/rules binary-common DH_OPTIONS=-pcracklib-runtime
$(MAKE) -f debian/rules binary-python-cracklib DH_OPTIONS=-ppython-cracklib
+ $(MAKE) -f debian/rules binary-common DH_OPTIONS=-ppython-crack
binary-python%:
dh_testdir
More information about the Pkg-cracklib-commits
mailing list