r1460 - in trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27: . debian
nobse@haydn.debian.org
nobse@haydn.debian.org
Sat, 28 Aug 2004 20:54:47 -0600
Author: nobse
Date: 2004-08-28 15:29:52 -0600 (Sat, 28 Aug 2004)
New Revision: 1460
Modified:
trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/changelog
trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/control
trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/post-install
Log:
removed meta packages
Modified: trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/changelog 2004-08-28 21:29:33 UTC (rev 1459)
+++ trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/changelog 2004-08-28 21:29:52 UTC (rev 1460)
@@ -1,3 +1,14 @@
+kernel-image-2.4.27-alpha (2.4.27-3) UNRELEASED; urgency=high
+
+ * removed the following packages which are now provided by
+ kernel-latest-2.4-alpha
+ . kernel-image-2.4-generic
+ . kernel-image-2.4-smp
+ . kernel-headers-2.4-generic
+ . kernel-headers-2.4-smp
+
+ -- Norbert Tretkowski <nobse@debian.org> Sat, 28 Aug 2004 23:28:11 +0200
+
kernel-image-2.4.27-alpha (2.4.27-2) unstable; urgency=high
* built against kernel-tree 2.4.27-4
Modified: trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/control
===================================================================
--- trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/control 2004-08-28 21:29:33 UTC (rev 1459)
+++ trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/debian/control 2004-08-28 21:29:52 UTC (rev 1460)
@@ -62,15 +62,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.4-generic
-Architecture: alpha
-Section: base
-Priority: optional
-Depends: kernel-image-2.4.27-1-generic
-Description: Linux kernel image for version 2.4 on Alpha.
- This package will always depend on the latest 2.4 kernel image available for
- the Alpha architecture.
-
Package: kernel-headers-2.4.27-1-smp
Architecture: alpha
Section: devel
@@ -108,14 +99,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.4-smp
-Architecture: alpha
-Section: base
-Priority: optional
-Depends: kernel-image-2.4.27-1-smp
-Description: Linux kernel image for version 2.4 on Alpha SMP.
- This package will always depend on the latest 2.4 kernel image available for
- the Alpha architecture with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
Modified: trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/post-install
===================================================================
--- trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/post-install 2004-08-28 21:29:33 UTC (rev 1459)
+++ trunk/kernel-2.4/alpha/kernel-image-2.4.27-alpha-2.4.27/post-install 2004-08-28 21:29:52 UTC (rev 1460)
@@ -20,14 +20,7 @@
suffix=${version#*$debnum-}
-prefix=${version%.*}
-pkg=kernel-image-$prefix-$suffix
-
-debhelper_pre $pkg
-debhelper_post $pkg
-
-
prefix=${version%%-*}$debnum
pkg=kernel-headers-$version
top=$PWD/debian/$pkg
@@ -37,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
cd include
find . -mindepth 1 -maxdepth 1 \
! -name config -a ! -name linux \