r126 - trunk/debian

rousseau at alioth.debian.org rousseau at alioth.debian.org
Fri Mar 21 16:42:50 UTC 2008


Author: rousseau
Date: 2008-03-21 16:42:50 +0000 (Fri, 21 Mar 2008)
New Revision: 126

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
use binary-indep: instead of binary-arch: target to avoid a
binary-arch-rules-but-pkg-is-arch-indep lintian warning


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-21 13:23:43 UTC (rev 125)
+++ trunk/debian/changelog	2008-03-21 16:42:50 UTC (rev 126)
@@ -7,8 +7,10 @@
   * do not package bins-edit-gui since it depends on Gtk+ 1.x and this is no
     more available in Debian. Closes: #471949: "bins-edit-gui asks to install
     non-existing package"
+  * debian/rules: use binary-indep: instead of binary-arch: target to avoid a
+    binary-arch-rules-but-pkg-is-arch-indep lintian warning
 
- -- Ludovic Rousseau <rousseau at debian.org>  Fri, 21 Mar 2008 14:22:32 +0100
+ -- Ludovic Rousseau <rousseau at debian.org>  Fri, 21 Mar 2008 17:41:38 +0100
 
 bins (1.1.29-9) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-03-21 13:23:43 UTC (rev 125)
+++ trunk/debian/rules	2008-03-21 16:42:50 UTC (rev 126)
@@ -84,10 +84,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	
@@ -116,6 +112,10 @@
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure \
 	patch unpatch clean1




More information about the pkg-bins-commits mailing list