From e29cd4d09839cfc250e0c7392c6ed73a2ddcc528 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 29 Jun 2016 17:18:56 +0200 Subject: Opencode bash completion installation since the dh_bash-completion in Jessie still puts files to /etc --- debian/control | 2 +- debian/rules | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 94710914..ffc9f19e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: vcs Priority: optional Maintainer: Guido Günther Build-Depends: - bash-completion (>= 1:2.1-4.2~), + bash-completion (>= 1:2.1-4~), debhelper (>= 9~), dh-python, docbook-utils, diff --git a/debian/rules b/debian/rules index 405bb88d..5e153856 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ EXAMPLE_SCRIPTS=\ DEB_COMPRESS_EXCLUDE=$(EXAMPLE_SCRIPTS) ZSH_COMPDIR = /usr/share/zsh/vendor-completions/ +BASH_COMPDIR = /usr/share/bash-completion/completions PYCHECKER_ARGS=-boptparse --no-override --no-shadowbuiltin @@ -39,7 +40,11 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install - dh_bash-completion + mkdir -p debian/git-buildpackage/$(BASH_COMPDIR) + + install -m644 debian/gbp.completion \ + debian/git-buildpackage/$(BASH_COMPDIR)/gbp + mkdir -p debian/git-buildpackage/$(ZSH_COMPDIR) install -m644 debian/git-buildpackage.zsh-completion \ debian/git-buildpackage/$(ZSH_COMPDIR)/_gbp -- cgit v1.2.3 From 4360af477128282b27169e8ab3739730380af130 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 29 Jun 2016 16:15:58 +0200 Subject: Rebuild for jessie-backports Closes: #826344 --- debian/changelog | 8 ++++++++ debian/gbp.conf | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 802ae88d..fcc90444 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-buildpackage (0.7.5~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports (Closes: #826344). + * [e29cd4d] Opencode bash completion installation since the + dh_bash-completion in Jessie still puts files to /etc + + -- Guido Günther Wed, 29 Jun 2016 16:14:16 +0200 + git-buildpackage (0.7.5) unstable; urgency=medium [ Dmitry Teselkin ] diff --git a/debian/gbp.conf b/debian/gbp.conf index 37a196b9..4a5c645e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,3 @@ [DEFAULT] -debian-branch = master +debian-branch = debian/jessie-backports +dist = jessie -- cgit v1.2.3