Commit 1d349923 authored by Riku Voipio's avatar Riku Voipio Committed by Masahiro Yamada

builddeb: Update a few outdated and hardcoded strings

The builddeb script has some hardcoded references to Linux version 2.6
which is ancient. Drop Provides as the virtual packages provided are not
useful anymore. Leave the Provides for linux-kernel-headers, as someone
might still be referring to it.

While at it, updated copyright date and drop Standards-Version: since
the package isn't Debian Standards compliant anyways.

Cc: Timo Sigurdsson <public_timo.s@silentcreek.de>
Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 09549aa1
...@@ -260,7 +260,7 @@ This is a packacked upstream version of the Linux kernel. ...@@ -260,7 +260,7 @@ This is a packacked upstream version of the Linux kernel.
The sources may be found at most Linux ftp sites, including: The sources may be found at most Linux ftp sites, including:
ftp://ftp.kernel.org/pub/linux/kernel ftp://ftp.kernel.org/pub/linux/kernel
Copyright: 1991 - 2015 Linus Torvalds and others. Copyright: 1991 - 2017 Linus Torvalds and others.
The git repository for mainline kernel development is at: The git repository for mainline kernel development is at:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
...@@ -283,7 +283,6 @@ Section: kernel ...@@ -283,7 +283,6 @@ Section: kernel
Priority: optional Priority: optional
Maintainer: $maintainer Maintainer: $maintainer
Build-Depends: $build_depends Build-Depends: $build_depends
Standards-Version: 3.8.4
Homepage: http://www.kernel.org/ Homepage: http://www.kernel.org/
EOF EOF
...@@ -291,7 +290,6 @@ if [ "$ARCH" = "um" ]; then ...@@ -291,7 +290,6 @@ if [ "$ARCH" = "um" ]; then
cat <<EOF >> debian/control cat <<EOF >> debian/control
Package: $packagename Package: $packagename
Provides: linux-image, linux-image-2.6, linux-modules-$version
Architecture: any Architecture: any
Description: User Mode Linux kernel, version $version Description: User Mode Linux kernel, version $version
User-mode Linux is a port of the Linux kernel to its own system call User-mode Linux is a port of the Linux kernel to its own system call
...@@ -308,7 +306,6 @@ else ...@@ -308,7 +306,6 @@ else
cat <<EOF >> debian/control cat <<EOF >> debian/control
Package: $packagename Package: $packagename
Provides: linux-image, linux-image-2.6, linux-modules-$version
Suggests: $fwpackagename Suggests: $fwpackagename
Architecture: any Architecture: any
Description: Linux kernel, version $version Description: Linux kernel, version $version
...@@ -341,7 +338,6 @@ rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles" ...@@ -341,7 +338,6 @@ rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles"
cat <<EOF >> debian/control cat <<EOF >> debian/control
Package: $kernel_headers_packagename Package: $kernel_headers_packagename
Provides: linux-headers, linux-headers-2.6
Architecture: any Architecture: any
Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch} Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch}
This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch} This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
...@@ -399,7 +395,6 @@ if [ -n "$BUILD_DEBUG" ] ; then ...@@ -399,7 +395,6 @@ if [ -n "$BUILD_DEBUG" ] ; then
Package: $dbg_packagename Package: $dbg_packagename
Section: debug Section: debug
Provides: linux-debug, linux-debug-$version
Architecture: any Architecture: any
Description: Linux kernel debugging symbols for $version Description: Linux kernel debugging symbols for $version
This package will come in handy if you need to debug the kernel. It provides This package will come in handy if you need to debug the kernel. It provides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment