[vdr] 02/12: Fixed bash completion installation
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Aug 30 16:17:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch e-tobi
in repository vdr.
commit 315e52d19cfd6189d5c256c162302603b829e8f8
Author: etobi <git at e-tobi.net>
Date: Thu Aug 6 19:14:17 2015 +0200
Fixed bash completion installation
---
debian/{ => bash-completion}/svdrpsend | 0
debian/control | 2 +-
debian/rules | 2 +-
debian/vdr.install | 1 -
4 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/svdrpsend b/debian/bash-completion/svdrpsend
similarity index 100%
rename from debian/svdrpsend
rename to debian/bash-completion/svdrpsend
diff --git a/debian/control b/debian/control
index a0af142..dd98034 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 9), libjpeg-dev, libcap-dev, dh-systemd,
+Build-Depends: debhelper (>= 9), bash-completion, libjpeg-dev, libcap-dev, dh-systemd,
libncursesw5-dev, libfreetype6-dev, libfontconfig-dev, gettext,
python, linux-libc-dev (>= 3.0), libfribidi-dev
Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 34680fc..b4f75a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ LIBDIR = /usr/lib/vdr/plugins
MAKE_OPTIONS = PREFIX=$(PREFIX) VIDEODIR=$(VIDEODIR) LIBDIR=$(LIBDIR) SDNOTIFY=1
%:
- dh $@
+ dh $@ --with bash-completion
override_dh_auto_build:
dh_auto_build -- $(MAKE_OPTIONS)
diff --git a/debian/vdr.install b/debian/vdr.install
index b7b64d8..25a6a4e 100644
--- a/debian/vdr.install
+++ b/debian/vdr.install
@@ -19,7 +19,6 @@ debian/vdr-recordingaction usr/lib/vdr/
debian/vdr-shutdown usr/lib/vdr/
debian/vdr-shutdown.wrapper usr/lib/vdr/
-debian/svdrpsend etc/bash_completion.d/
debian/00-vdr.conf etc/vdr/conf.d/
debian/vdr.groups etc/vdr/
debian/R90.custom etc/vdr/recording-hooks/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git
More information about the pkg-vdr-dvb-changes
mailing list