[kernel] r8020 - in dists/trunk: linux-modules-contrib-2.6/debian linux-modules-extra-2.6/debian linux-modules-nonfree-2.6/debian

Daniel Baumann daniel at alioth.debian.org
Sun Dec 17 20:12:06 UTC 2006


Author: daniel
Date: Sun Dec 17 21:12:06 2006
New Revision: 8020

Modified:
   dists/trunk/linux-modules-contrib-2.6/debian/changelog
   dists/trunk/linux-modules-contrib-2.6/debian/rules.real
   dists/trunk/linux-modules-extra-2.6/debian/changelog
   dists/trunk/linux-modules-extra-2.6/debian/rules.real
   dists/trunk/linux-modules-nonfree-2.6/debian/changelog
   dists/trunk/linux-modules-nonfree-2.6/debian/rules.real
Log:
Fixed rules.real to install the correct copyright file.

Modified: dists/trunk/linux-modules-contrib-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-modules-contrib-2.6/debian/changelog	(original)
+++ dists/trunk/linux-modules-contrib-2.6/debian/changelog	Sun Dec 17 21:12:06 2006
@@ -2,6 +2,9 @@
 
   * Setting maintainer to kernel-team, moving myself to co-maintainer.
   * Build for 2.6.18-4.
+  * rules.real:
+    - Adjusting install-base:, now the module copyright file is installed
+      instead of the wrong one of the conglomeration package.
 
  -- Daniel Baumann <daniel at debian.org>  Mon, 11 Nov 2006 20:21:00 +0100
 

Modified: dists/trunk/linux-modules-contrib-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-modules-contrib-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-modules-contrib-2.6/debian/rules.real	Sun Dec 17 21:12:06 2006
@@ -51,7 +51,7 @@
 install-base:
 	dh_installchangelogs
 	dh_installdocs
-	$(foreach PACKAGE, $(PACKAGES), install -m 644 $(MODULE)/copyright debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/copyright;)
+	install -D -m 644 $(MODULE)/copyright debian/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/usr/share/doc/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/copyright
 	dh_installmodules
 	dh_compress
 	dh_fixperms

Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/debian/changelog	(original)
+++ dists/trunk/linux-modules-extra-2.6/debian/changelog	Sun Dec 17 21:12:06 2006
@@ -3,6 +3,9 @@
   [ Daniel Baumann ]
   * Added myself as co-maintainer.
   * Build for 2.6.18-4.
+  * rules.real:
+    - Adjusting install-base:, now the module copyright file is installed
+      instead of the wrong one of the conglomeration package.
 
  -- Daniel Baumann <daniel at debian.org>  Mon, 11 Dec 2006 20:17:00 +0100
 

Modified: dists/trunk/linux-modules-extra-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-modules-extra-2.6/debian/rules.real	Sun Dec 17 21:12:06 2006
@@ -51,7 +51,7 @@
 install-base:
 	dh_installchangelogs
 	dh_installdocs
-	$(foreach PACKAGE, $(PACKAGES), install -m 644 $(MODULE)/copyright debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/copyright;)
+	install -D -m 644 $(MODULE)/copyright debian/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/usr/share/doc/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/copyright
 	dh_installmodules
 	dh_compress
 	dh_fixperms

Modified: dists/trunk/linux-modules-nonfree-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-modules-nonfree-2.6/debian/changelog	(original)
+++ dists/trunk/linux-modules-nonfree-2.6/debian/changelog	Sun Dec 17 21:12:06 2006
@@ -2,6 +2,9 @@
 
   * Setting maintainer to kernel-team, moving myself to co-maintainer.
   * Build for 2.6.18-4.
+  * rules.real:
+    - Adjusting install-base:, now the module copyright file is installed
+      instead of the wrong one of the conglomeration package.
 
  -- Daniel Baumann <daniel at debian.org>  Mon, 11 Nov 2006 20:21:00 +0100
 

Modified: dists/trunk/linux-modules-nonfree-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-modules-nonfree-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-modules-nonfree-2.6/debian/rules.real	Sun Dec 17 21:12:06 2006
@@ -51,7 +51,7 @@
 install-base:
 	dh_installchangelogs
 	dh_installdocs
-	$(foreach PACKAGE, $(PACKAGES), install -m 644 $(MODULE)/copyright debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/copyright;)
+	install -D -m 644 $(MODULE)/copyright debian/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/usr/share/doc/$(MODULE)-modules-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)/copyright
 	dh_installmodules
 	dh_compress
 	dh_fixperms



More information about the Kernel-svn-changes mailing list