[Pkg-cracklib-commits] [pkg-cracklib] 01/06: Fix "Please add a udeb for early password quality checking in d-i" (Closes: #658089)

Jan Dittberner jandd at alioth.debian.org
Thu Aug 15 06:01:29 UTC 2013


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

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

commit c32856a794de8d29d1df8c85d148ad8d84ad52ea
Author: Jan Dittberner <jandd at debian.org>
Date:   Wed Aug 14 08:58:51 2013 +0200

    Fix "Please add a udeb for early password quality checking in d-i" (Closes: #658089)
    
    * Fix "Please add a udeb for early password quality checking in d-i"
      (Closes: #658089)
    * add udeb package stanza in debian/control
---
 debian/changelog |    8 ++++++++
 debian/control   |   14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e957ceb..fed7ff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cracklib2 (2.9.0-2) UNRELEASED; urgency=low
+
+  * Fix "Please add a udeb for early password quality checking in d-i"
+    (Closes: #658089)
+  * add udeb package stanza in debian/control
+
+ -- Jan Dittberner <jandd at debian.org>  Wed, 14 Aug 2013 08:54:59 +0200
+
 cracklib2 (2.9.0-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 43d33e9..432190e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,20 @@ Description: pro-active password checker library
  filtering them out, at source. cracklib2 is NOT a replacement passwd
  program. cracklib2 is a LIBRARY.
 
+Package: libcrack2-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc: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
+ users from choosing passwords that could be guessed by crack by
+ filtering them out, at source.
+ .
+ This is an udeb package that can be used by the Debian installer.
+
 Package: libcrack2-dev
 Section: libdevel
 Priority: extra

-- 
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