[libinline-java-perl] 10/11: Put aside upstream cruft during build (not just clean it) to not upset git-buildpackage.
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libinline-java-perl.
commit 769d944f28c274cc154f7a277773b0a0ba1ffcf3
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Feb 26 12:32:16 2015 +0100
Put aside upstream cruft during build (not just clean it) to not upset git-buildpackage.
---
debian/clean | 1 -
debian/rules | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/clean b/debian/clean
index 050f578..3c20bc9 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,2 @@
Makefile.old
Java/Makefile.old
-t/t13.txt
diff --git a/debian/rules b/debian/rules
index 5b6a281..17afdc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java
# Have testsuite use JNI
export PERL_INLINE_JAVA_JNI=1
+# Put aside upstream cruft during build
+DEB_UPSTREAM_CRUFT_MOVE = t/t13.txt
+
# Have testsuite use the C locale's decimal point
DEB_MAKE_CHECK_TARGET += LC_NUMERIC=C
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list