Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-23 Thread Osamu Aoki
Hi, On Sun, Jun 22, 2014 at 10:49:09PM +0530, Vasudev Kamath wrote: debug lines are long to make it easy to scan source to check such lines by grep. Others, you can call me lazy. I keep terminal width relatively large like 100. I will happy to fold 80 if they are not debug lines.

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Osamu Aoki
Hi, Your suggestion of enhancement is good one. On Sat, Jun 21, 2014 at 01:52:52PM +0530, Vasudev Kamath wrote: debmake -a ~/Downloads/fantasque-sans-1.6.4.orig.tar.gz -b data and was expecting it to extract upstream tarball and form package instead I got this error E: Non-supported

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Osamu Aoki
Hi, I am a bit concerned for origtar.py compatibility. Signed-off-by: Vasudev Kamath kamathvasu...@gmail.com --- debmake/sanity.py | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/debmake/sanity.py b/debmake/sanity.py index fdfdcab..9dc20de 100755 ---

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Vasudev Kamath
Osamu Aoki osamu_aoki_h...@nifty.com writes: Hi, Your suggestion of enhancement is good one. Thank you :-). On Sat, Jun 21, 2014 at 01:52:52PM +0530, Vasudev Kamath wrote: debmake -a ~/Downloads/fantasque-sans-1.6.4.orig.tar.gz -b data and was expecting it to extract upstream tarball

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Vasudev Kamath
Osamu Aoki osamu_aoki_h...@nifty.com writes: Hi, I am a bit concerned for origtar.py compatibility. Signed-off-by: Vasudev Kamath kamathvasu...@gmail.com --- debmake/sanity.py | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/debmake/sanity.py

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Osamu Aoki
On Sun, Jun 22, 2014 at 07:38:23PM +0530, Vasudev Kamath wrote: I also copy tar in dist.py to the root of the source tree to keep package-1.0/ and package.tar.gz in the same location. Probably better to move it to sanity.py to do it right? No it does not work. -d (dist.py) generates

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-22 Thread Vasudev Kamath
Osamu Aoki osamu_aoki_h...@nifty.com writes: On Sun, Jun 22, 2014 at 07:38:23PM +0530, Vasudev Kamath wrote: I also copy tar in dist.py to the root of the source tree to keep package-1.0/ and package.tar.gz in the same location. Probably better to move it to sanity.py to do it right? No

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-21 Thread Vasudev Kamath
Package: debmake Version: 4.1.0-1 Severity: normal Hi Osamu, Was experimenting debmake and I invoked it in following fashion debmake -a ~/Downloads/fantasque-sans-1.6.4.orig.tar.gz -b data and was expecting it to extract upstream tarball and form package instead I got this error E:

Bug#752206: Option -a/--archive with full path to upstream source doesn't work

2014-06-21 Thread Vasudev Kamath
Control: tag -1 +pending +patch Here is the proposed patch to fix this, which I have tested and seems to be working. I feel that we need extensive unittest for this package, I will see if I can right the same. Cheers,From 2098c6baf484174bddb3545d404e70ecebedb28b Mon Sep 17 00:00:00 2001 From: