[kernel] r6345 - in dists/trunk/linux-nonfree-2.6/debian: . templates

Bastian Blank waldi at costa.debian.org
Thu Mar 30 11:59:24 UTC 2006


Author: waldi
Date: Thu Mar 30 11:59:23 2006
New Revision: 6345

Modified:
   dists/trunk/linux-nonfree-2.6/debian/rules.real
   dists/trunk/linux-nonfree-2.6/debian/templates/control.modules.in
Log:
debian/rules.real,
debian/templates/control.modules.in: Build latest packages.


Modified: dists/trunk/linux-nonfree-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-nonfree-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-nonfree-2.6/debian/rules.real	Thu Mar 30 11:59:23 2006
@@ -70,7 +70,8 @@
 
 install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): REAL_VERSION = $(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)
 install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): PACKAGE_NAME = linux-modules-nonfree-$(REAL_VERSION)
-install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): DH_OPTIONS = -p$(PACKAGE_NAME)
+install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): PACKAGE_LATEST_NAME = linux-modules-nonfree-$(MAJOR)$(LOCALVERSION)
+install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): DH_OPTIONS = -p$(PACKAGE_NAME) -p$(PACKAGE_LATEST_NAME)
 install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): BASE_DIR = /lib/modules/$(REAL_VERSION)
 install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): SOURCE_DIR = $(BUILD_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR)
 install-modules-$(ARCH)-$(SUBARCH)-$(FLAVOUR): PACKAGE_DIR = $(CURDIR)/debian/$(PACKAGE_NAME)

Modified: dists/trunk/linux-nonfree-2.6/debian/templates/control.modules.in
==============================================================================
--- dists/trunk/linux-nonfree-2.6/debian/templates/control.modules.in	(original)
+++ dists/trunk/linux-nonfree-2.6/debian/templates/control.modules.in	Thu Mar 30 11:59:23 2006
@@ -1,6 +1,14 @@
 Package: linux-modules-nonfree- at upstreamversion@@abiname@@localversion@
 Section: non-free/base
 Priority: optional
-Description: Non-free modules for the Linux kernel version @version@
- This package the nonfree modules for the Linux kernel version @version at .
+Description: Non-free modules for Linux kernel @upstreamversion@ on @class@ machines
+ This package provides the nonfree loadable modules for the Linux kernel version
+ @upstreamversion@ on @longclass@ machines.
+
+Package: linux-modules-nonfree- at major@@localversion@
+Section: non-free/base
+Priority: optional
+Description: Non-free modules for Linux kernel @major@ on @class@ machines
+ This package depends on the latest nonfree modules for Linux kernel @major@ on
+ @longclass@ machines.
 



More information about the Kernel-svn-changes mailing list