[Python-modules-commits] r17973 - in packages/logilab-astng/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Aug 1 17:26:03 UTC 2011


    Date: Monday, August 1, 2011 @ 17:26:02
  Author: morph
Revision: 17973

add build-arch build-indep targets, as suggested by lintian

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/rules

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2011-08-01 17:18:16 UTC (rev 17972)
+++ packages/logilab-astng/trunk/debian/changelog	2011-08-01 17:26:02 UTC (rev 17973)
@@ -6,9 +6,10 @@
   * debian/control
     - bump Standards-Version to 3.9.2 (no changes needed)
   * debian/rules
-    tests: don't install pyo and egg files
+    - tests: don't install pyo and egg files
+    - add build-arch build-indep targets, as suggested by lintian
 
- -- Sandro Tosi <morph at debian.org>  Mon, 01 Aug 2011 19:17:43 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 01 Aug 2011 19:25:23 +0200
 
 logilab-astng (0.21.1-1) unstable; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules	2011-08-01 17:18:16 UTC (rev 17972)
+++ packages/logilab-astng/trunk/debian/rules	2011-08-01 17:26:02 UTC (rev 17973)
@@ -13,7 +13,9 @@
 
 PYVERS := $(shell pyversions -s -v)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: 
 	dh_testdir
 	




More information about the Python-modules-commits mailing list