[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.18-2-17-g7291918

Jan Dittberner jandd at debian.org
Sat May 19 22:52:23 UTC 2012


The following commit has been merged in the master branch:
commit f303fe59e6f038ba6d3c69296fb1d3670ecdda57
Author: Jan Dittberner <jandd at debian.org>
Date:   Sun May 20 00:36:00 2012 +0200

    document changes to debian/rules
    
    * add autotools-dev to Build-Depends
      - add autotools_dev to dh --with options
      - build in debian/buildtmp/{base,pythonX.Y}
      - build and install Python code using setup.py
      - run Python tests
    * remove debian/tmp/* from debian/cracklib-runtime.install, remove
      debian/libcrack2-dev.install, remove debian/libcrack2.install
    * add debian/patches/pass-dict-to-cracklib-test.patch to allow running
      Python tests using a specific dictionary
    * add debian/test_cracklib.py with unit tests (missing in upstream
      tarball)

diff --git a/debian/changelog b/debian/changelog
index 11fe41b..e88ef66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,14 +3,24 @@ cracklib2 (2.8.19-1) UNRELEASED; urgency=low
   * New upstream version
   * remove debian/patches/top-500-worst-passwords.patch, applied
     upstream
+  * add autotools-dev to Build-Depends
   * debian/rules:
     - use aclocal, libtoolize, automake and autoreconf instead of autogen.sh
     - do not remove config.h.in
+    - add autotools_dev to dh --with options
+    - build in debian/buildtmp/{base,pythonX.Y}
+    - build and install Python code using setup.py
+    - run Python tests
   * enable hardening build flags
     - add dpkg-dev (>= 1.16.1~) to Build-Depends
     - add DPKG_EXPORT_BUILDFLAGS=1 and include
       /usr/share/dpkg/buildflags.mk in debian/rules
-  * restructure debian/rules
+  * remove debian/tmp/* from debian/cracklib-runtime.install, remove
+    debian/libcrack2-dev.install, remove debian/libcrack2.install
+  * add debian/patches/pass-dict-to-cracklib-test.patch to allow running
+    Python tests using a specific dictionary
+  * add debian/test_cracklib.py with unit tests (missing in upstream
+    tarball)
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 18 May 2012 20:25:36 +0200
 
diff --git a/debian/patches/pass-dict-to-cracklib.test.path b/debian/patches/pass-dict-to-cracklib-test.patch
similarity index 100%
rename from debian/patches/pass-dict-to-cracklib.test.path
rename to debian/patches/pass-dict-to-cracklib-test.patch
diff --git a/debian/patches/series b/debian/patches/series
index 8f20253..cc920cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-pass-dict-to-cracklib.test.path
+pass-dict-to-cracklib-test.patch

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list