]> git.proxmox.com Git - arch-pacman.git/commitdiff
d/rules: hack: drop makepkg bash-completion to avoid duplicate
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 18:11:03 +0000 (19:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 18:11:45 +0000 (19:11 +0100)
this file is already shipped by bash-completions package, so apt
complains, go for the ugly hack for now as we just do not care..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index f4b02c3f64b9daca26188afec0c128974d9bd2b3..155fdf9c5092e910657ac28410dc9f98352b99ce 100755 (executable)
@@ -15,3 +15,8 @@ override_dh_auto_configure:
          -Di18n=false \
          -Dpkg-ext=.tar.xz \
          -Dscriptlet-shell=/bin/bash
+
+
+override_dh_install:
+       rm debian/tmp/usr/share/bash-completion/completions/makepkg
+       dh_install