debian/0000775000000000000000000000000012205474150007170 5ustar debian/patches/0000775000000000000000000000000012205346260010617 5ustar debian/patches/01-maven2-compatibility.patch0000664000000000000000000000063712205346260016123 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 @@ -510,7 +510,7 @@ - 3.0.4 + 2.2.1 debian/patches/series0000664000000000000000000000003612204771512012034 0ustar 01-maven2-compatibility.patch debian/rules0000775000000000000000000000044112205362413010245 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 DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/watch0000664000000000000000000000013412203501366010215 0ustar version=3 http://sf.net/joda-time/joda-time-([\d\.]+)-dist.tar.gz debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000062612205344077011263 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' VERSION=$2 TAR=../libjoda-time-java_$VERSION.orig.tar.gz DIR=joda-time-$VERSION # clean up the upstream tarball tar zxvf $3 rm $3 GZIP=--best tar -czf $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.properties0000664000000000000000000000024012203501366012406 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.error.ignore=true maven.test.failure.ignore=true debian/changelog0000664000000000000000000000752312205414431011045 0ustar libjoda-time-java (2.3-1) unstable; urgency=low * New upstream release (Closes: #667724) * Added a patch to remove the prerequisite on Maven 3 * Ignore the Github's site-maven-plugin * debian/control: - Updated the Homepage field - Removed libclirr-maven-plugin-java from the build dependencies and added clirr-maven-plugin to the list of ignored plugins - Use canonical URLs for the Vcs-* fields - Improved the package description * debian/rules: Install the upstream changelog * debian/copyright: Updated the copyright year * debian/orig-tar.sh: Fixed a warning when building the tarball * Removed the unused lintian overrides -- Emmanuel Bourg Thu, 22 Aug 2013 15:54:58 +0200 libjoda-time-java (2.2-1) unstable; urgency=low * New upstream release * Added a build dependency on libmaven-exec-plugin-java (required to compile the timezone data) * Exclude the jar files from the upstream source tarball * Updated Standards-Version to 3.9.4 (no changes) [ Mathieu Malaterre ] * Remove self from Uploaders -- Emmanuel Bourg Mon, 13 May 2013 16:17:14 +0200 libjoda-time-java (2.1-2) unstable; urgency=low * Missing usr/share/java symlink as per java policy -- Mathieu Malaterre Mon, 09 Apr 2012 17:29:36 +0200 libjoda-time-java (2.1-1) unstable; urgency=low * Add myself to Uploaders. * New upstream. Closes: #667516 - add dep to libclirr-maven-plugin-java & libjoda-convert-java * Bump Std-Vers to 3.9.3, no changes needed -- Mathieu Malaterre Fri, 06 Apr 2012 11:15:58 +0200 libjoda-time-java (1.6.2-2) unstable; urgency=low * Upload to unstable. * Add (temporary) Build-Depends: ant. -- Torsten Werner Wed, 09 Feb 2011 23:05:14 +0100 libjoda-time-java (1.6.2-1) experimental; urgency=low * New upstream version * Mavenize the build process with the help of mh_make. * Build and run unit tests but ignore test failures and errors. * Create orig tarball from upstream's SVN tag. * Build a new Javadoc package. * Convert copyright file to dep5 format. * Update Standards-Version: 3.9.1. -- Torsten Werner Fri, 31 Dec 2010 00:50:53 +0100 libjoda-time-java (1.6-3) unstable; urgency=low * Merge changes from Ubuntu version 1.6-2ubuntu1. * Switch to source format 3.0. * Update Standards-Version: 3.8.4. -- Torsten Werner Tue, 04 May 2010 22:31:09 +0200 libjoda-time-java (1.6-2ubuntu1) karmic; urgency=low * debian/control, debian/rules: Build with default-jdk * Other debian/control fixes: - Runtime depend on default-jre-headless | java2-runtime-headless - Set section to "java" - Remove useless ${shlibs:Depends} from Depends, package has no binaries -- Thierry Carrez Tue, 11 Aug 2009 11:41:44 +0200 libjoda-time-java (1.6-2) unstable; urgency=low * upload to unstable -- Torsten Werner Sun, 15 Feb 2009 22:34:38 +0100 libjoda-time-java (1.6-1) experimental; urgency=low * New upstream release * Prepare package for extra timezone updates. * Bump up Standards-Version: 3.8.0 (no changes). * Do no longer quote the full text of the Apache license. -- Torsten Werner Thu, 04 Dec 2008 15:17:53 +0100 libjoda-time-java (1.5.2-1) unstable; urgency=low * New upstream release * Add myself to Uploaders -- Varun Hiremath Fri, 22 Feb 2008 00:37:48 +0530 libjoda-time-java (1.5.1-1) unstable; urgency=low * new upstream version * Bump up Standards-Version: 3.7.3 (no changes needed). -- Torsten Werner Sun, 16 Dec 2007 14:04:37 +0100 libjoda-time-java (1.5-1) unstable; urgency=low * Initial release (Closes: #431997) -- Torsten Werner Fri, 23 Nov 2007 23:17:55 +0100 debian/maven.publishedRules0000664000000000000000000000005212205413547013212 0ustar joda-time joda-time jar s/.*/debian/ * * debian/source/0000775000000000000000000000000012203501366010466 5ustar debian/source/format0000664000000000000000000000001412203501366011674 0ustar 3.0 (quilt) debian/maven.ignoreRules0000664000000000000000000000103312205413547012516 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-jxr-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.apache.maven.plugins maven-repository-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.plugins maven-toolchains-plugin * * * * org.codehaus.mojo clirr-maven-plugin * * * * debian/libjoda-time-java.poms0000664000000000000000000000320512205413547013352 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/compat0000664000000000000000000000000212203501366010364 0ustar 7 debian/maven.rules0000664000000000000000000000016612205413547011360 0ustar joda-time joda-time jar s/.*/debian/ * * junit junit jar s/3\..*/3.x/ * * org.joda joda-convert jar s/1\..*/1.x/ * * debian/copyright0000664000000000000000000000172712205344417011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Joda time Upstream-Contact: Stephen Colebourne as Lead developer Brian S O'Neill as Senior Developer Guy Allard Fredrik Borgh Jeroen van Erp Gwyn Evans Sean Geoghegan Ashish Katyal Antonio Leitao Kostas Maistrelis Al Major Blair Martin Julen Parra Mike Schrag Kandarp Shah Francois Staes Maxim Zhao Ryan Propper Source: http://www.joda.org/joda-time Files: * Copyright: 2002-2013, Joda.org License: Apache-2.0 Files: debian/* Copyright: 2010, Torsten Werner > 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/libjoda-time-java-doc.doc-base.api0000664000000000000000000000046012203501366015357 0ustar Document: libjoda-time-java Title: API Javadoc for Joda time Author: Joda.org developers Abstract: This is the API Javadoc provided for the libjoda-time-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjoda-time-java/api/index.html Files: /usr/share/doc/libjoda-time-java/api/* debian/libjoda-time-java-doc.install0000664000000000000000000000006612203501366014602 0ustar target/apidocs/* usr/share/doc/libjoda-time-java/api debian/README.source0000664000000000000000000000046212205344612011350 0ustar Information about libjoda-time-java ----------------------------------- 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/control0000664000000000000000000000370412205361567010606 0ustar Source: libjoda-time-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Varun Hiremath , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, junit, default-jdk-doc, ant, libjoda-convert-java, libmaven-exec-plugin-java Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjoda-time-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjoda-time-java/ Homepage: http://www.joda.org/joda-time Package: libjoda-time-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjoda-time-java-doc Description: Java date and time API Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML. The Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems are also included. Supporting classes include time zone, duration, format and parsing. Package: libjoda-time-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libjoda-time-java Description: Java date and time API (developer documentation) Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML. The Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems are also included. Supporting classes include time zone, duration, format and parsing. . This package contains the developer documentation. debian/maven.cleanIgnoreRules0000664000000000000000000000000112205413762013452 0ustar