Bug#439992: devscripts: changes to debian/changelog only cannot be committed

2007-08-29 Thread martin f krafft
tags 439992 patch thanks also sprach Junichi Uekawa [EMAIL PROTECTED] [2007.08.29.0208 +0200]: [09:04:14]dancer64:pbuilder debcommit -m 'release 0.172' debian/changelog git commit -m 'release 0.172' 'debian/changelog' 'debian/changelog' error: pathspec 'debian/changelog' did not match any

Bug#439992: devscripts: changes to debian/changelog only cannot be committed

2007-08-29 Thread Adam D. Barratt
martin f krafft wrote, Wednesday, August 29, 2007 9:06 AM: Here's the patch (thanks to vorlon, Sesse, KiBi, ifvoid for perl hand-holding). Commited; thanks. PS: I suggest declaring my $debchangelog='debian/changelog' and using that in the code. Just seems cleaner. Already handled due to

Bug#439992: devscripts: changes to debian/changelog only cannot be committed

2007-08-28 Thread Junichi Uekawa
Package: devscripts Version: 2.10.7 Severity: normal 'debian/changelog' is added unconditionally and it's not working. The problem is that git commit -m 'release 0.172' 'debian/changelog' 'debian/changelog' does not work, while git commit -m 'release 0.172' 'debian/changelog' works,