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


The following commit has been merged in the master branch:
commit a31213084c065e6fd1edd073bd40d4d55ee75659
Author: Jan Dittberner <jandd at debian.org>
Date:   Fri May 18 21:08:04 2012 +0200

    add libtoolize

diff --git a/debian/changelog b/debian/changelog
index a8438bb..9b7105f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ cracklib2 (2.8.19-1) UNRELEASED; urgency=low
   * remove debian/patches/top-500-worst-passwords.patch, applied
     upstream
   * debian/rules:
-    - use aclocal, automake and autoreconf instead of autogen.sh
+    - use aclocal, libtoolize, automake and autoreconf instead of autogen.sh
     - do not remove config.h.in
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 18 May 2012 20:25:36 +0200
diff --git a/debian/rules b/debian/rules
index 777354d..3cc6639 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:
-	aclocal && automake --add-missing && autoreconf
+	aclocal && libtoolize && 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