Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #57392 > unrolled thread
| Started by | riku.voipio@linaro.org |
|---|---|
| First post | 2017-03-31 15:30 +0200 |
| Last post | 2017-04-21 12:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 1/3] builddeb: Update a few outdated and hardcoded strings riku.voipio@linaro.org - 2017-03-31 15:30 +0200
Re: [PATCH v2 1/3] builddeb: Update a few outdated and hardcoded strings Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-21 12:10 +0200
| From | riku.voipio@linaro.org |
|---|---|
| Date | 2017-03-31 15:30 +0200 |
| Subject | [PATCH v2 1/3] builddeb: Update a few outdated and hardcoded strings |
| Message-ID | <tr4MO-59K-15@gated-at.bofh.it> |
From: Riku Voipio <riku.voipio@linaro.org>
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:
Cc: Timo Sigurdsson <public_timo.s@silentcreek.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
---
v2: Drop Standards-Version: instead of updating as suggested by Ben
---
scripts/package/builddeb | 7 +------
1 file changed, 1 insertion(+), 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.
The sources may be found at most Linux ftp sites, including:
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:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
@@ -283,7 +283,6 @@ Section: kernel
Priority: optional
Maintainer: $maintainer
Build-Depends: $build_depends
-Standards-Version: 3.8.4
Homepage: http://www.kernel.org/
EOF
@@ -291,7 +290,6 @@ if [ "$ARCH" = "um" ]; then
cat <<EOF >> debian/control
Package: $packagename
-Provides: linux-image, linux-image-2.6, linux-modules-$version
Architecture: any
Description: User Mode Linux kernel, version $version
User-mode Linux is a port of the Linux kernel to its own system call
@@ -308,7 +306,6 @@ else
cat <<EOF >> debian/control
Package: $packagename
-Provides: linux-image, linux-image-2.6, linux-modules-$version
Suggests: $fwpackagename
Architecture: any
Description: Linux kernel, version $version
@@ -341,7 +338,6 @@ rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles"
cat <<EOF >> debian/control
Package: $kernel_headers_packagename
-Provides: linux-headers, linux-headers-2.6
Architecture: any
Description: Linux kernel headers 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
Package: $dbg_packagename
Section: debug
-Provides: linux-debug, linux-debug-$version
Architecture: any
Description: Linux kernel debugging symbols for $version
This package will come in handy if you need to debug the kernel. It provides
--
2.11.0
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-04-21 12:10 +0200 |
| Message-ID | <tyDFL-4xX-13@gated-at.bofh.it> |
| In reply to | #57392 |
Hi Riku, The merge windows will be open shortly, so I'd like to apply the first two. 2017-03-31 22:09 GMT+09:00 <riku.voipio@linaro.org>: > From: Riku Voipio <riku.voipio@linaro.org> > > 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: Could you add some comments about "why" for the Standard-Version removal? I know the answer is in the v2: https://patchwork.kernel.org/patch/9532275/ but I'd like you to record it in git-log. With the comment improved, I will pick up this soon. Thanks! -- Best Regards Masahiro Yamada
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web