[chocolate-doom] 03/08: Install bash-completions

Fabian Greffrath fabian at moszumanska.debian.org
Fri Dec 30 14:20:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

fabian pushed a commit to branch master
in repository chocolate-doom.

commit 8748d32e859b0fe00606ab648a7c337460f26791
Author: Fabian Greffrath <fabian at debian.org>
Date:   Thu Dec 29 23:09:17 2016 +0100

    Install bash-completions
---
 debian/chocolate-doom.bash-completion | 4 ++++
 debian/control                        | 1 +
 debian/rules                          | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/chocolate-doom.bash-completion b/debian/chocolate-doom.bash-completion
new file mode 100644
index 0000000..0929800
--- /dev/null
+++ b/debian/chocolate-doom.bash-completion
@@ -0,0 +1,4 @@
+man/bash-completion/chocolate-doom
+man/bash-completion/chocolate-heretic
+man/bash-completion/chocolate-hexen
+man/bash-completion/chocolate-strife
diff --git a/debian/control b/debian/control
index 3f031b2..a369dde 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
  Fabian Greffrath <fabian at debian.org>
 Build-Depends:
  debhelper (>= 9),
+ bash-completion,
  dh-autoreconf,
  libpng-dev,
  libsamplerate0-dev,
diff --git a/debian/rules b/debian/rules
index bd61d24..567456b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ debian/chocolate-setup.xpm: data/setup.png
 	convert -resize 32x32 $^ $@
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,bash-completion
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list