[Pkg-cracklib-commits] [pkg-cracklib] 05/05: changes to debian/control

Jan Dittberner jandd at moszumanska.debian.org
Sat Feb 1 15:41:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

jandd pushed a commit to branch master
in repository pkg-cracklib.

commit cb424ef3726d640149e65d06d8ba30e39367b129
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat Feb 1 16:33:48 2014 +0100

    changes to debian/control
    
    - bump Standards-Version to 3.9.5 (No changes)
    - run wrap-and-sort
---
 debian/changelog |  3 +++
 debian/control   | 56 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 35 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 762ec5b..bed870a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ cracklib2 (2.9.1-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * refresh debian/patches/libcrack2-error-safer-check-variant.patch
+  * debian/control:
+    - bump Standards-Version to 3.9.5 (No changes)
+    - run wrap-and-sort
 
  -- Jan Dittberner <jandd at debian.org>  Sat, 01 Feb 2014 15:58:15 +0100
 
diff --git a/debian/control b/debian/control
index edb47e8..c9a66e1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,20 @@ Section: libs
 Priority: optional
 Maintainer: Jan Dittberner <jandd at debian.org>
 Uploaders: Martin Pitt <mpitt at debian.org>
-Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9),
- python-all-dev (>= 2.6.6-3~),
- python3-all-dev (>= 3.1.3-2~),
- chrpath,
- docbook-utils,
- docbook-xml,
- automake (>= 1.10),
- autoconf (>=2.61),
- libtool,
- python-setuptools,
- python3-setuptools,
- dpkg-dev (>= 1.16.1~),
- autotools-dev
+Standards-Version: 3.9.5
+Build-Depends: autoconf (>=2.61),
+               automake (>= 1.10),
+               autotools-dev,
+               chrpath,
+               debhelper (>= 9),
+               docbook-utils,
+               docbook-xml,
+               dpkg-dev (>= 1.16.1~),
+               libtool,
+               python-all-dev (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all-dev (>= 3.1.3-2~),
+               python3-setuptools
 Homepage: http://sourceforge.net/projects/cracklib
 Vcs-Git: git://anonscm.debian.org/pkg-cracklib/pkg-cracklib.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cracklib/pkg-cracklib.git
@@ -25,7 +25,7 @@ Package: libcrack2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: cracklib-runtime
 Description: pro-active password checker library
  Shared library for cracklib2 which contains a C function which may be
@@ -39,7 +39,7 @@ Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 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
@@ -67,8 +67,10 @@ Section: admin
 Architecture: any
 Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, libcrack2 (>=${binary:Version}), file,
- ${misc:Depends}
+Depends: file,
+         libcrack2 (>=${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: wamerican | wordlist
 Description: runtime support for password checker library cracklib2
  Run-time support programs which use the shared library in libcrack2
@@ -78,9 +80,12 @@ Description: runtime support for password checker library cracklib2
 Package: python-cracklib
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libcrack2 (>=${binary:Version}), cracklib-runtime
- (>=${binary:Version})
+Depends: cracklib-runtime
+ (>=${binary:Version}),
+         libcrack2 (>=${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
 Conflicts: python-crack
 Description: Python bindings for password checker library cracklib2
@@ -94,9 +99,12 @@ Description: Python bindings for password checker library cracklib2
 Package: python3-cracklib
 Section: python
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libcrack2 (>=${binary:Version}), cracklib-runtime
- (>=${binary:Version})
+Depends: cracklib-runtime
+ (>=${binary:Version}),
+         libcrack2 (>=${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Provides: ${python3:Provides}
 Description: Python3 bindings for password checker library cracklib2
  This package provides Python bindings for cracklib. It contains a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cracklib/pkg-cracklib.git



More information about the Pkg-cracklib-commits mailing list