aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-04-24 07:07:40 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-04-24 19:06:35 -0400
commit1d349923857d7b4e1892d48b7c4e00ebaf635df9 (patch)
tree44a5bdfd47d5e93ed63e0dac24e1a6c8a0df1b53
parent09549aa1baa90d9e273ecd6c69c493bea6473dec (diff)
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: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rwxr-xr-xscripts/package/builddeb7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index f04e91f0845d..c0107f581c5d 100755
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -260,7 +260,7 @@ This is a packacked upstream version of the Linux kernel.
260The sources may be found at most Linux ftp sites, including: 260The sources may be found at most Linux ftp sites, including:
261ftp://ftp.kernel.org/pub/linux/kernel 261ftp://ftp.kernel.org/pub/linux/kernel
262 262
263Copyright: 1991 - 2015 Linus Torvalds and others. 263Copyright: 1991 - 2017 Linus Torvalds and others.
264 264
265The git repository for mainline kernel development is at: 265The git repository for mainline kernel development is at:
266git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 266git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
@@ -283,7 +283,6 @@ Section: kernel
283Priority: optional 283Priority: optional
284Maintainer: $maintainer 284Maintainer: $maintainer
285Build-Depends: $build_depends 285Build-Depends: $build_depends
286Standards-Version: 3.8.4
287Homepage: http://www.kernel.org/ 286Homepage: http://www.kernel.org/
288EOF 287EOF
289 288
@@ -291,7 +290,6 @@ if [ "$ARCH" = "um" ]; then
291 cat <<EOF >> debian/control 290 cat <<EOF >> debian/control
292 291
293Package: $packagename 292Package: $packagename
294Provides: linux-image, linux-image-2.6, linux-modules-$version
295Architecture: any 293Architecture: any
296Description: User Mode Linux kernel, version $version 294Description: User Mode Linux kernel, version $version
297 User-mode Linux is a port of the Linux kernel to its own system call 295 User-mode Linux is a port of the Linux kernel to its own system call
@@ -308,7 +306,6 @@ else
308 cat <<EOF >> debian/control 306 cat <<EOF >> debian/control
309 307
310Package: $packagename 308Package: $packagename
311Provides: linux-image, linux-image-2.6, linux-modules-$version
312Suggests: $fwpackagename 309Suggests: $fwpackagename
313Architecture: any 310Architecture: any
314Description: Linux kernel, version $version 311Description: Linux kernel, version $version
@@ -341,7 +338,6 @@ rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles"
341cat <<EOF >> debian/control 338cat <<EOF >> debian/control
342 339
343Package: $kernel_headers_packagename 340Package: $kernel_headers_packagename
344Provides: linux-headers, linux-headers-2.6
345Architecture: any 341Architecture: any
346Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch} 342Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch}
347 This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch} 343 This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
@@ -399,7 +395,6 @@ if [ -n "$BUILD_DEBUG" ] ; then
399 395
400Package: $dbg_packagename 396Package: $dbg_packagename
401Section: debug 397Section: debug
402Provides: linux-debug, linux-debug-$version
403Architecture: any 398Architecture: any
404Description: Linux kernel debugging symbols for $version 399Description: Linux kernel debugging symbols for $version
405 This package will come in handy if you need to debug the kernel. It provides 400 This package will come in handy if you need to debug the kernel. It provides