aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorNicolas Boulenguez <nicolas@debian.org>2022-05-17 15:02:13 +0200
committerGuido Günther <agx@sigxcpu.org>2022-05-25 18:30:27 +0200
commit6d1c3254434f1068c9b6fedaea1afb5d512d9656 (patch)
tree1cb923d5bdfc6fb2911dbfb7f00730254b8189ce /debian/rules
parentff524f14546e4978de061409178abbad18a4f730 (diff)
debian/rules: simplify installation of zsh and pk4
There seems to be no reason to change their names and permissions between the source tree and the eventual installation path.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index 24dedb6c..c49d2c2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@ EXAMPLE_SCRIPTS=\
DEB_COMPRESS_EXCLUDE=$(EXAMPLE_SCRIPTS)
-ZSH_COMPDIR = /usr/share/zsh/vendor-completions/
-PK4_DIR = /usr/share/pk4/hooks-available/unpack/
-
PYCHECKER_ARGS=-boptparse --no-override --no-shadowbuiltin
%:
@@ -31,12 +28,6 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
dh_bash-completion
- mkdir -p debian/git-buildpackage/$(ZSH_COMPDIR)
- install -m644 debian/git-buildpackage.zsh-completion \
- debian/git-buildpackage/$(ZSH_COMPDIR)/_gbp
- mkdir -p debian/git-buildpackage/$(PK4_DIR)
- install -m755 debian/pk4 \
- debian/git-buildpackage/$(PK4_DIR)/gbp
chmod a+x debian/tmp/usr/lib/python3.*/dist-packages/gbp/scripts/supercommand.py
override_dh_auto_clean: