[protozero] 06/08: Override dh_auto_install to set appropriate DESTDIR.
Bas Couwenberg
sebastic at debian.org
Fri Jul 22 14:39:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository protozero.
commit 7ce82381dcf62ef3c6ef358791fc96f9c03b1ab3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 22 14:59:50 2016 +0200
Override dh_auto_install to set appropriate DESTDIR.
---
debian/changelog | 1 +
debian/libprotozero-dev.install | 2 +-
debian/rules | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7dcbd1c..d7e5148 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ protozero (1.4.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8, no changes.
* Update watch file to handle more tag conventions in filenamemangle.
+ * Override dh_auto_install to set appropriate DESTDIR.
-- Bas Couwenberg <sebastic at debian.org> Fri, 22 Jul 2016 13:06:38 +0200
diff --git a/debian/libprotozero-dev.install b/debian/libprotozero-dev.install
index f4733b6..e43b95c 100644
--- a/debian/libprotozero-dev.install
+++ b/debian/libprotozero-dev.install
@@ -1 +1 @@
-include/protozero usr/include
+usr/include
diff --git a/debian/rules b/debian/rules
index a621d7e..b3cca36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ else
dh_auto_test
endif
+override_dh_auto_install:
+ dh_auto_install --destdir=$(CURDIR)/debian/tmp/usr
+
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git
More information about the Pkg-grass-devel
mailing list