Andreas Tille pushed to branch master at Debian Med / gnumed-client
Commits: 0548085b by Andreas Tille at 2019-01-15T09:05:34Z Fix installation of bach completions - - - - - 63034c7c by Andreas Tille at 2019-01-15T09:11:36Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/gnumed-client.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gnumed-client (1.7.4+dfsg-2) unstable; urgency=medium + + * Fix installation of bach completions + + -- Andreas Tille <[email protected]> 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 ===================================== @@ -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 ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/gnumed-client/compare/84122698ca5d9b54f1297e1b66ddf77cb7bc852c...63034c7c17cdc700ff6ff4867d1debf6d06c4fd8 -- View it on GitLab: https://salsa.debian.org/med-team/gnumed-client/compare/84122698ca5d9b54f1297e1b66ddf77cb7bc852c...63034c7c17cdc700ff6ff4867d1debf6d06c4fd8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
