[SCM] Packaging for libjna-java a library for dynamic access of native libraries from Java without JNI branch, master, updated. debian/3.2.7-4-14-g2512b8c

Andrew Ross ubuntu at rossfamily.co.uk
Sun Jul 22 23:13:20 UTC 2012


The following commit has been merged in the master branch:
commit 2512b8c6e1a70ad68a132d43fd357faba6f7088b
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Mon Jul 23 00:13:09 2012 +0100

    Update for 3.4

diff --git a/debian/ant.properties b/debian/ant.properties
deleted file mode 100644
index d47cee1..0000000
--- a/debian/ant.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-dynlink.native=true
-nomixedjar.native=true
-javadoc.link=/usr/share/doc/classpath-doc/api/
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 7f48853..3779b9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libjna-java (3.4.1-1) unstable; urgency=low
   * Link javadoc to default-jdk API
   * Remove Michael Koch <konqueror at gmx.de> from uploaders
     (Closes: #654084).
+  * Use hardening-wrapper to correct lintian warnings.
+  * Update d/watch for new upstream location
 
  -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 22 Jul 2012 21:40:29 +0100
 
diff --git a/debian/control b/debian/control
index 3df28f5..70e79a8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Uploaders: Jan Dittberner <jandd at debian.org>,
  Ludovic Claude <ludovic.claude at laposte.net>, Andrew Ross <ubuntu at rossfamily.co.uk>
 Build-Depends: debhelper (>= 7.0.50~), default-jdk, ant, default-jdk-doc,
  ant-optional, libx11-dev, libxt-dev, libffi-dev, pkg-config,
- maven-repo-helper (>= 1.5~), javahelper (>=0.32~)
+ maven-repo-helper (>= 1.5~), javahelper (>=0.32~), hardening-wrapper
 Standards-Version: 3.9.3
-Homepage: http://jna.dev.java.net/
+Homepage: https://github.com/twall/jna
 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/copyright b/debian/copyright
index c6bb5a2..58b22b8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,17 @@
-Author: Timothy Wall <twalljava at dev.java.net>
-Download: https://jna.dev.java.net/
+Author: Timothy Wall <twalljava at java.net>
+Download: https://github.com/twall/jna
 
 Files: *
 Copyright:
  (C) 1998 Sun Microsystems, Inc.
- (C) 2007-2010 Timothy Wall <twalljava at dev.java.net>
+ (C) 2007-2011 Timothy Wall <twalljava at dev.java.net>
  (C) 2007 Thomas Boerkel
  (C) 2007 Wayne Meissner
  (C) 2007 Olivier Chafik
- (C) 2010 Daniel Doubrovkine
+ (C) 2010-2011 Daniel Doubrovkine
  (C) 2010 Digital Rapids Corp.
+ (C) 2010 EugineLev
+ (C) 2011 Denis Tulskiy
 License: LGPL-2.1+
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Library General Public
diff --git a/debian/rules b/debian/rules
index 154fd41..c19f080 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export JAVA_HOME=/usr/lib/jvm/default-java
+export DEB_BUILD_HARDENING=1
 
 VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 

-- 
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