[netty-tcnative] 01/06: Fixed the build failure when building the architecture dependent package only (Closes: #815649)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Feb 24 23:40:09 GMT 2016


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

ebourg-guest pushed a commit to branch master
in repository netty-tcnative.

commit 09873cfa80d38bd37505dc8bd8933d3f681ec3f2
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Feb 25 00:17:38 2016 +0100

    Fixed the build failure when building the architecture dependent package only (Closes: #815649)
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c5a8174..8ab5927 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+netty-tcnative (1.1.33.Fork12-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure when building the architecture dependent package
+    only (Closes: #815649)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 25 Feb 2016 00:16:30 +0100
+
 netty-tcnative (1.1.33.Fork12-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 1bab9ea..5447df1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ override_dh_auto_build-arch:
 	cp -Rvp debian/native-build/* target/native-build/
 	cd target/native-build/ ; autoreconf --force --install -I m4 ; ./configure ; make
 
+override_dh_auto_test-arch:
+
 override_dh_auto_install-arch:
 	mv target/native-build/.libs/libnetty-tcnative- at VERSION@.so target/native-build/.libs/libnetty-tcnative.so
 	dh_install -p libnetty-tcnative-jni target/native-build/.libs/libnetty-tcnative.so usr/lib/${DEB_HOST_MULTIARCH}/jni

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



More information about the pkg-java-commits mailing list