Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix installation of bach completions
· 0548085b
Andreas Tille
authored
Jan 15, 2019
0548085b
Upload to unstable
· 63034c7c
Andreas Tille
authored
Jan 15, 2019
63034c7c
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
63034c7c
gnumed-client (1.7.4+dfsg-2) unstable; urgency=medium
* Fix installation of bach completions
-- Andreas Tille <tille@debian.org> Tue, 15 Jan 2019 10:05:40 +0100
gnumed-client (1.7.4+dfsg-1) unstable; urgency=medium
* New upstream version
...
...
debian/gnumed-client.install
View file @
63034c7c
...
...
@@ -9,7 +9,6 @@ external-tools/gm-create_datamatrix usr/bin
external
-
tools
/
gm
-
describe_file
usr
/
bin
external
-
tools
/
gm
-
import_incoming
usr
/
bin
external
-
tools
/
gm
-
print_doc
usr
/
bin
external
-
tools
/
gnumed
-
completion
.
bash
usr
/
bin
client
/
connectors
/
gm_ctl_client
.
conf
etc
/
gnumed
client
/
bitmaps
/*.
png
usr
/
share
/
gnumed
/
bitmaps
debian
/
gnumed
.
xpm
usr
/
share
/
pixmaps
...
...
debian/rules
View file @
63034c7c
...
...
@@ -39,6 +39,9 @@ override_dh_install:
find debian -name __pycache__ -type d | xargs rm -rf
find debian -name xtest.py -delete
mkdir -p debian/$(client)/usr/share/bash-completion/completions
sed '/^#!\/bin\/bash/d' external-tools/gnumed-completion.bash > debian/$(client)/usr/share/bash-completion/completions/gnumed
override_dh_installdocs:
dh_installdocs
...
...