[Python-apps-commits] r7307 - in packages/mpdris/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Jul 12 13:16:04 UTC 2011
Date: Tuesday, July 12, 2011 @ 13:16:02
Author: nijel
Revision: 7307
Add build-* targets to debian/rules.
Modified:
packages/mpdris/trunk/debian/changelog
packages/mpdris/trunk/debian/rules
Modified: packages/mpdris/trunk/debian/changelog
===================================================================
--- packages/mpdris/trunk/debian/changelog 2011-07-12 13:14:22 UTC (rev 7306)
+++ packages/mpdris/trunk/debian/changelog 2011-07-12 13:16:02 UTC (rev 7307)
@@ -2,8 +2,9 @@
* NOT RELEASED YET
* Bump tandards to 3.9.2.
+ * Add build-* targets to debian/rules.
- -- Michal ÄŒihaÅ™ <nijel at debian.org> Tue, 12 Jul 2011 15:15:56 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org> Tue, 12 Jul 2011 15:17:32 +0200
mpdris (0.1.2-1) unstable; urgency=low
Modified: packages/mpdris/trunk/debian/rules
===================================================================
--- packages/mpdris/trunk/debian/rules 2011-07-12 13:14:22 UTC (rev 7306)
+++ packages/mpdris/trunk/debian/rules 2011-07-12 13:16:02 UTC (rev 7307)
@@ -2,7 +2,9 @@
#export DH_VERBOSE=1
-build: build-stamp
+build: build-arch build-indep
+build-arch:
+build-indep: build-stamp
build-stamp:
dh build
More information about the Python-apps-commits
mailing list