[Python-modules-commits] r17879 - in packages/tagpy/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Jul 19 11:09:51 UTC 2011
Date: Tuesday, July 19, 2011 @ 11:09:50
Author: nijel
Revision: 17879
Add build-arch and build-indep targets.
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/rules
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2011-07-19 10:50:17 UTC (rev 17878)
+++ packages/tagpy/trunk/debian/changelog 2011-07-19 11:09:50 UTC (rev 17879)
@@ -3,8 +3,9 @@
* NOT RELEASED YET
* Remove silly check for distribute (Closes: #634343).
* Bump standards to 3.9.2.
+ * Add build-arch and build-indep targets.
- -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 12:02:48 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:10:24 +0200
tagpy (0.94.8-2) unstable; urgency=low
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2011-07-19 10:50:17 UTC (rev 17878)
+++ packages/tagpy/trunk/debian/rules 2011-07-19 11:09:50 UTC (rev 17879)
@@ -29,6 +29,8 @@
rm -rf build siteconf*.py *.pyc
build: build-stamp
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh build
More information about the Python-modules-commits
mailing list