[prboom+] 04/09: install bash-completion

Fabian Greffrath fabian at moszumanska.debian.org
Wed Oct 28 08:43:38 UTC 2015


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

fabian pushed a commit to branch master
in repository prboom+.

commit 09075a9569ad87c8e7b2c2eaeee105697c392922
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue Oct 27 14:52:10 2015 +0100

    install bash-completion
---
 debian/control                     | 1 +
 debian/prboom-plus.bash-completion | 1 +
 debian/rules                       | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a988c9a..e05f611 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders:
  Jonathan Dowland <jmtd at debian.org>,
  Fabian Greffrath <fabian at debian.org>
 Build-Depends:
+ bash-completion,
  debhelper (>= 9),
  dh-autoreconf,
  libdumb1-dev,
diff --git a/debian/prboom-plus.bash-completion b/debian/prboom-plus.bash-completion
new file mode 100644
index 0000000..f0ef2b4
--- /dev/null
+++ b/debian/prboom-plus.bash-completion
@@ -0,0 +1 @@
+ICONS/prboom-plus.bash prboom-plus
diff --git a/debian/rules b/debian/rules
index c415580..3db26ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/dpkg/pkg-info.mk
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs
 
 %:
-	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/prboom+.git



More information about the Pkg-games-commits mailing list