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, and debcommit is unconditionally adding 'debian/changelog'


[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 file(s) known to git.
Did you forget to 'git add'?
debcommit: commit failed
[09:04:19]dancer64:pbuilder> git-add debian/changelog 
[09:04:26]dancer64:pbuilder> debcommit -m 'release 0.172' 
git commit -m 'release 0.172'
Created commit 8fdbbd6: release 0.172
 1 files changed, 2 insertions(+), 2 deletions(-)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-rc3dancer (PREEMPT)
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  debianutils                   2.23.1     Miscellaneous utilities specific t
ii  dpkg-dev                      1.14.5     package building tools for Debian
ii  libc6                         2.6.1-1    GNU C Library: Shared libraries
ii  perl                          5.8.8-7    Larry Wall's Practical Extraction 
ii  sed                           4.1.5-3    The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot                      1.7.1      Gives a fake root environment

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to