[Python-apps-commits] r7667 - in packages/discus/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Oct 18 20:53:33 UTC 2011


    Date: Tuesday, October 18, 2011 @ 20:53:32
  Author: jwilk
Revision: 7667

Add build-arch, build-indep and binary-arch targets to debian/rules.

Modified:
  packages/discus/trunk/debian/changelog
  packages/discus/trunk/debian/rules

Modified: packages/discus/trunk/debian/changelog
===================================================================
--- packages/discus/trunk/debian/changelog	2011-10-18 20:41:56 UTC (rev 7666)
+++ packages/discus/trunk/debian/changelog	2011-10-18 20:53:32 UTC (rev 7667)
@@ -3,8 +3,9 @@
   * QA upload.
     + Set Maintainer to Debian QA Group.
     + Remove Uploaders.
+  * Add build-arch, build-indep and binary-arch targets to debian/rules.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 18 Oct 2011 22:39:35 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 18 Oct 2011 22:43:52 +0200
 
 discus (0.2.9-5) unstable; urgency=low
 

Modified: packages/discus/trunk/debian/rules
===================================================================
--- packages/discus/trunk/debian/rules	2011-10-18 20:41:56 UTC (rev 7666)
+++ packages/discus/trunk/debian/rules	2011-10-18 20:53:32 UTC (rev 7667)
@@ -3,11 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+build build-arch build-indep: ;
 
-build: patch-stamp
-
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean
@@ -37,5 +35,8 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary install
+binary-arch: ;
+
+binary: binary-indep binary-arch
+
+.PHONY: build build-arch build-indep clean binary-indep binary binary-arch binary-indep install




More information about the Python-apps-commits mailing list