[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.16-1-2-gc423b89

Jan Dittberner jandd at debian.org
Thu May 13 10:09:55 UTC 2010


The following commit has been merged in the master branch:
commit dca678a5d6c797c60e50a1eb03331b76139915e0
Author: Jan Dittberner <jandd at debian.org>
Date:   Thu May 13 11:55:47 2010 +0200

    fix bashism in debian/rules (Closes: #581479)

diff --git a/debian/changelog b/debian/changelog
index a9c99d3..1030755 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cracklib2 (2.8.16-2) UNRELEASED; urgency=low
+
+  * fix bashism in debian/rules (Closes: #581479)
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 13 May 2010 11:54:53 +0200
+
 cracklib2 (2.8.16-1) unstable; urgency=low
 
   * use LC_COLLATE=C for speedup dictionary sorts (Closes: #569081)
diff --git a/debian/rules b/debian/rules
index 1d0964b..2e3e055 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,8 @@ override_dh_auto_install:
 	 debian/tmp/usr/sbin/cracklib-unpacker
 	for i in $(PYVERS); do \
 		cd debian/build$$i/python; \
-		ln -s ../../../python/{cracklib.py,_cracklibmodule.c} .; \
+		ln -s ../../../python/cracklib.py . ; \
+                ln -s ../../../_cracklibmodule.c . ; \
 		python$$i setup.py egg_info install_egg_info --install-dir "../../tmp/usr/lib/python$$i/$(call py_sitename_sh, $$i)"; \
 		cd ../../..; \
 		find "debian/tmp/usr/lib/python$$i/$(call py_sitename_sh, $$i)" -type f | grep egg-info >> debian/python-cracklib.install; \

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list