[kernel] r11872 - in dists/etch/linux-modules-extra-2.6-etchnhalf: . debian debian/bin debian/templates

Dann Frazier dannf at alioth.debian.org
Tue Jul 22 07:04:21 UTC 2008


Author: dannf
Date: Tue Jul 22 07:04:20 2008
New Revision: 11872

Log:
etchnhalf branch

Added:
   dists/etch/linux-modules-extra-2.6-etchnhalf/
      - copied from r11693, /releases/linux-modules-extra-2.6/2.6.24-6/
Modified:
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/bin/gencontrol.py
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/changelog
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.defs
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.real
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.modules.in
   dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.source.in
   dists/etch/linux-modules-extra-2.6-etchnhalf/defines

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/bin/gencontrol.py
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/bin/gencontrol.py	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/bin/gencontrol.py	Tue Jul 22 07:04:20 2008
@@ -69,7 +69,7 @@
         if flavour in config_entry.get('not-flavours', []):
             return
 
-        relations = PackageRelation(config_entry_relations.get('source', '%s-source' % module))
+        relations = PackageRelation(config_entry_relations.get('source', '%s-source-etchnhalf' % module))
         if config_entry.get('arches', None) or config_entry.get('not-arches', None):
             for group in relations:
                 for item in group:

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/changelog
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/changelog	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/changelog	Tue Jul 22 07:04:20 2008
@@ -1,3 +1,9 @@
+linux-modules-extra-2.6-etchnhalf (2.6.24-6~etchnhalf.1) stable; urgency=low
+
+  * Branch for etchnhalf
+
+ -- dann frazier <dannf at debian.org>  Tue, 22 Jul 2008 00:48:13 -0600
+
 linux-modules-extra-2.6 (2.6.24-6) unstable; urgency=high
 
   * Disabling atl2 on mips.

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.defs
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/rules.defs	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.defs	Tue Jul 22 07:04:20 2008
@@ -1 +1 @@
-KERNELVERSION := 2.6.24-1
+KERNELVERSION := 2.6.24-etchnhalf.1

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.real
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/rules.real	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/rules.real	Tue Jul 22 07:04:20 2008
@@ -27,7 +27,7 @@
 $(SETUP_STAMP) $(BUILD_STAMP) install: DIR=$(BUILD_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(MODULE)
 $(SOURCE_STAMP) $(SETUP_STAMP): SOURCE_DIR=$(BUILD_DIR)/source_$(MODULE)
 
-$(SOURCE_STAMP): TAR = /usr/src/$(MODULE).tar.bz2
+$(SOURCE_STAMP): TAR = /usr/src/etchnhalf/$(MODULE).tar.bz2
 $(SOURCE_STAMP): TMP_DIR = $(BUILD_DIR)/tmp
 $(SOURCE_STAMP):
 	@rm -rf $(TMP_DIR) $(SOURCE_DIR)
@@ -66,7 +66,7 @@
 
 install: PACKAGE_DIR = $(CURDIR)/debian/$(PACKAGE_NAME)
 
-install-real: PACKAGE_LATEST_NAME = $(MODULE)-modules-$(MAJOR)$(LOCALVERSION)
+install-real: PACKAGE_LATEST_NAME = $(MODULE)-modules-$(MAJOR)$(LOCALVERSION)-etchnhalf
 
 install: $(BUILD_STAMP)
 install:

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.modules.in
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/templates/control.modules.in	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.modules.in	Tue Jul 22 07:04:20 2008
@@ -9,7 +9,7 @@
  .
  @longdesc@
 
-Package: @module at -modules-@major@@localversion@
+Package: @module at -modules-@major@@localversion at -etchnhalf
 Section: admin
 Priority: optional
 Depends: @module at -modules-@upstreamversion@@abiname@@localversion@, linux-latest-modules- at upstreamversion@@abiname@@localversion@

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.source.in
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/debian/templates/control.source.in	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/debian/templates/control.source.in	Tue Jul 22 07:04:20 2008
@@ -1,4 +1,4 @@
-Source: linux-modules-extra- at major@
+Source: linux-modules-extra- at major@-etchnhalf
 Section: devel
 Priority: optional
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>

Modified: dists/etch/linux-modules-extra-2.6-etchnhalf/defines
==============================================================================
--- /releases/linux-modules-extra-2.6/2.6.24-6/defines	(original)
+++ dists/etch/linux-modules-extra-2.6-etchnhalf/defines	Tue Jul 22 07:04:20 2008
@@ -1,16 +1,4 @@
 [base]
 modules:
- atl2
- aufs
- btrfs
- drbd8
- gspca
- kqemu
- loop-aes
- lzma
- r6040
- redhat-cluster
  squashfs
  unionfs
- virtualbox-ose
- virtualbox-ose-guest



More information about the Kernel-svn-changes mailing list