This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-beanutils.
commit 580a59b9d7c7f9669c5a782fddbccea6c6690d39 Author: Ludovic Claude <[email protected]> Date: Thu Jul 2 09:28:50 2009 +0000 * New upstream version --- debian/changelog | 18 +++++++++++++++--- debian/compat | 2 +- debian/control | 14 ++++++++------ debian/copyright | 2 +- debian/libcommons-beanutils-java.poms | 1 + debian/maven.rules | 3 +++ debian/rules | 19 +++++++++++++------ 7 files changed, 42 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2c9710..10b4560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Wed, 30 Jul 2008 14:55:15 +0000 + -- Ludovic Claude <[email protected]> Fri, 15 May 2009 14:01:58 +0100 commons-beanutils (1.8.0~beta-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4..1e8b314 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +6 diff --git a/debian/control b/debian/control index 7dfb128..5651e97 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,19 @@ Source: commons-beanutils -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> -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 <[email protected]>, Michael Koch <[email protected]>, + Ludovic Claude <[email protected]> +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 @@ Description: utility for manipulating JavaBeans 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 diff --git a/debian/copyright b/debian/copyright index 02658ee..dfa19a2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ Upstream Authors: Robert Burrell Donkin <[email protected]>, Stephen Colebourne, Berin Loritsch -Copyright: � 2000-2008 The Apache Software Foundation +Copyright: © 2000-2008 The Apache Software Foundation License: Apache 2.0 diff --git a/debian/libcommons-beanutils-java.poms b/debian/libcommons-beanutils-java.poms new file mode 100644 index 0000000..43e746b --- /dev/null +++ b/debian/libcommons-beanutils-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..51ec06b --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,3 @@ +commons-collections commons-collections jar s/3\..*/3.x/ +junit junit jar s/3\..*/3.x/ + diff --git a/debian/rules b/debian/rules index 8fd1932..c8bc3d4 100644 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,18 @@ include /usr/share/cdbs/1/rules/debhelper.mk 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

