[SCM] Packaging for libjna-java a library for dynamic access of native libraries from Java without JNI branch, master, updated. debian/3.2.4-2-12-gd32dfb7
Jan Dittberner
jandd at alioth.debian.org
Sun Feb 13 22:41:06 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Packaging for libjna-java a library for dynamic access of native libraries from Java without JNI".
The branch, master has been updated
via d32dfb7d3a39e6c5a385e35c56e5d47621842d15 (commit)
via 212dcb55bb9ee1354a34d6eb7ae7743901746927 (commit)
from 9bbb407f5a2071fb8591d04abe1f49da59aa1521 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d32dfb7d3a39e6c5a385e35c56e5d47621842d15
Author: Jan Dittberner <jandd at debian.org>
Date: Sun Feb 13 23:38:53 2011 +0100
don't compress example java files
commit 212dcb55bb9ee1354a34d6eb7ae7743901746927
Author: Jan Dittberner <jandd at debian.org>
Date: Sun Feb 13 22:46:11 2011 +0100
bump maven-repo-helper version and Standards-Version
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 +++
debian/control | 5 +++--
debian/rules | 6 ++++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6d3ab59..4ebe2e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ libjna-java (3.2.7-1) UNRELEASED; urgency=low
* fix debian/repack-source.sh to use the directory given to uscan via
-destdir
* add mh_clean to clean target in debian/rules
+ * bump Standards-Version to 3.9.1
+ * bump maven-repo-helper dependency to (>= 1.5~)
+ * don't compress example java files
-- Jan Dittberner <jandd at debian.org> Sun, 13 Feb 2011 18:11:51 +0100
diff --git a/debian/control b/debian/control
index 2710831..4b2e359 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>, Jan Dittberner <jandd at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
Build-Depends: debhelper (>= 7.0.50~), default-jdk | openjdk-6-jdk, ant,
- ant-optional, libx11-dev, libxt-dev, libffi-dev, pkg-config, maven-repo-helper
-Standards-Version: 3.8.4
+ ant-optional, libx11-dev, libxt-dev, libffi-dev, pkg-config,
+ maven-repo-helper (>= 1.5~)
+Standards-Version: 3.9.1
Homepage: http://jna.dev.java.net/
Vcs-Git: git://git.debian.org/pkg-java/libjna-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libjna-java.git;a=summary
diff --git a/debian/rules b/debian/rules
index 5722590..827af0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,13 +17,15 @@ override_dh_auto_build:
ant -f build.xml javadoc
override_dh_auto_install:
- mh_installpoms -plibjna-java
mh_installjar -plibjna-java -l --usj-name=jna pom.xml build/jna.jar
override_dh_makeshlibs:
# don't call dh_makeshlibs
+override_dh_compress:
+ dh_compress -X.java
+
binary: binary-arch binary-indep
%:
- dh $@
+ dh $@ --with maven-repo-helper
hooks/post-receive
--
Packaging for libjna-java a library for dynamic access of native libraries from Java without JNI
More information about the pkg-java-commits
mailing list