debian/0000755000000000000000000000000012141524134007163 5ustar debian/rules0000755000000000000000000000102712141524032010240 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_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt # ugly, but DEB_MAKE_CHECK_INVOKE doesn't seem to be implemented yet # and maven-sanity-check fails with the compund JAVACMD export JAVACMD := xvfb-run -a $(JAVACMD) maven-sanity-check: true get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/control0000644000000000000000000000272012141524032010564 0ustar Source: libjgoodies-common-java Maintainer: Debian Java Maintainers Uploaders: gregor herrmann , tony mancill Section: java Priority: optional Build-Depends: cdbs, debhelper (>= 8), default-jdk, maven-debian-helper (>= 1.5), xauth, xvfb Build-Depends-Indep: junit4, default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/?p=pkg-java/libjgoodies-common-java.git Vcs-Git: git://anonscm.debian.org/pkg-java/libjgoodies-common-java.git Homepage: http://www.jgoodies.com/downloads/libraries/ Package: libjgoodies-common-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjgoodies-common-java-doc Description: JGoodies Common The JGoodies Common library provides convenience code for other JGoodies libraries and applications. Package: libjgoodies-common-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Breaks: libjgoodies-common-java (<< 1.3.0-2) Replaces: libjgoodies-common-java (<< 1.3.0-2) Description: JGoodies Common library (documentation) The JGoodies Common library provides convenience code for other JGoodies libraries and applications. . This package contains the API documentation of libjgoodies-common-java. debian/README.source0000644000000000000000000000146012141524032011340 0ustar Information about libjgoodies-common-java ----------------------------------------- The 1.4.0 version of 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. The original upstream source distribution has been repacked as it contains binary JAR files. The following modifications were made to the upstream source distribution: The sources were extracted with: unzip -d src/main/java jgoodies-common-1.4.0-sources.jar unzip -d src/test/java jgoodies-common-1.4.0-tests.jar Then these files were deleted: jgoodies-common-1.4.0.jar jgoodies-common-1.4.0-javadoc.jar jgoodies-common-1.4.0-sources.jar jgoodies-common-1.4.0-tests.jar debian/source/0000755000000000000000000000000012141524032010460 5ustar debian/source/format0000644000000000000000000000001412141524032011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000417312141524032011037 0ustar libjgoodies-common-java (1.4.0-2) unstable; urgency=low * Upload to unstable. * Install RELEASE-NOTES.txt again as upstream changelog. * Use canonical URLs for Vcs-* fields in debian/control. * Re-enable test suite. -- gregor herrmann Sun, 05 May 2013 20:41:50 +0200 libjgoodies-common-java (1.4.0-1) experimental; urgency=low [ gregor herrmann ] * Update upstream URL in debian/watch and debian/control. [ tony mancill ] * New upstream release. * Switch from ant to maven-based build. * Bump Standards-Version to 3.9.4 (no changes necessary). * Add xvfb to build-deps -- tony mancill Mon, 19 Nov 2012 20:04:02 -0800 libjgoodies-common-java (1.3.0-2) unstable; urgency=low [ tony mancill ] * Switch to Debian Java Team maintenance. * Bump Standards-Version to 3.9.3 (no changes necessary). * Update machine-readable field names in d/copyright. [ gregor herrmann ] * Split out API documentation into new -doc packages. Thanks to Sylvestre Ledru for the bug report. (Closes: #665304) -- tony mancill Fri, 20 Apr 2012 21:57:20 -0700 libjgoodies-common-java (1.3.0-1) unstable; urgency=low * New upstream release. * Update Vcs-* headers. * Update years of upstream and packaging copyright. -- gregor herrmann Fri, 10 Feb 2012 20:35:09 +0100 libjgoodies-common-java (1.2.1-1) unstable; urgency=low * New upstream release. * Refresh javadoc.patch. -- gregor herrmann Wed, 10 Aug 2011 18:57:00 +0200 libjgoodies-common-java (1.2.0-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * debian/copyright: bump years of upstream and packaging copyright. * Register API docs with docbase system. * debian/control: remove dependency on JRE (thanks, lintian). -- gregor herrmann Mon, 18 Apr 2011 20:54:50 +0200 libjgoodies-common-java (1.1.1-1) unstable; urgency=low * Initial release (closes: #607675). -- gregor herrmann Tue, 21 Dec 2010 13:25:35 +0100 debian/maven.rules0000644000000000000000000000166512141524032011352 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ com.jgoodies jgoodies-common jar s/1\..*/1.x/ * * junit junit jar s/4\..*/4.x/ * * debian/libjgoodies-common-java.poms0000644000000000000000000000320512141524032014557 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/libjgoodies-common-java-doc.doc-base.api0000644000000000000000000000051612141524032016573 0ustar Document: libjgoodies-common-java Title: API Javadoc for JGoodies Common Author: JGoodies developers Abstract: This is the API Javadoc provided for the libjgoodies-common-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjgoodies-common-java/api/index.html Files: /usr/share/doc/libjgoodies-common-java/api/* debian/compat0000644000000000000000000000000212141524032010356 0ustar 8 debian/maven.publishedRules0000644000000000000000000000170312141524032013203 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ junit junit jar s/4\\..*/4.x/ * * debian/maven.properties0000644000000000000000000000033312141524032012403 0ustar # Include here properties to pass to Maven during the build. #maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 # Set encoding for compatibilty with Java 7 project.build.sourceEncoding=ISO-8859-1 debian/copyright0000644000000000000000000000437412141524032011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Contact: Karsten Lentzsch Upstream-Name: JGoodies Commons Source: http://www.jgoodies.com/downloads/libraries.html Files: * Copyright: 2009-2012, JGoodies Karsten Lentzsch License: BSD-3 Files: debian/* Copyright: 2012, gregor herrmann 2012, tony mancill License: GPL-2+ License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . o Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . o Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . o Neither the name of JGoodies Karsten Lentzsch nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/maven.ignoreRules0000644000000000000000000000136512141524032012513 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\..*/3.x/ debian/libjgoodies-common-java-doc.install0000644000000000000000000000006612141524032016014 0ustar docs/api/* usr/share/doc/libjgoodies-common-java/api debian/maven.cleanIgnoreRules0000644000000000000000000000150012141524032013445 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\..*/3.x/ debian/watch0000644000000000000000000000023212141524032010206 0ustar # Compulsory line, this is a version 3 file version=3 opts="uversionmangle=s/_/./g" http://www.jgoodies.com/downloads/libraries/ .*common-([\d._]+)\.zip