[Bug 180131] Re: Debian watch file doesn't work

2008-01-07 Thread Daniel Holbach
Luca: will you take care of this one? -- Debian watch file doesn't work https://bugs.launchpad.net/bugs/180131 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 180131] Re: Debian watch file doesn't work

2008-01-07 Thread Luca Falavigna
Uploaded, thanks ;) ** Changed in: gshutdown (Ubuntu) Assignee: Miguel Ruiz (mruiz) = Luca Falavigna (dktrkranz) Status: In Progress = Fix Committed -- Debian watch file doesn't work https://bugs.launchpad.net/bugs/180131 You received this bug notification because you are a member

[Bug 180131] Re: Debian watch file doesn't work

2008-01-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gshutdown - 0.2-0ubuntu2 --- gshutdown (0.2-0ubuntu2) hardy; urgency=low * debian/watch: + Updated download page syntax. (LP: #180131) * debian/rules: + Fixed a lintian warning (debian-rules-ignores-make-clean-error). -- Miguel Ruiz

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Luca Falavigna
** Changed in: gshutdown (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = Luca Falavigna (dktrkranz) Status: Confirmed = In Progress -- Debian watch file doesn't work https://bugs.launchpad.net/bugs/180131 You received this bug notification because you are a member of

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Miguel Ruiz
Hi Luca, If we use ([0-9.]*) or ([\d\.]*) we have the following: [EMAIL PROTECTED]:~/devel/fixes/watch/gshutdown/gshutdown-0.2$ uscan -verbose -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line:

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Luca Falavigna
A test uscan run reported the following output: [EMAIL PROTECTED]:~/gshutdown/gshutdown-0.2$ uscan --verbose --report -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: http://gshutdown.tuxfamily.org/release/gshutdown-(.*)\.tar\.gz

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Luca Falavigna
I think we can use ([\d\.]*) safely. Since rc1 version is now obsolete and we are not sure new RCs will follow, we can ignore them for now unless a better regex is provided. -- Debian watch file doesn't work https://bugs.launchpad.net/bugs/180131 You received this bug notification because you

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Miguel Ruiz
** Attachment removed: debdiff http://launchpadlibrarian.net/11137249/gshutdown_0.2-0ubuntu2.debdiff -- Debian watch file doesn't work https://bugs.launchpad.net/bugs/180131 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 180131] Re: Debian watch file doesn't work

2008-01-04 Thread Miguel Ruiz
Luca: I'm attaching a new solution; also dpkg saves the day again: [EMAIL PROTECTED]:~$ dpkg --compare-versions 0.2rc1 gt 0.2 ; echo $? 0 That means: 0.2rc1 is greater than 0.2 :S . Is a good solution to avoid RC versions for this package. Cheers! ** Attachment added: debdiff

[Bug 180131] Re: Debian watch file doesn't work

2008-01-03 Thread Miguel Ruiz
** Attachment added: debdiff http://launchpadlibrarian.net/11137249/gshutdown_0.2-0ubuntu2.debdiff ** Changed in: gshutdown (Ubuntu) Assignee: Miguel Ruiz (mruiz) = (unassigned) Status: In Progress = Confirmed -- Debian watch file doesn't work