[libjna-java] 05/08: Call dh_installchangelogs only once during the build
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 23 12:49:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjna-java.
commit 2a96421a903755d1749e2e3c1d2ddd622a5e2d9a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Mar 23 09:57:30 2016 +0100
Call dh_installchangelogs only once during the build
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 925344c..55ff414 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libjna-java (4.2.2-1) UNRELEASED; urgency=medium
* New upstream release
* Standards-Version updated to 3.9.7 (no changes)
* Use secure Vcs-* fields
+ * Call dh_installchangelogs only once during the build
-- Emmanuel Bourg <ebourg at apache.org> Tue, 22 Mar 2016 19:20:01 +0100
diff --git a/debian/rules b/debian/rules
index 4c5197f..14f980b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,8 @@ override_dh_auto_install:
dh_install -plibjna-jni build/native*/libjnidispatch.so usr/lib/$(DEB_HOST_MULTIARCH)/jni
- dh_installchangelogs CHANGES.md
+override_dh_installchangelogs:
+ dh_installchangelogs -- CHANGES.md
override_dh_makeshlibs:
# don't call dh_makeshlibs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git
More information about the pkg-java-commits
mailing list