Adding debian version 0.10.9-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a9c588f707
commit
77e95bf22e
7 changed files with 91 additions and 0 deletions
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# bash-completion
|
||||
mkdir -p debian/gita/usr/share/bash-completion/completions
|
||||
cp .gita-completion.bash debian/gita/usr/share/bash-completion/completions/gita
|
||||
|
||||
# manpage
|
||||
mkdir -p debian/gita/usr/share/man/man1
|
||||
PYTHONPATH=debian/gita/usr/lib/$$(py3versions -d)/dist-packages \
|
||||
help2man --no-discard-stderr --name 'Manage many git repos' \
|
||||
debian/gita/usr/bin/gita > debian/gita/usr/share/man/man1/gita.1
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled
|
Loading…
Add table
Add a link
Reference in a new issue