[pkg-java] r18914 - trunk/libjcommon-java/debian

Markus Koschany apo-guest at moszumanska.debian.org
Tue Nov 17 20:52:03 UTC 2015


Author: apo-guest
Date: 2015-11-17 20:52:03 +0000 (Tue, 17 Nov 2015)
New Revision: 18914

Modified:
   trunk/libjcommon-java/debian/changelog
   trunk/libjcommon-java/debian/control
   trunk/libjcommon-java/debian/copyright
   trunk/libjcommon-java/debian/libjcommon-java-doc.doc-base
   trunk/libjcommon-java/debian/libjcommon-java-doc.docs
   trunk/libjcommon-java/debian/rules
Log:
Release 1.0.16-5


Modified: trunk/libjcommon-java/debian/changelog
===================================================================
--- trunk/libjcommon-java/debian/changelog	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/changelog	2015-11-17 20:52:03 UTC (rev 18914)
@@ -1,3 +1,14 @@
+libjcommon-java (1.0.16-5) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to bnd 2.1.0. Fix obsolete bnd parameter syntax in
+    debian/rules.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Fix Lintian warning copyright-refers-to-symlink-license.
+  * Vcs-Browser: Use https.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 17 Nov 2015 21:41:20 +0100
+
 libjcommon-java (1.0.16-4) unstable; urgency=medium
 
   * Team upload.

Modified: trunk/libjcommon-java/debian/control
===================================================================
--- trunk/libjcommon-java/debian/control	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/control	2015-11-17 20:52:03 UTC (rev 18914)
@@ -2,19 +2,32 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Christian Bayle <bayle at debian.org>, Rene Engelhard <rene at debian.org>,
+Uploaders:
+ Christian Bayle <bayle at debian.org>,
+ Rene Engelhard <rene at debian.org>,
  Jakub Adam <jakub.adam at ktknet.cz>
-Build-Depends: debhelper (>= 9), cdbs, maven-repo-helper
-Build-Depends-Indep: default-jdk, ant, libservlet3.1-java, junit, bnd
-Standards-Version: 3.9.5
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ maven-repo-helper
+Build-Depends-Indep:
+ ant,
+ bnd (>= 2.1.0),
+ default-jdk,
+ junit,
+ libservlet3.1-java
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjcommon-java
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjcommon-java/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/libjcommon-java/
 Homepage: http://www.jfree.org/jcommon/
 
 Package: libjcommon-java
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: java-virtual-machine, libjcommon-java-doc
+Depends:
+ ${misc:Depends}
+Suggests:
+ java-virtual-machine,
+ libjcommon-java-doc
 Description: General Purpose library for Java
  JCommon is a free general purpose Java class library that is used in
  several projects at The Object Refinery, including JFreeChart and
@@ -30,8 +43,10 @@
 Package: libjcommon-java-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjcommon-java
+Depends:
+ ${misc:Depends}
+Suggests:
+ libjcommon-java
 Description: General Purpose library for Java - documentation
  JCommon is a free general purpose Java class library that is used in
  several projects at The Object Refinery, including JFreeChart and

Modified: trunk/libjcommon-java/debian/copyright
===================================================================
--- trunk/libjcommon-java/debian/copyright	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/copyright	2015-11-17 20:52:03 UTC (rev 18914)
@@ -1,7 +1,7 @@
 This package was debianized by Christian Bayle <bayle at debian.org> on
 Wed,  2 Jul 2003 22:49:43 +0200.
 
-It was downloaded from <http://sourceforge.net/projects/jfreechart/> 
+It was downloaded from <http://sourceforge.net/projects/jfreechart/>
 and <http://www.jfree.org>
 
 Upstream Authors: David Gilbert (david.gilbert at object-refinery.com) and others
@@ -31,4 +31,4 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.

Modified: trunk/libjcommon-java/debian/libjcommon-java-doc.doc-base
===================================================================
--- trunk/libjcommon-java/debian/libjcommon-java-doc.doc-base	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/libjcommon-java-doc.doc-base	2015-11-17 20:52:03 UTC (rev 18914)
@@ -1,7 +1,7 @@
 Document: libjcommon-java-doc
 Title: Programmer API for the JCommon
 Author: David Gilbert (david.gilbert at object-refinery.com)
-Abstract: This is the programmer API of JCommon is a free general purpose 
+Abstract: This is the programmer API of JCommon is a free general purpose
  Java class library that is used in several projects including JFreeChart
  and JFreeReport.
 Section: Programming

Modified: trunk/libjcommon-java/debian/libjcommon-java-doc.docs
===================================================================
--- trunk/libjcommon-java/debian/libjcommon-java-doc.docs	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/libjcommon-java-doc.docs	2015-11-17 20:52:03 UTC (rev 18914)
@@ -1,2 +1,2 @@
+README.txt
 javadoc
-README.txt

Modified: trunk/libjcommon-java/debian/rules
===================================================================
--- trunk/libjcommon-java/debian/rules	2015-11-17 19:17:25 UTC (rev 18913)
+++ trunk/libjcommon-java/debian/rules	2015-11-17 20:52:03 UTC (rev 18914)
@@ -20,17 +20,18 @@
 	mh_clean
 	rm -rf build
 	rm -rf javadoc
-	rm -f $(LIBRARY_PACKAGE)-$(API_VERSION).jar 
+	rm -f $(LIBRARY_PACKAGE)-$(API_VERSION).jar
+	rm -f debian/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
 	rm -f $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
 	rm -f lib/junit.jar lib/jcommon-$(API_VERSION)-junit.jar
 
-install/lib$(LIBRARY_PACKAGE)-java:: 
-	bnd wrap -properties debian/jcommon.bnd -output $(LIBRARY_PACKAGE)-$(API_VERSION).jar \
+install/lib$(LIBRARY_PACKAGE)-java::
+	bnd wrap --properties debian/jcommon.bnd --output debian/$(LIBRARY_PACKAGE)-$(API_VERSION).jar \
 		$(LIBRARY_PACKAGE)-$(API_VERSION).jar
 	dh_install -plib$(LIBRARY_PACKAGE)-java $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar /usr/share/java/
 	dh_link -plib$(LIBRARY_PACKAGE)-java /usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar /usr/share/java/$(LIBRARY_PACKAGE)-xml.jar
 	mh_installpoms -plib$(LIBRARY_PACKAGE)-java
-	mh_installjar -plib$(LIBRARY_PACKAGE)-java -l debian/poms/$(LIBRARY_PACKAGE).pom $(LIBRARY_PACKAGE)-$(API_VERSION).jar 
+	mh_installjar -plib$(LIBRARY_PACKAGE)-java -l debian/poms/$(LIBRARY_PACKAGE).pom debian/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
 
 get-orig-pom:
 	mkdir -p debian/poms




More information about the pkg-java-commits mailing list