From f8a3605c97806bb265f83c106dd3c379068f6926 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 12 Nov 2006 02:02:23 +0000 Subject: [PATCH] * "Clean" target removes generated .pyc files now (Closes: #398146) --- debian/changelog | 5 +++-- debian/rules | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f56b6ee..be96d61a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -fail2ban (0.7.4-3~2) unstable; urgency=low +fail2ban (0.7.4-3~3) unstable; urgency=low * Reincarnated logrotate configuration (Closes: #397878) * Only block new connects by using a new action iptables-new instead of iptables (Closes: #350746) * Updated README.Debian to reflect transition over to 0.7 branch and to comment on 350746 + * "Clean" target removes generated .pyc files now (Closes: #398146) - -- Yaroslav Halchenko Fri, 10 Nov 2006 18:02:54 -0500 + -- Yaroslav O. Halchenko Sat, 11 Nov 2006 21:00:18 -0500 fail2ban (0.7.4-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6e6709b5..6a0f3108 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,7 @@ clean: clean-inits unpatch rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. + find -iname \*.pyc | xargs rm -f rm -rf changelog.gz build* dh_clean