[Piuparts-commits] [piuparts] 01/01: Makefile: also cleanup python bytecode from tests.
Holger Levsen
holger at moszumanska.debian.org
Mon Jul 14 12:00:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 30b8da13db693cdd8710e3a3d7e7e401ba94350e
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jul 14 13:59:12 2014 +0200
Makefile: also cleanup python bytecode from tests.
---
Makefile | 2 +-
debian/changelog | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 219cd23..30cb66b 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ clean:
rm -f build-stamp
rm -f $(DOCS_GENERATED)
rm -f piuparts.1.xml README.xml README_server.xml docbook-xsl.css piuparts.html
- rm -f *.pyc piupartslib/*.pyc master-bin/*.pyc slave-bin/*.pyc
+ rm -f *.pyc piupartslib/*.pyc master-bin/*.pyc slave-bin/*.pyc tests/*.pyc
rm -f $(SCRIPTS_GENERATED)
diff --git a/debian/changelog b/debian/changelog
index e4310bc..0ebaa1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,10 @@ piuparts (0.59) UNRELEASED; urgency=low
of piuparts testing and display it on piuparts.d.o welcome page.
- move counts.txt from htdocs to master directory.
* master-bin/gather_bts_stats: differate between rc and non-rc bugs.
- * Makefile: don't install crontabs and sudoers file anymore, except when
- installing from git.
+ * Makefile:
+ - Don't install crontabs and sudoers file anymore, except when
+ installing from git.
+ - Also cleanup python bytecode from tests.
* Packaging:
- install cron files for piupartsm and piupartss users in
/usr/share/doc/piuparts-(master|slave)/examples/ (Closes: #746721)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list