public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Anisse Astier <anisse@astier.eu>
To: maximilian attems <max@stro.at>
Cc: linux-kbuild@vger.kernel.org, debian-kernel@lists.debian.org,
	kernel-team@lists.ubuntu.com, Ben Hutchings <ben@decadent.org.uk>,
	Michal Marek <mmarek@suse.cz>
Subject: Re: [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging
Date: Fri, 14 Jun 2013 17:01:13 +0200	[thread overview]
Message-ID: <20130614170113.1a58ed57@serenity> (raw)
In-Reply-To: <20130614135839.GM23955@vostochny.stro.at>

Hi Maximilian,

Thanks a lot for your review.

On Fri, 14 Jun 2013 13:58:39 +0000, maximilian attems <max@stro.at> wrote :

> On Fri, Jun 14, 2013 at 11:46:53AM +0200, Anisse Astier wrote:
> > These little fixes should bring debian packaging closer to the way it's done in debian.
> > 
> > Changes in:
> > v2:
> >  - only build debug packages when CONFIG_DEBUG_INFO=y
> >  - build debug package last.
> >  - more verbose debug package description
> >  - put package in section debug
> > v3:
> >  - remove duplicate code from v2
> > v4:
> >  - fixes thanks to Ben Hutchings' review
> >  - use KCONFIG_CONFIG instead of .config
> >  - use installed path specific to each architecture instead of hard-coded
> >    /boot/vmlinuz-$version, based on
> >    http://anonscm.debian.org/viewvc/kernel/dists/wheezy/linux/debian/rules.real?view=markup
> > v5:
> >  - fixes thanks to Ben Hutchings' review
> >  - don't use $objtree as it's redundant in build scripts
> >  - add symbolic links to vmlinux to work with other tools than perf
> >  - pick-up reviewed-by from ml for patch 3 and 4
> > 
> > 
> > Anisse Astier (4):
> >   deb-pkg: use KCONFIG_CONFIG instead of .config file directly
> >   deb-pkg: split debug symbols in their own package
> >   deb-pkg: fix installed image path on parisc, mips and powerpc
> >   deb-pkg: add a hook argument to match debian hooks parameters
> > 
> >  scripts/package/builddeb | 91 ++++++++++++++++++++++++++++++++++++++++--------
> >  1 file changed, 76 insertions(+), 15 deletions(-)
> 
> Thanks, whole series seems good to me,
> Acked those that seem really worthwile.
> Thanks for caring of parisc and stuff.
> 
> Rereading, I didn't see the motivation for the last change,
> explained in the commit message?
> IRC this distinction was done on purpose to allow distribution
> specific linux images to run different hooks.
> 

The motivation for the last patch was that I had hooks that only worked
with two arguments. As pointed by Ben Hutchings in his review, this is
contrary to the policy of the debian kernel handbook, as every hook must
support both the one-argument and two-argument cases.
My hooks have since been fixed, but I felt the patch would still be
useful for other persons working on derivatives that might not have read
the handbook and have scripts lying around using the two arguments-only.


Anisse


      reply	other threads:[~2013-06-14 15:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14  9:46 [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging Anisse Astier
2013-06-14  9:46 ` [PATCH v5 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly Anisse Astier
2013-06-14 13:54   ` maximilian attems
2013-06-15  3:11   ` Ben Hutchings
2013-06-17 13:49     ` Anisse Astier
2013-06-23 16:51       ` Ben Hutchings
2013-06-14  9:46 ` [PATCH v5 2/4] deb-pkg: split debug symbols in their own package Anisse Astier
2013-06-14 13:55   ` maximilian attems
2013-06-15  4:03   ` Ben Hutchings
2013-06-17 12:05     ` Anisse Astier
2013-06-14  9:46 ` [PATCH v5 3/4] deb-pkg: fix installed image path on parisc, mips and powerpc Anisse Astier
2013-06-14  9:46 ` [PATCH v5 4/4] deb-pkg: add a hook argument to match debian hooks parameters Anisse Astier
2013-06-14 15:37   ` maximilian attems
2013-06-14 13:58 ` [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging maximilian attems
2013-06-14 15:01   ` Anisse Astier [this message]

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=20130614170113.1a58ed57@serenity \
    --to=anisse@astier.eu \
    --cc=ben@decadent.org.uk \
    --cc=debian-kernel@lists.debian.org \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=max@stro.at \
    --cc=mmarek@suse.cz \
    /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