Re: [PATCH 4/4] debian: add generic rule file

2019-07-17 Thread Theodore Y. Ts'o
On Wed, Jul 17, 2019 at 04:16:39PM +0200, Enrico Weigelt, metux IT consult wrote: > > > In practice, that's not going to be a problem for most distributions. > > The traditional way Debian-derived systems have done builds is > > completely outside of git. So there will be a

Re: [PATCH 4/4] debian: add generic rule file

2019-07-17 Thread Enrico Weigelt, metux IT consult
On 16.07.19 14:34, Theodore Y. Ts'o wrote: Hi, > In practice, that's not going to be a problem for most distributions. > The traditional way Debian-derived systems have done builds is > completely outside of git. So there will be a linux_5.2.orig.tar.gz > and a linux_5.2-1.debian.tar.xz.

Re: [PATCH 4/4] debian: add generic rule file

2019-07-17 Thread Enrico Weigelt, metux IT consult
On 15.07.19 21:12, Theodore Y. Ts'o wrote: Hi, > It's possible I'm not remembering some of the feedback, but the only> thing I > recall was the comment I made that I'd really like this use> case:> > make O=/build/linux-build bindeb-pkg ah, I yet wanted to test that - thx for reminding me. > to

Re: [PATCH 4/4] debian: add generic rule file

2019-07-16 Thread Theodore Y. Ts'o
On Tue, Jul 16, 2019 at 05:58:49PM +0900, Masahiro Yamada wrote: > I want debian/ to be kept as a drop-in directory > for packagers, without replacing the upstream debian/rules. > > If a check-in source file is modified in anyway, > scripts/setlocalversion would set -dirty flag, > which I want to

Re: [PATCH 4/4] debian: add generic rule file

2019-07-16 Thread Masahiro Yamada
On Tue, Jul 16, 2019 at 4:13 AM Theodore Y. Ts'o wrote: > > On Mon, Jul 15, 2019 at 08:56:25PM +0200, Enrico Weigelt, metux IT consult > wrote: > > On 15.07.19 14:28, Masahiro Yamada wrote: > > > > >> The rule file contains a rule for creating debian/control and > > >> other metadata - this is

Re: [PATCH 4/4] debian: add generic rule file

2019-07-15 Thread Theodore Y. Ts'o
On Mon, Jul 15, 2019 at 08:56:25PM +0200, Enrico Weigelt, metux IT consult wrote: > On 15.07.19 14:28, Masahiro Yamada wrote: > > >> The rule file contains a rule for creating debian/control and > >> other metadata - this is done similar to the 'deb-pkg' make rule, > >>

Re: [PATCH 4/4] debian: add generic rule file

2019-07-15 Thread Enrico Weigelt, metux IT consult
On 15.07.19 14:28, Masahiro Yamada wrote: >> The rule file contains a rule for creating debian/control and >> other metadata - this is done similar to the 'deb-pkg' make rule, >> scripts/packaging/mkdebian. > > I saw a similar patch submission before, and negative feedback about it. Do you

Re: [PATCH 4/4] debian: add generic rule file

2019-07-15 Thread Masahiro Yamada
On Tue, Jul 9, 2019 at 6:33 PM Enrico Weigelt, metux IT consult wrote: > > Adding a generic debian rule file, so we can build the directly > via usual Debian package build tools (eg. git-buildpackage, > dck-buildpackage, etc). It expects the .config file already > placed in the source tree. > >

[PATCH 4/4] debian: add generic rule file

2019-07-09 Thread Enrico Weigelt, metux IT consult
Adding a generic debian rule file, so we can build the directly via usual Debian package build tools (eg. git-buildpackage, dck-buildpackage, etc). It expects the .config file already placed in the source tree. The rule file contains a rule for creating debian/control and other metadata - this is

[PATCH 4/4] debian: add generic rule file

2019-02-07 Thread Enrico Weigelt, metux IT consult
Adding a generic debian rule file, so we can build the directly via usual Debian package build tools (eg. git-buildpackage, dck-buildpackage, etc). It expects the .config file already placed in the source tree. The rule file contains a rule for creating debian/control and other metadata - this is