debian/0000775000000000000000000000000012216416261007171 5ustar debian/maven.cleanIgnoreRules0000664000000000000000000000000112216415432013450 0ustar debian/changelog0000664000000000000000000000254012216415704011045 0ustar joda-convert (1.5-1) unstable; urgency=low * New upstream release -- Emmanuel Bourg Wed, 18 Sep 2013 23:31:43 +0200 joda-convert (1.4-1) unstable; urgency=low * New upstream release * Added a patch to remove the prerequisite on Maven 3 * Ignore the maven-checkstyle-plugin and the Github's site-maven-plugin * New dependency on libmaven-bundle-plugin-java to generate the OSGi metadata * debian/control: - Use canonical URLs for the Vcs-* fields - Updated the homepage - Improved the package description * debian/copyright: Updated the copyright year -- Emmanuel Bourg Wed, 21 Aug 2013 15:13:41 +0200 joda-convert (1.3.1-1) unstable; urgency=low * Team upload. * New upstream release * Updated Standards-Version to 3.9.4 (no changes) * debian/orig-tar.sh: Create the tarball in the parent directory * Removed the unused Lintian override on libjoda-convert-java-doc -- Emmanuel Bourg Mon, 13 May 2013 19:03:38 +0200 joda-convert (1.2-2) unstable; urgency=low * Make sure to install usr/share/java/*.jar symlink as per java policy -- Mathieu Malaterre Mon, 09 Apr 2012 16:07:51 +0200 joda-convert (1.2-1) unstable; urgency=low * Initial release (Closes: #667522) -- Mathieu Malaterre Wed, 04 Apr 2012 22:13:54 +0200 debian/maven.publishedRules0000664000000000000000000000005412216415432013211 0ustar org.joda joda-convert jar s/1\..*/1.x/ * * debian/maven.ignoreRules0000664000000000000000000000050012216415432012511 0ustar com.github.github site-maven-plugin * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-repository-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * debian/libjoda-convert-java-doc.doc-base.api0000664000000000000000000000047712203507655016120 0ustar Document: libjoda-convert-java Title: API Javadoc for Joda convert Author: Joda.org developers Abstract: This is the API Javadoc provided for the libjoda-convert-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjoda-convert-java/api/index.html Files: /usr/share/doc/libjoda-convert-java/api/* debian/README.source0000664000000000000000000000045012203507655011353 0ustar Information about joda-convert ------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/source/0000775000000000000000000000000012203507655010475 5ustar debian/source/format0000664000000000000000000000001412203507655011703 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000071212204774334011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Joda Convert Source: http://www.joda.org/joda-convert/ Files: * Copyright: 2010-2013, Stephen Colebourne License: Apache-2.0 Files: debian/* Copyright: 2012, Mathieu Malaterre License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' debian/watch0000664000000000000000000000014412203507655010225 0ustar version=3 http://sf.net/joda-convert/joda-convert-([\d\.]+)-dist.tar.gz \ debian debian/orig-tar.sh debian/libjoda-convert-java.poms0000664000000000000000000000320512216415432014071 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --has-package-version --java-lib debian/libjoda-convert-java-doc.install0000664000000000000000000000007112203507655015327 0ustar target/apidocs/* usr/share/doc/libjoda-convert-java/api debian/orig-tar.sh0000775000000000000000000000062412216415041011251 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' VERSION=$2 TAR=../joda-convert_$VERSION.orig.tar.gz DIR=joda-convert-$VERSION # clean up the upstream tarball tar -zxf $3 GZIP=--best tar -zcvf $TAR --exclude '*.jar' $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/maven.rules0000664000000000000000000000011512216415432011347 0ustar junit junit jar s/4\..*/4.x/ * * org.joda joda-convert jar s/1\..*/1.x/ * * debian/maven.properties0000664000000000000000000000014412203507655012420 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/rules0000775000000000000000000000036012216415041010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000664000000000000000000000000212203507655010373 0ustar 7 debian/control0000664000000000000000000000353512205145040010572 0ustar Source: joda-convert Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Mathieu Malaterre , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-javadoc-plugin-java, libmaven-bundle-plugin-java, default-jdk-doc, junit Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/joda-convert Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/joda-convert/ Homepage: http://www.joda.org/joda-convert/ Package: libjoda-convert-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjoda-convert-java-doc Description: Joda Convert - Java API to convert Objects to and from Strings Joda-Convert provides a small set of classes to aid conversion between Objects and Strings. It is not intended to tackle the wider problem of Object to Object transformation. Joda-Convert supports two mechanisms of extending the list of supported conversions. The first is to write your own converter implementing an interface. The second is to use annotations. Package: libjoda-convert-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libjoda-convert-java Description: Documentation for Joda Convert Joda-Convert provides a small set of classes to aid conversion between Objects and Strings. It is not intended to tackle the wider problem of Object to Object transformation. Joda-Convert supports two mechanisms of extending the list of supported conversions. The first is to write your own converter implementing an interface. The second is to use annotations. . This package contains the API documentation of libjoda-convert-java. debian/patches/0000775000000000000000000000000012204774015010621 5ustar debian/patches/01-maven2-compatibility.patch0000664000000000000000000000063712204774015016125 0ustar Description: Removes the prerequisite on Maven 3 since the project builds fine with Maven 2 Author: Emmanuel Bourg Forwarded: no --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ - 3.0.4 + 2.2.1 debian/patches/series0000664000000000000000000000003612204771512012034 0ustar 01-maven2-compatibility.patch