r1442 - in trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8: . debian

nobse@haydn.debian.org nobse@haydn.debian.org
Sat, 28 Aug 2004 20:52:03 -0600


Author: nobse
Date: 2004-08-28 14:51:51 -0600 (Sat, 28 Aug 2004)
New Revision: 1442

Modified:
   trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog
   trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control
   trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/post-install
Log:
removed headers meta packages


Modified: trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog	2004-08-28 20:50:13 UTC (rev 1441)
+++ trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog	2004-08-28 20:51:51 UTC (rev 1442)
@@ -1,8 +1,14 @@
-kernel-image-2.6.8-alpha (2.6.8-3) unstable; urgency=low
+kernel-image-2.6.8-alpha (2.6.8-3) unstable; urgency=high
 
   * built against kernel-tree 2.6.8-5
+  * removed the following packages which are now provided by
+    kernel-latest-2.6-alpha
+    . kernel-headers-2.6-generic
+    . kernel-headers-2.6-smp
+    . kernel-image-2.6-generic
+    . kernel-image-2.6-smp
 
- -- Norbert Tretkowski <nobse@debian.org>  Sat, 28 Aug 2004 12:06:32 +0200
+ -- Norbert Tretkowski <nobse@debian.org>  Sat, 28 Aug 2004 22:44:35 +0200
 
 kernel-image-2.6.8-alpha (2.6.8-2) unstable; urgency=low
 

Modified: trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control
===================================================================
--- trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control	2004-08-28 20:50:13 UTC (rev 1441)
+++ trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control	2004-08-28 20:51:51 UTC (rev 1442)
@@ -30,15 +30,6 @@
  Please read /usr/share/doc/kernel-headers-2.6.8-1-generic/debian.README.gz for
  details
 
-Package: kernel-headers-2.6-generic
-Architecture: alpha
-Section: devel
-Priority: optional
-Depends: kernel-headers-2.6.8-1-generic
-Description: Linux kernel headers 2.6 on Alpha
- This package will always depend on the latest 2.6 kernel headers available
- for the Alpha architecture.
-
 Package: kernel-image-2.6.8-1-generic
 Architecture: alpha
 Section: base
@@ -63,15 +54,6 @@
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
 
-Package: kernel-image-2.6-generic
-Architecture: alpha
-Section: base
-Priority: optional
-Depends: kernel-image-2.6.8-1-generic
-Description: Linux kernel image for version 2.6 on Alpha.
- This package will always depend on the latest 2.6 kernel image available
- for the Alpha architecture.
-
 Package: kernel-headers-2.6.8-1-smp
 Architecture: alpha
 Section: devel
@@ -86,16 +68,6 @@
  Please read /usr/share/doc/kernel-headers-2.6.8-1-smp/debian.README.gz for
  details
 
-Package: kernel-headers-2.6-smp
-Architecture: alpha
-Section: devel
-Priority: optional
-Depends: kernel-headers-2.6.8-1-smp
-Description: Linux kernel headers 2.6 on Alpha SMP
- This package will always depend on the latest 2.6 kernel headers available
- for the Alpha architecture with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
 Package: kernel-image-2.6.8-1-smp
 Architecture: alpha
 Section: base
@@ -120,14 +92,3 @@
  Kernel image packages are generally produced using kernel-package,
  and it is suggested that you install that package if you wish to
  create a custom kernel from the sources.
-
-Package: kernel-image-2.6-smp
-Architecture: alpha
-Section: base
-Priority: optional
-Depends: kernel-image-2.6.8-1-smp
-Description: Linux kernel image for version 2.6 on Alpha SMP.
- This package will always depend on the latest 2.6 kernel image available
- for the Alpha architecture with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-

Modified: trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/post-install
===================================================================
--- trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/post-install	2004-08-28 20:50:13 UTC (rev 1441)
+++ trunk/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/post-install	2004-08-28 20:51:51 UTC (rev 1442)
@@ -20,17 +20,6 @@
 
 
 suffix=${version#*$debnum-}
-prefix=${version%.*}
-
-
-for pkg in \
-	kernel-headers-$prefix-$suffix kernel-image-$prefix-$suffix
-do
-	debhelper_pre $pkg
-	debhelper_post $pkg
-done
-
-
 prefix=$DEBIAN_UPSTREAM_VERSION$debnum
 pkg=kernel-headers-$version
 top=$PWD/debian/$pkg
@@ -41,6 +30,8 @@
 mkdir -p $dir/include/linux
 
 cp -a .config $dir
+ln -s --target-directory=$dir ../kernel-headers-$prefix/Makefile \
+	../kernel-headers-$prefix/kernel-headers.revision
 echo $debnum-$suffix > $dir/.extraversion
 cp -a Module.symvers $dir