[Pkg-cracklib-commits] [pkg-cracklib] 03/06: remove compile and python/cracklib.egg-info in debian/rules override_dh_auto_clean to avoid unintended upstream changes
Jan Dittberner
jandd at moszumanska.debian.org
Sun Oct 5 22:01:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository pkg-cracklib.
commit 03e029cb0c31964ad808451ef34aba0658c46cbf
Author: Jan Dittberner <jandd at debian.org>
Date: Sun Oct 5 23:01:35 2014 +0200
remove compile and python/cracklib.egg-info in debian/rules override_dh_auto_clean to avoid unintended upstream changes
---
debian/changelog | 2 ++
debian/rules | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 931ad51..3bde903 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ cracklib2 (2.9.2-1) UNRELEASED; urgency=medium
override_dh_auto_build and override_dh_auto_clean
* remove debian/test_cracklib.py that is now included as
python/test_cracklib.py
+ * remove compile and python/cracklib.egg-info in debian/rules
+ override_dh_auto_clean to avoid unintended upstream changes
-- Jan Dittberner <jandd at debian.org> Sun, 05 Oct 2014 20:03:52 +0200
diff --git a/debian/rules b/debian/rules
index ffc4e94..8683e91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,9 @@ override_dh_auto_clean:
dicts/Makefile.in doc/Makefile.in lib/Makefile.in m4/Makefile.in \
py-compile python/Makefile.in util/Makefile.in ltmain.sh \
m4/ltoptions.m4 m4/ltversion.m4 m4/libtool.m4 m4/ltsugar.m4 \
- m4/lt~obsolete.m4 python/crack.py
+ m4/lt~obsolete.m4 compile
+ # remove files created or changed by build
+ rm -rf python/crack.py python/cracklib.egg-info
dh_auto_clean
override_dh_auto_install:
--
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