[Pkg-cracklib-commits] r56 - cracklib2/trunk/debian
jandd-guest at alioth.debian.org
jandd-guest at alioth.debian.org
Mon Sep 15 21:28:43 UTC 2008
Author: jandd-guest
Date: 2008-09-15 21:28:42 +0000 (Mon, 15 Sep 2008)
New Revision: 56
Modified:
cracklib2/trunk/debian/changelog
cracklib2/trunk/debian/control
cracklib2/trunk/debian/rules
Log:
add transitional package python-crack
Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog 2008-09-15 20:56:31 UTC (rev 55)
+++ cracklib2/trunk/debian/changelog 2008-09-15 21:28:42 UTC (rev 56)
@@ -8,6 +8,7 @@
* debian/control
- python-cracklib Provides python-crack and Conflicts with
python-crack (<< 2.8.12-1)
+ - add transitional package python-crack to easy Etch migration
-- 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:56:31 UTC (rev 55)
+++ cracklib2/trunk/debian/control 2008-09-15 21:28:42 UTC (rev 56)
@@ -56,7 +56,8 @@
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, libcrack2
(>=${binary:Version}), python (>= 2.4)
-Provides: ${python:Provides}
+Provides: ${python:Provides}, python-crack
+Conflicts: python-crack (<< 2.8.12-1)
XB-Python-Version: ${python:Versions}
Description: Python bindings for password checker library cracklib2
This package provides Python bindings for cracklib. It contains a pythonic
@@ -64,9 +65,8 @@
Package: python-crack
Section: python
-Priority: optional
-Architecture: any
-Conflicts: python-crack (<< 2.8.12-1)
+Priority: extra
+Architecture: all
Depends: python-cracklib
Description: transitional package from python-crack to python-cracklib
There has been a package python-crack in previous Debian
Modified: cracklib2/trunk/debian/rules
===================================================================
--- cracklib2/trunk/debian/rules 2008-09-15 20:56:31 UTC (rev 55)
+++ cracklib2/trunk/debian/rules 2008-09-15 21:28:42 UTC (rev 56)
@@ -97,12 +97,22 @@
dh_md5sums
dh_builddeb
+binary-indep: build install
+ dh_testdir -ppython-crack
+ dh_testroot -ppython-crack
+ dh_installchangelogs -ppython-crack
+ dh_installdocs -ppython-crack
+ dh_compress -ppython-crack
+ dh_installdeb -ppython-crack
+ dh_gencontrol -ppython-crack
+ dh_md5sums -ppython-crack
+ dh_builddeb -ppython-crack
+
binary-arch: build install
$(MAKE) -f debian/rules binary-common DH_OPTIONS=-plibcrack2
$(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
@@ -121,5 +131,5 @@
dh_md5sums
dh_builddeb
-binary: binary-arch
+binary: binary-arch binary-indep
.PHONY: build clean binary-indep binary-arch binary-common binary install
More information about the Pkg-cracklib-commits
mailing list