Author: waldi
Date: Wed Sep 26 18:42:16 2007
New Revision: 9557

Log:
* debian/bin/gencontrol.py: Update.
* debian/templates/control.headers.featureset.in:
  Move from debian/templates/control.headers.subarch.in.


Added:
   dists/trunk/linux-2.6/debian/templates/control.headers.featureset.in
      - copied, changed from r7262, 
/dists/trunk/linux-2.6/debian/templates/control.headers.subarch.in
Removed:
   dists/trunk/linux-2.6/debian/templates/control.headers.subarch.in
Modified:
   dists/trunk/linux-2.6/debian/bin/gencontrol.py

Modified: dists/trunk/linux-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/gencontrol.py      (original)
+++ dists/trunk/linux-2.6/debian/bin/gencontrol.py      Wed Sep 26 18:42:16 2007
@@ -68,7 +68,7 @@
                 makeflags[i[1]] = vars[i[0]]
 
     def do_featureset_packages(self, packages, makefile, arch, featureset, 
vars, makeflags, extra):
-        headers_featureset = self.templates["control.headers.subarch"]
+        headers_featureset = self.templates["control.headers.featureset"]
         package_headers = self.process_package(headers_featureset[0], vars)
 
         name = package_headers['Package']

Copied: dists/trunk/linux-2.6/debian/templates/control.headers.featureset.in 
(from r7262, /dists/trunk/linux-2.6/debian/templates/control.headers.subarch.in)
==============================================================================
--- /dists/trunk/linux-2.6/debian/templates/control.headers.subarch.in  
(original)
+++ dists/trunk/linux-2.6/debian/templates/control.headers.featureset.in        
Wed Sep 26 18:42:16 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Provides: linux-headers, [EMAIL PROTECTED]@
 Description: Common header files for Linux @upstreamversion@
- This package provides the (sub)architecture-specific common kernel header 
files
+ This package provides the architecture-specific common kernel header files
  for Linux kernel version @upstreamversion@, generally used for building 
out-of-tree
  kernel modules. To obtain a complete set of headers you also need to install
  the [EMAIL PROTECTED]@@[EMAIL PROTECTED](flavour) package, matching the

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to