requestsync files a bug with the wrong version in the title, not in the changelog
Bug #183346 reported by
Andrea Colangelo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Low
|
Michael Bienia |
Bug Description
Binary package hint: ubuntu-dev-tools
Under Gutsy, ubuntu-dev-tools 0.19 installed, I issued the following command:
requestsync -s praat hardy
It filed Bug #182993. The bug description is correctly filled with changelog from 4.6.40-1 (last Ubuntu version) to 5.0.2-1 (last Debian versione available), but title shows "Please sync praat 5.0.0-1".
According to http://
To post a comment you must log in.
$ rmadison -u debian -s unstable -a source praat
praat | 5.0.0-1 | unstable | m68k
praat | 5.0.2-1 | unstable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
$
Probably requestsync take the first line to get current source version in unstable, while it should consider the one where "source" is specified. Wasn't "-a source" meant to show only source version? If so, it seems a devscripts bug instead.