Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-23 Thread deloptes
Vincent Lefevre wrote: > I was just asking, in case there would be some advantage. > For instance, it seems to install build dependencies automatically. I understand. It is bothering to install dependencies, I agree - but it is one time job. I do it when setting up the build environment - it take

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-23 Thread Vincent Lefevre
On 2020-04-23 08:31:32 +0200, deloptes wrote: > Vincent Lefevre wrote: > > > I was wondering whether apt-build could automate things even more > > than my current solution, but it seems that my current solution can > > do more, at least for the goal of just patching source packages and > > rebuild

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-22 Thread deloptes
Vincent Lefevre wrote: > I was wondering whether apt-build could automate things even more > than my current solution, but it seems that my current solution can > do more, at least for the goal of just patching source packages and > rebuilding. I did not miss this in the beginning. I did not unde

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-22 Thread Vincent Lefevre
On 2020-04-22 22:18:19 +0200, deloptes wrote: > Vincent Lefevre wrote: > > > On 2020-04-22 08:29:09 +0200, deloptes wrote: > >> OK I understand now. I did not have a problem to add a new section in the > >> changelog with > >> dch -v "4:$BUILDISTRO_NAME" -D "$DISTRO_NAME" -c $debian/changelog \

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-22 Thread deloptes
Vincent Lefevre wrote: > On 2020-04-22 08:29:09 +0200, deloptes wrote: >> OK I understand now. I did not have a problem to add a new section in the >> changelog with >> dch -v "4:$BUILDISTRO_NAME" -D "$DISTRO_NAME" -c $debian/changelog \ >> "Autogenerated by building script" >> >> $BUILDISTRO

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-22 Thread Vincent Lefevre
On 2020-04-22 08:29:09 +0200, deloptes wrote: > OK I understand now. I did not have a problem to add a new section in the > changelog with > dch -v "4:$BUILDISTRO_NAME" -D "$DISTRO_NAME" -c $debian/changelog \ > "Autogenerated by building script" > > $BUILDISTRO_NAME is the release number (14.

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread deloptes
Vincent Lefevre wrote: > I think that you misunderstood. I'm not talking about the build log > (which the end user will never see), but the Debian changelog file, > which will be installed as > > /usr/share/doc//changelog.Debian.gz > > For instance, for libtool on my machines I can see e.g.: >

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Vincent Lefevre
On 2020-04-21 20:53:42 +0200, deloptes wrote: > Vincent Lefevre wrote: > > > Patches don't add log messages in general. I meant like what dch > > does. > yes because you are working outside of debuild. debuild creates a build file > that includes all the steps to produce the build > > in any case

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread deloptes
Vincent Lefevre wrote: > Patches don't add log messages in general. I meant like what dch > does. yes because you are working outside of debuild. debuild creates a build file that includes all the steps to produce the build in any case https://raphaelhertzog.com/2011/07/04/how-to-prepare-patches

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Vincent Lefevre
On 2020-04-21 18:37:03 +0300, Reco wrote: > On Tue, Apr 21, 2020 at 05:31:38PM +0200, Vincent Lefevre wrote: > > On 2020-04-21 16:44:57 +0300, Reco wrote: > > > apt install apt-build > > > > > > Requires some scripting to run without a human intervention, it's > > > relatively simple. > > > > Can

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Reco
Hi. On Tue, Apr 21, 2020 at 05:31:38PM +0200, Vincent Lefevre wrote: > On 2020-04-21 16:44:57 +0300, Reco wrote: > > On Tue, Apr 21, 2020 at 03:23:37PM +0200, Thomas Martin wrote: > > > My goal is simple : I'm applying few modifications on some Debian > > > packages and would like those pa

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Vincent Lefevre
Hi, On 2020-04-21 16:44:57 +0300, Reco wrote: > On Tue, Apr 21, 2020 at 03:23:37PM +0200, Thomas Martin wrote: > > My goal is simple : I'm applying few modifications on some Debian > > packages and would like those packages to be rebuilt with my changes > > when a new package version is available.

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Thomas Martin
Hi, Thank you, I will check this out. Thomas Le mar. 21 avr. 2020 à 15:45, Reco a écrit : > > Hi. > > On Tue, Apr 21, 2020 at 03:23:37PM +0200, Thomas Martin wrote: > > My goal is simple : I'm applying few modifications on some Debian > > packages and would like those packages to be re

Re: The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Reco
Hi. On Tue, Apr 21, 2020 at 03:23:37PM +0200, Thomas Martin wrote: > My goal is simple : I'm applying few modifications on some Debian > packages and would like those packages to be rebuilt with my changes > when a new package version is available. apt install apt-build Requires some scr

The simpliest way to automatically rebuild few Debian packages ?

2020-04-21 Thread Thomas Martin
Hello, I would like to know what is the simplest way to rebuild Debian packages automatically when a new version of the package is released ? My goal is simple : I'm applying few modifications on some Debian packages and would like those packages to be rebuilt with my changes when a new package v