This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository libnative-platform-java.
commit 9a8391a835de7b4f389abe946eacc34cb9c99d7d Author: Kai-Chung Yan (殷啟聰) <[email protected]> Date: Thu Oct 27 16:56:48 2016 +0800 Clean up d/rules --- debian/rules | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/debian/rules b/debian/rules index 8eba76f..f07bc77 100755 --- a/debian/rules +++ b/debian/rules @@ -10,21 +10,11 @@ export DEB_CFLAGS_MAINT_APPEND = -fPIC export DEB_LDFLAGS_MAINT_APPEND = -fPIC %: - dh $@ --buildsystem=gradle + dh $@ --buildsystem=gradle --with maven-repo-helper override_dh_auto_build: dh_auto_build -- assemble nativePlatformSharedLibrary nativePlatformCursesSharedLibrary \ --project-prop release -x :testApp:assemble -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 - + uscan --download-current-version --force-download --repack --compression xz \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnative-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

