[Pkg-vsquare-changes] r60 - kernel-patch-viewos/trunk/debian

Ludovico Gardenghi garden-guest at alioth.debian.org
Mon Jan 22 15:58:26 CET 2007


Author: garden-guest
Date: 2007-01-22 15:58:26 +0100 (Mon, 22 Jan 2007)
New Revision: 60

Modified:
   kernel-patch-viewos/trunk/debian/control
   kernel-patch-viewos/trunk/debian/rules
Log:
moved from arch to indep


Modified: kernel-patch-viewos/trunk/debian/control
===================================================================
--- kernel-patch-viewos/trunk/debian/control	2007-01-22 14:50:00 UTC (rev 59)
+++ kernel-patch-viewos/trunk/debian/control	2007-01-22 14:58:26 UTC (rev 60)
@@ -9,7 +9,7 @@
 
 Package: kernel-patch-viewos
 Architecture: all
-Depends: ${misc:Depends}, ${kpatch:Depends}
+Depends: ${kpatch:Depends}
 Enhances: umview
 Description: View-OS - Kernel patch for better UMView performances
  View-OS is a novel approach to the process/kernel interface.  The semantics of

Modified: kernel-patch-viewos/trunk/debian/rules
===================================================================
--- kernel-patch-viewos/trunk/debian/rules	2007-01-22 14:50:00 UTC (rev 59)
+++ kernel-patch-viewos/trunk/debian/rules	2007-01-22 14:58:26 UTC (rev 60)
@@ -35,25 +35,24 @@
 
 # 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_installchangelogs
-	dh_installdocs
-	dh_installexamples
-	dh_installman
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installman -i
 	dh_installkpatches
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_link -i
+	dh_strip -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
+# Build architecture-dependent files here.
+binary-arch: build install
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-vsquare-changes mailing list