diff --git a/debian/patches/debian/0001-Makefile.patch b/debian/patches/debian/0001-Makefile.patch deleted file mode 100644 index 7bb3d06..0000000 --- a/debian/patches/debian/0001-Makefile.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: David Kunz -Description: Correcting location of bash-completion. - -diff -Naurp pass-tomb.orig/Makefile pass-tomb/Makefile ---- pass-tomb.orig/Makefile -+++ pass-tomb/Makefile -@@ -5,7 +5,7 @@ - SYSTEM_EXTENSION_DIR ?= $(LIBDIR)/password-store/extensions - MANDIR ?= $(PREFIX)/share/man -· --BASHCOMPDIR ?= /etc/bash_completion.d -+BASHCOMPDIR ?= /usr/share/bash-completion/completions - ZSHCOMPDIR ?= $(PREFIX)/share/zsh/site-functions -· - all: diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 5d77250..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian/0001-Makefile.patch diff --git a/debian/rules b/debian/rules index a4977a6..fa56755 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,5 @@ %: dh ${@} -override_dh_auto_test: - # disabled +override_dh_auto_install: + dh_auto_install -- PREFIX=/lib BASHCOMPDIR=/usr/share/bash-completion/completions