[Python-modules-commits] r9595 - in packages/inotifyx/trunk/debian (changelog rules)

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Tue Sep 1 11:05:21 UTC 2009


    Date: Tuesday, September 1, 2009 @ 11:05:20
  Author: rrs-guest
Revision: 9595

Fix build failures for inotifyx

Debian Bug 539127
For platform dependent packages, target should always be binary-arch

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

Modified: packages/inotifyx/trunk/debian/changelog
===================================================================
--- packages/inotifyx/trunk/debian/changelog	2009-09-01 11:05:17 UTC (rev 9594)
+++ packages/inotifyx/trunk/debian/changelog	2009-09-01 11:05:20 UTC (rev 9595)
@@ -3,8 +3,12 @@
   * debian/rules
     - Update get-orig-source target to use uscan
   * Update Standards-Version to 3.8.3 (No changes required)
+  * debian/rules
+    - This is an architecture dependent package. Thus binary-arch is the
+    correct target to be used.
+    (Closes: #539151)
 
- -- Ritesh Raj Sarraf <rrs at researchut.com>  Wed, 26 Aug 2009 12:52:33 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Tue, 01 Sep 2009 16:24:40 +0530
 
 inotifyx (0.1.0-2) unstable; urgency=low
 

Modified: packages/inotifyx/trunk/debian/rules
===================================================================
--- packages/inotifyx/trunk/debian/rules	2009-09-01 11:05:17 UTC (rev 9594)
+++ packages/inotifyx/trunk/debian/rules	2009-09-01 11:05:20 UTC (rev 9595)
@@ -30,6 +30,8 @@
 	epydoc $(CURDIR)/debian/python-inotifyx/usr/lib/python2.5/site-packages/inotifyx.py
 
 binary-indep: build install
+
+binary-arch: build install
 		dh_testdir
 		dh_testroot
 		dh_installdocs
@@ -45,7 +47,5 @@
 		dh_md5sums
 		dh_builddeb
 
-binary-arch: build install
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install get-orig-source




More information about the Python-modules-commits mailing list