Re: dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-06-01 Thread Andrey Rahmatullin
On Mon, Jun 01, 2015 at 03:11:21PM +0200, Marcin Dulak wrote: > Thanks, I went for dh_auto_clean option. > Here is the explicit answer > https://lists.debian.org/debian-science/2015/05/msg00078.html which is > better for a newbie. That advice is wrong as it doesn't contain the dh_auto_clean call.

Re: dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-06-01 Thread Marcin Dulak
Thanks, I went for dh_auto_clean option. Here is the explicit answer https://lists.debian.org/debian-science/2015/05/msg00078.html which is better for a newbie. What about (explicit) instructions how to push the package to http://anonscm.debian.org/cgit/debian-science/packages/gpaw.git asked at ht

Re: dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-05-31 Thread Stephen Kitt
On Sun, 31 May 2015 22:54:58 +0500, Andrey Rahmatullin wrote: > On Sun, May 31, 2015 at 05:03:29PM +0200, Marcin Dulak wrote: > > $ debuild -us -uc > > ... > > dpkg-source: info: building gpaw using existing > > ./gpaw_0.10.0.11364.orig.tar.gz > > dpkg-source: info: local changes detected, the mod

Re: dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-05-31 Thread gregor herrmann
On Sun, 31 May 2015 22:54:58 +0500, Andrey Rahmatullin wrote: > On Sun, May 31, 2015 at 05:03:29PM +0200, Marcin Dulak wrote: > > It looks to me like the configuration.log file, which is written during > > compilation of gpaw > > is treated as a source modification. How should I handle this? > Yo

Re: dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-05-31 Thread Andrey Rahmatullin
On Sun, May 31, 2015 at 05:03:29PM +0200, Marcin Dulak wrote: > $ debuild -us -uc > ... > dpkg-source: info: building gpaw using existing > ./gpaw_0.10.0.11364.orig.tar.gz > dpkg-source: info: local changes detected, the modified files are: > gpaw-0.10.0.11364/configuration.log > ... > > It looks

dpkg-source: info: local changes detected and gbp:error: Cannot parse archive name

2015-05-31 Thread Marcin Dulak
Hi, i'm trying to make my first deb package: https://lists.debian.org/debian-science/2015/05/msg00074.html and running into problems: Problem 1. While following https://wiki.debian.org/IntroDebianPackaging#Step_4:_Build_the_package $ debuild -us -uc ... dpkg-source: info: building gpaw usin