[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-19-ge600e18

Sandro Tosi morph at debian.org
Wed Aug 17 14:44:23 UTC 2011


The following commit has been merged in the master branch:
commit fd741dc1e971e354d3dcd61ceb4ffa69ed78b3cd
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Aug 17 16:10:16 2011 +0200

    fix build* targets

diff --git a/debian/changelog b/debian/changelog
index a1be586..452b8ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,10 @@ reportbug (6.1) UNRELEASED; urgency=low
     - automatically select the package for the running kernel if selecting
       'kernel' or 'linux-image' packages; thanks to Ben Hutchings for the
       report; Closes: #619870
+  * debian/rules
+    - fix build* targets
 
- -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 15:51:57 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 16:09:28 +0200
 
 reportbug (6.0) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3ff7fbd..5959e33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/^Version: \(
 DISTRO := $(shell dpkg-parsechangelog | egrep '^Distribution:' | sed 's/^Distribution: \([^+]*\).*/\1/')
 REPORTBUG_VERSION := $(shell python -c "import reportbug; print reportbug.VERSION_NUMBER")
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list