[Python-apps-commits] r235 - in /packages/decibel-audio-player/trunk/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Nov 19 09:21:17 UTC 2007


Author: pochu-guest
Date: Mon Nov 19 09:21:16 2007
New Revision: 235

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=235
Log:
moved build stuff from binary-arch to binary-indep in debian/rules.

Modified:
    packages/decibel-audio-player/trunk/debian/changelog
    packages/decibel-audio-player/trunk/debian/rules

Modified: packages/decibel-audio-player/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/changelog?rev=235&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/changelog (original)
+++ packages/decibel-audio-player/trunk/debian/changelog Mon Nov 19 09:21:16 2007
@@ -6,8 +6,11 @@
       build-deps-indep.
     - Removed python-gnome2 and python-gnome2-desktop dependencies,
       not needed anymore.
+  * debian/rules:
+    - Moved build stuff from binary-arch to binary-indep.
+      Thanks to Piotr Ożarowski.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 18 Nov 2007 15:57:02 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 19 Nov 2007 10:18:48 +0100
 
 decibel-audio-player (0.06.3-1) unstable; urgency=low
 

Modified: packages/decibel-audio-player/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/rules?rev=235&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/rules (original)
+++ packages/decibel-audio-player/trunk/debian/rules Mon Nov 19 09:21:16 2007
@@ -22,8 +22,6 @@
 	$(MAKE) DESTDIR=$(CURDIR)/debian/decibel-audio-player prefix=/usr install
 
 binary-indep: build install
-
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs doc/ChangeLog
@@ -41,5 +39,7 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-arch: build install
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Python-apps-commits mailing list