From: Jonathan Nieder <jrnieder@gmail.com>
To: "Martin-Éric Racine" <martin-eric.racine@iki.fi>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-kbuild@vger.kernel.org, debian-kernel@lists.debian.org
Subject: Re: [PATCH] scripts/package/builddeb: upgrade to current practices
Date: Tue, 17 Jul 2012 14:39:51 -0500 [thread overview]
Message-ID: <20120717193951.GA15208@burratino> (raw)
In-Reply-To: <1342547874.5129.2.camel@henna.lan>
Hi,
Martin-Éric Racine wrote:
> Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
Thanks. This patch does many things at once instead of the usual
practice of "one patch per logical change", but oh well.
[...]
> --- a/scripts/package/builddeb
> +++ b/scripts/package/builddeb
> @@ -79,9 +79,9 @@ fwdir="$objtree/debian/fwtmp"
> kernel_headers_dir="$objtree/debian/hdrtmp"
> libc_headers_dir="$objtree/debian/headertmp"
> packagename=linux-image-$version
> -fwpackagename=linux-firmware-image
> kernel_headers_packagename=linux-headers-$version
> libc_headers_packagename=linux-libc-dev
> +fwpackagename=firmware-linux
Micronit: any reason the lines are reordered here?
> @@ -188,17 +188,17 @@ 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 - 2009 Linus Torvalds and others.
> +Copyright: 1991-2012 Linus Torvalds and others.
>
> -The git repository for mainline kernel development is at:
> -git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> +The GIT repository for mainline kernel development is at:
> +git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
I personally like to spell it as "Git". ;-)
[...]
> @@ -273,6 +273,9 @@ if [ -e "$tmpdir/lib/firmware" ]; then
>
> Package: $fwpackagename
> Architecture: all
> +Conflicts: firmware-linux-free, firmware-linux-nonfree
> +Provides: firmware-linux-free, firmware-linux-nonfree
> +Replaces: firmware-linux-free, firmware-linux-nonfree
I assume you mean Breaks+Replaces. Do the files actually overlap,
or is this change being overly cautious? I would expect the files
not to overlap because the package build with deb-pkg puts firmware
in a versioned subdirectory "/lib/firmware/<version>".
Hope that helps,
Jonathan
next parent reply other threads:[~2012-07-17 19:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1342547874.5129.2.camel@henna.lan>
2012-07-17 19:39 ` Jonathan Nieder [this message]
2012-07-17 19:46 ` [PATCH] scripts/package/builddeb: upgrade to current practices Martin-Éric Racine
2012-07-17 21:23 ` maximilian attems
2012-07-17 23:19 ` Martin-Éric Racine
2012-07-17 23:27 ` Jonathan Nieder
2012-07-18 6:56 ` maximilian attems
2012-07-18 7:21 ` Martin-Éric Racine
2012-07-18 8:05 ` Bjørn Mork
2012-07-18 7:47 ` Bjørn Mork
2012-08-14 15:46 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120717193951.GA15208@burratino \
--to=jrnieder@gmail.com \
--cc=debian-kernel@lists.debian.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin-eric.racine@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox