[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.4-17-g2d3cf42

Sandro Tosi morph at debian.org
Fri Jun 5 11:24:20 UTC 2009


The following commit has been merged in the master branch:
commit 7691b7908c9fef0e7b8624f4d8382aee1f87ef84
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Jun 5 12:58:45 2009 +0200

    * debian/rules
      - use dh_prep instead of "dh_clean -k"
      - improved clean rule

diff --git a/debian/changelog b/debian/changelog
index 7e74836..0d5dcb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ reportbug (4.5) UNRELEASED; urgency=low
       to Carl Chenet for the report and patch; Closes: #531741
   * debian/{compat, control}
     - use debhelper 7
+  * debian/rules
+    - use dh_prep instead of "dh_clean -k"
+    - improved clean rule
 
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py:
@@ -30,7 +33,7 @@ reportbug (4.5) UNRELEASED; urgency=low
     - check whether the progress bar is present or not before dropping it in
       the bug page; thanks to Arian Sanusi for the report; Closes: #530686
 
- -- Sandro Tosi <morph at debian.org>  Fri, 05 Jun 2009 12:18:45 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 05 Jun 2009 12:53:40 +0200
 
 reportbug (4.4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2d2ff91..71717c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,12 @@ clean:
 	dh_testdir
 	dh_testroot
 
-	# Add here commands to clean up after the build process.
+	python setup.py clean
+
 	rm -rf `find . -name '*~' -o -name '.#*' -o -name '*.orig' -o -name '*.rej' -o -name '*.py[co]'` sed-script
 	rm -rf build
+	rm -rf reportbug.egg-info
+
 	po4a --rm-translations po4a/po4a.cfg
 
 	dh_clean
@@ -32,7 +35,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/reportbug.

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list