[libjcommon-java] 27/31: Release 1.0.16-5

Markus Koschany apo at moszumanska.debian.org
Sat Oct 15 17:04:11 UTC 2016


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

apo pushed a commit to branch master
in repository libjcommon-java.

commit 1b158cd309654d7211e144a2f2bc479bf7c9a5e7
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue Nov 17 20:52:03 2015 +0000

    Release 1.0.16-5
---
 debian/changelog                    | 11 +++++++++++
 debian/control                      | 33 ++++++++++++++++++++++++---------
 debian/copyright                    |  4 ++--
 debian/libjcommon-java-doc.doc-base |  2 +-
 debian/libjcommon-java-doc.docs     |  2 +-
 debian/rules                        |  9 +++++----
 6 files changed, 44 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3904990..9717e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index a9565b5..9dfe7ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,32 @@ Source: libjcommon-java
 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 @@ Description: General Purpose library for Java
 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
diff --git a/debian/copyright b/debian/copyright
index 2260e31..5cd468e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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 @@ Copyright:
     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'.
diff --git a/debian/libjcommon-java-doc.doc-base b/debian/libjcommon-java-doc.doc-base
index d26db1d..55d9999 100644
--- a/debian/libjcommon-java-doc.doc-base
+++ b/debian/libjcommon-java-doc.doc-base
@@ -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
diff --git a/debian/libjcommon-java-doc.docs b/debian/libjcommon-java-doc.docs
index cd7e387..aa29169 100644
--- a/debian/libjcommon-java-doc.docs
+++ b/debian/libjcommon-java-doc.docs
@@ -1,2 +1,2 @@
-javadoc
 README.txt
+javadoc
diff --git a/debian/rules b/debian/rules
index 210e48d..81c43f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,17 +20,18 @@ clean::
 	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

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



More information about the pkg-java-commits mailing list