[pkg-java] r8750 - trunk/commons-beanutils/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Jul 2 09:28:51 UTC 2009


Author: ludovicc-guest
Date: 2009-07-02 09:28:50 +0000 (Thu, 02 Jul 2009)
New Revision: 8750

Added:
   trunk/commons-beanutils/debian/libcommons-beanutils-java.poms
   trunk/commons-beanutils/debian/maven.rules
Modified:
   trunk/commons-beanutils/debian/changelog
   trunk/commons-beanutils/debian/compat
   trunk/commons-beanutils/debian/control
   trunk/commons-beanutils/debian/copyright
   trunk/commons-beanutils/debian/rules
Log:
* New upstream version

Modified: trunk/commons-beanutils/debian/changelog
===================================================================
--- trunk/commons-beanutils/debian/changelog	2009-07-02 07:30:02 UTC (rev 8749)
+++ trunk/commons-beanutils/debian/changelog	2009-07-02 09:28:50 UTC (rev 8750)
@@ -1,11 +1,23 @@
-commons-beanutils (1.8.0~beta-2) UNRELEASED; urgency=low
+commons-beanutils (1.8.0-1) unstable; urgency=low
 
+  [Ludovic Claude]
+  * New upstream version, add myself to Uploaders
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Bump up debhelper to 6
+  * Add the Maven POM to the package,
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+    Maven repository
+  * Add ${misc:Depends} to Depends to clear Lintian warnings  
+  * Remove the full text of the Apache license
+
+  [Matthias Klose]
   * (Build-)depend on default-jre/-jdk.
 
   [ Emmanuel Bourg ]
   * Update of the URLs
 
- -- Matthias Klose <doko at debian.org>  Wed, 30 Jul 2008 14:55:15 +0000
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 15 May 2009 14:01:58 +0100
 
 commons-beanutils (1.8.0~beta-1) unstable; urgency=low
 

Modified: trunk/commons-beanutils/debian/compat
===================================================================
--- trunk/commons-beanutils/debian/compat	2009-07-02 07:30:02 UTC (rev 8749)
+++ trunk/commons-beanutils/debian/compat	2009-07-02 09:28:50 UTC (rev 8750)
@@ -1 +1 @@
-4
+6

Modified: trunk/commons-beanutils/debian/control
===================================================================
--- trunk/commons-beanutils/debian/control	2009-07-02 07:30:02 UTC (rev 8749)
+++ trunk/commons-beanutils/debian/control	2009-07-02 09:28:50 UTC (rev 8750)
@@ -1,18 +1,19 @@
 Source: commons-beanutils
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.2.30), cdbs, ant, ant-optional, libcommons-collections3-java, libcommons-logging-java, junit, default-jdk
-Standards-Version: 3.7.3
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>,
+ Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: debhelper (>= 6), cdbs, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant, ant-optional, libcommons-collections3-java, libcommons-logging-java, junit
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-beanutils
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-beanutils
 Homepage: http://commons.apache.org/beanutils/
 
 Package: libcommons-beanutils-java
-Section: libs
 Architecture: all
-Depends: default-jre-headless | java2-runtime-headless, libcommons-collections3-java, libcommons-logging-java
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-collections3-java, libcommons-logging-java
 Suggests: libcommons-beanutils-java-doc
 Description: utility for manipulating JavaBeans
  The BeanUtils Component contains a set of Java classes that provide
@@ -23,6 +24,7 @@
 Package: libcommons-beanutils-java-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libcommons-beanutils-java
 Description: Javadoc API for libcommons-beanutils-java
  The javadocs API for libcommons-beanutils-java which is utility for 

Modified: trunk/commons-beanutils/debian/copyright
===================================================================
--- trunk/commons-beanutils/debian/copyright	2009-07-02 07:30:02 UTC (rev 8749)
+++ trunk/commons-beanutils/debian/copyright	2009-07-02 09:28:50 UTC (rev 8750)
@@ -19,7 +19,7 @@
                   Stephen Colebourne,
                   Berin Loritsch
 
-Copyright: © 2000-2008 The Apache Software Foundation
+Copyright: © 2000-2008 The Apache Software Foundation
 
 License: Apache 2.0
 

Added: trunk/commons-beanutils/debian/libcommons-beanutils-java.poms
===================================================================
--- trunk/commons-beanutils/debian/libcommons-beanutils-java.poms	                        (rev 0)
+++ trunk/commons-beanutils/debian/libcommons-beanutils-java.poms	2009-07-02 09:28:50 UTC (rev 8750)
@@ -0,0 +1 @@
+pom.xml --no-parent

Added: trunk/commons-beanutils/debian/maven.rules
===================================================================
--- trunk/commons-beanutils/debian/maven.rules	                        (rev 0)
+++ trunk/commons-beanutils/debian/maven.rules	2009-07-02 09:28:50 UTC (rev 8750)
@@ -0,0 +1,3 @@
+commons-collections commons-collections jar s/3\..*/3.x/
+junit junit jar s/3\..*/3.x/
+

Modified: trunk/commons-beanutils/debian/rules
===================================================================
--- trunk/commons-beanutils/debian/rules	2009-07-02 07:30:02 UTC (rev 8749)
+++ trunk/commons-beanutils/debian/rules	2009-07-02 09:28:50 UTC (rev 8750)
@@ -5,11 +5,18 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/default-java
-
-DEB_JARS := commons-logging commons-collections3 junit
+PACKAGE              := $(DEB_SOURCE_PACKAGE)
+VERSION              := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_JARS             := commons-logging commons-collections3 junit
 DEB_ANT_BUILD_TARGET := dist
 
-install/libcommons-beanutils-java::
-	install -m 644 -D dist/commons-beanutils-1.8.0-BETA.jar debian/libcommons-beanutils-java/usr/share/java/commons-beanutils-1.8.0-BETA.jar
-	dh_link -plibcommons-beanutils-java usr/share/java/commons-beanutils-1.8.0-BETA.jar usr/share/java/commons-beanutils.jar
+binary-post-install/lib$(PACKAGE)-java::
+	mh_installpoms -plib$(PACKAGE)-java
+	mh_installjar -plib$(PACKAGE)-java -l pom.xml dist/$(PACKAGE)-$(VERSION).jar
+
+clean::
+	-rm -rf debian/tmp
+
+get-orig-source:
+	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename




More information about the pkg-java-commits mailing list