[Python-modules-commits] r22967 - in packages/pygments/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Mon Nov 12 10:17:41 UTC 2012


    Date: Monday, November 12, 2012 @ 10:17:40
  Author: mitya57-guest
Revision: 22967

Add an empty build-arch target in debian/rules.

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

Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog	2012-11-12 10:12:34 UTC (rev 22966)
+++ packages/pygments/trunk/debian/changelog	2012-11-12 10:17:40 UTC (rev 22967)
@@ -3,6 +3,7 @@
   * Team upload.
   * Add DEP-8 tests (closes: #693028).
   * Remove unneeded build-dependency on quilt.
+  * Add an empty build-arch target in debian/rules.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 12 Nov 2012 13:30:20 +0400
 

Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules	2012-11-12 10:12:34 UTC (rev 22966)
+++ packages/pygments/trunk/debian/rules	2012-11-12 10:17:40 UTC (rev 22967)
@@ -14,6 +14,8 @@
 
 build: build-indep
 
+build-arch:
+
 build-indep:
 	dh_testdir
 	dh_installdirs




More information about the Python-modules-commits mailing list