Package: git-buildpackage
Version: 0.5.32
Severity: normal
File: /usr/bin/git-dch
Hello,
git-dch should accept (or provide an option to manage the following case).
I have a git repository with the following structure
mygitrepo.git/mysoftware/debian/
If I try to use git-dch in mygitrepo.git/mysoftware/
it is failing with
"xxx is not a git repository"
This assumption is confirmed by looking the code of dch.py:
try:
repo = DebianGitRepository('.')
except GitRepositoryError:
raise GbpError, "%s is not a git repository" %
(os.path.abspath('.'))
Thanks for taking in account this layout,
Sylvestre
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-buildpackage depends on:
ii devscripts 2.11.3
ii git [git-core] 1:1.7.9-1
ii git-core 1:1.7.9-1
ii python 2.7.2-10
ii python-dateutil 1.5-1
ii python2.6 2.6.7-4
ii python2.7 2.7.2-8
Versions of packages git-buildpackage recommends:
ii cowbuilder 0.67
ii pristine-tar 1.19
Versions of packages git-buildpackage suggests:
ii python-notify 0.1.1-3
ii unzip 6.0-5
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]