* "Clean" target removes generated .pyc files now (Closes: #398146)

debian-releases/etch
Yaroslav Halchenko 2006-11-12 02:02:23 +00:00
parent 97abba906f
commit f8a3605c97
2 changed files with 4 additions and 2 deletions

5
debian/changelog vendored
View File

@ -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 <debian@onerussian.com> Fri, 10 Nov 2006 18:02:54 -0500
-- Yaroslav O. Halchenko <debian@onerussian.com> Sat, 11 Nov 2006 21:00:18 -0500
fail2ban (0.7.4-2) unstable; urgency=low

1
debian/rules vendored
View File

@ -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