summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2016-02-08 22:52:56 +0100
committerChristoph Egger <christoph@debian.org>2016-02-08 22:52:56 +0100
commit8981dcbebba8fd47d3535e98db823c4a4d7c3452 (patch)
tree2d35e1d77154ad1ad15d96e11c093577df280c93 /debian
parentd72aa7260512a6b4020774f26061b9bcf6a826ee (diff)
Do not install redundant INSTALL file
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d56ceafb..6dc3a627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ herbstluftwm (0.7.0-1) unstable; urgency=medium
* Enable hardening
* install bash completion to /usr/share
* enable parallel build
+ * Do not install redundant INSTALL file
-- Christoph Egger <christoph@debian.org> Mon, 08 Feb 2016 22:31:16 +0100
diff --git a/debian/rules b/debian/rules
index d55888e3..ba2e11f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_auto_build:
override_dh_auto_install:
$(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/herbstluftwm/ BASHCOMPLETIONDIR=/usr/share/bash-completion/completions install
rm -rf $(CURDIR)/debian/herbstluftwm/usr/share/licenses \
- $(CURDIR)/debian/herbstluftwm/usr/share/doc/herbstluftwm/LICENSE
+ $(CURDIR)/debian/herbstluftwm/usr/share/doc/herbstluftwm/LICENSE \
+ $(CURDIR)/debian/herbstluftwm/usr/share/doc/herbstluftwm/INSTALL
override_dh_installwm:
dh_installwm --priority=20 herbstluftwm