[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.16-2-1-gfc76f50

Jan Dittberner jandd at debian.org
Fri Jul 2 16:14:10 UTC 2010


The following commit has been merged in the master branch:
commit fc76f509f1e5cf2e744a3655ba6cd3402492341c
Author: Jan Dittberner <jandd at debian.org>
Date:   Fri Jul 2 17:41:20 2010 +0200

    debian/control: update to Standards-Version to 3.9.0
    
    * debian/control: update to Standards-Version to 3.9.0
     - update Standards-Version field
     - use Breaks instead of Conflicts

diff --git a/debian/changelog b/debian/changelog
index d1c2139..dd95dcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cracklib2 (2.8.16-3) UNRELEASED; urgency=low
+
+  * debian/control: update to Standards-Version to 3.9.0
+   - update Standards-Version field
+   - use Breaks instead of Conflicts
+
+ -- Jan Dittberner <jandd at debian.org>  Fri, 02 Jul 2010 17:23:57 +0200
+
 cracklib2 (2.8.16-2) unstable; urgency=low
 
   * fix bashism in debian/rules (Closes: #581479)
diff --git a/debian/control b/debian/control
index d06190f..3bc0d9f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Jan Dittberner <jandd at debian.org>
 Uploaders: Martin Pitt <mpitt at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 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
@@ -16,7 +16,7 @@ Package: libcrack2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: cracklib-runtime
-Conflicts: cracklib2.6, cracklib2 (<< 2.8.12-1)
+Breaks: cracklib2.6, cracklib2 (<< 2.8.12-1)
 Provides: cracklib2
 Replaces: cracklib2.6, cracklib2 (<< 2.8.12-1)
 Description: pro-active password checker library
@@ -32,8 +32,8 @@ Priority: extra
 Architecture: any
 Depends: libcrack2 (=${binary:Version}), ${misc:Depends}
 Recommends: cracklib-runtime
+Breaks: cracklib-dev, cracklib2-dev (<< 2.8.12-1)
 Provides: 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 files
  Header files, static libraries, documentation, and symbolic links
@@ -60,8 +60,8 @@ Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
  libcrack2 (>=${binary:Version}), cracklib-runtime
  (>=${binary:Version})
+Breaks: python-crack
 Provides: ${python:Provides}
-Conflicts: python-crack
 Replaces: python-crack
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for password checker library cracklib2

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list