[snappy-java] 02/04: Fixed the build failure when building only libsnappy-jni (with debuild -B)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 25 23:01:54 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository snappy-java.
commit bc7e1e9a581d2b1ec23772825ffcff25b26d116f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Feb 25 23:56:12 2016 +0100
Fixed the build failure when building only libsnappy-jni (with debuild -B)
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bf2c9e8..0e8121c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ snappy-java (1.1.2.1-2) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 3.9.7 (no changes)
+ * Fixed the build failure when building only libsnappy-jni (with debuild -B)
-- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Feb 2016 23:50:42 +0100
diff --git a/debian/rules b/debian/rules
index 5a00864..4db3d30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ override_dh_auto_build-arch:
-o target/libsnappyjava.so \
src/main/java/org/xerial/snappy/SnappyNative.cpp -lsnappy
+override_dh_auto_test-arch:
+
override_dh_auto_install-indep:
dh_auto_install
dh_installchangelogs -plibsnappy-java Milestone.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git
More information about the pkg-java-commits
mailing list