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 #4
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
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, a
3 matches
Mail list logo