[libnative-platform-java] 01/04: remove the maven_repo_helper DH sequencer call

Tony Mancill tmancill at moszumanska.debian.org
Mon Jul 18 02:57:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository libnative-platform-java.

commit 5a1fd1bb7962cab91115348427078faba0d09ec5
Author: tony mancill <tmancill at debian.org>
Date:   Sun Jul 17 08:31:44 2016 -0700

    remove the maven_repo_helper DH sequencer call
    
    This is a work-around for #805228 (FTBFS with dpkg-buildpackage -A).
    
    Note that this is merely a work-around.  This package does not currently
    specify separate Build-Depends and Build-Depends-Indep, and so the
    arch-any and arch-all builds compile everything and install the desired
    bits.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7dde98a..2cf53eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*[+~]git([0-
 INDEP_DIR := net/rubygrapefruit/native-platform
 
 %:
-	dh $@ --with maven_repo_helper
+	dh $@
 
 override_dh_auto_build:
 	make -f debian/Makefile
@@ -16,6 +16,11 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	dh_auto_clean
 	make -f debian/Makefile clean
+	mh_clean
+
+install-indep:
+	dh_install -plibnative-platform-java-doc
+	mh_install
 
 get-orig-source:
 	uscan --download-current-version --force-download --repack --compression xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnative-platform-java.git



More information about the pkg-java-commits mailing list