[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:21 UTC 2012


The following commit has been merged in the master branch:
commit d5d97a4d08ba1a4175607cb608358be14bfab415
Author: Jan Dittberner <jandd at debian.org>
Date:   Fri May 18 20:32:07 2012 +0200

    debian/rules: use aclocal, automake and autoreconf instead of autogen.sh

diff --git a/debian/changelog b/debian/changelog
index a3f2ef1..b6ba8a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ cracklib2 (2.8.19-1) UNRELEASED; urgency=low
   * New upstream version
   * remove debian/patches/top-500-worst-passwords.patch, applied
     upstream
+  * debian/rules: use aclocal, automake and autoreconf instead of
+    autogen.sh
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 18 May 2012 20:25:36 +0200
 
diff --git a/debian/rules b/debian/rules
index 496bb42..2b7c714 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 PYVERS := $(shell pyversions -vs)
 
 override_dh_auto_configure:
-	./autogen.sh
+	aclocal && automake --add-missing && autoreconf
 	mkdir -p debian/tmpbuild
 	cd debian/tmpbuild; \
 	../../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-rpath --without-python --with-default-dict=/var/cache/cracklib/cracklib_dict

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list