debian/0000775000000000000000000000000012227444602007173 5ustar debian/maven.cleanIgnoreRules0000664000000000000000000000137412207042150013457 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins during the clean phase # Format of this file is: # [group] [artifact] [type] [version] # 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/changelog0000664000000000000000000000151112227440410011034 0ustar libjtype-java (0.1.3-2) unstable; urgency=low * Build depend on debhelper >= 9 * Ignore the tests failing due to jmock * debian/libjtype-java.poms: Added --has-package-version and --java-lib * Use XZ compression for the upstream tarball -- Emmanuel Bourg Wed, 16 Oct 2013 09:32:22 +0200 libjtype-java (0.1.3-1) unstable; urgency=low * Team upload. * New upstream release * Fixed the watch file * Updated Standards-Version to 3.9.4 (no changes) * Added 'Depends: ${misc:Depends}' to clear a Lintian warning * debian/copyright: Updated to the Copyright Format 1.0 -- Emmanuel Bourg Mon, 06 May 2013 17:08:00 +0200 libjtype-java (0.1.1-1) unstable; urgency=low * Initial Release (Closes: #585793) -- Torsten Werner Sun, 06 Jun 2010 15:26:19 +0200 debian/maven.publishedRules0000664000000000000000000000156112207042150013206 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] # 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 any dependency whose group is ant, # replacing it with org.apache.ant # s/ant/org.apache.ant/ * * s/.*/debian/ debian/maven.ignoreRules0000664000000000000000000000140212207042150012504 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] # 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/ org.jvnet.wagon-svn wagon-svn * * debian/source/0000775000000000000000000000000012207042150010461 5ustar debian/source/format0000664000000000000000000000001412207042150011667 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000074612207042150011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JType Source: http://jtype.googlecode.com Files: * Copyright: 2008-2012 Mark Hobson 2009 IIZUKA Software Technologies Ltd License: Apache-2.0 Files: debian/* Copyright: 2010, Torsten Werner License: Apache-2.0 License: Apache-2.0 On Debian systems, full text of the license can be found at `/usr/share/common-licenses/Apache-2.0'. debian/watch0000664000000000000000000000017412207042150010214 0ustar # watch control file for uscan version=3 http://jtype.googlecode.com/svn/tags/ (\d.[\d\.]+)/ \ debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000070512227440176011262 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p') TAR=../${SOURCE}_$2.orig.tar.xz DIR=$SOURCE-$2 TAG=$2 SVN=http://jtype.googlecode.com/svn/tags/ svn export $SVN/$TAG $DIR XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $3 $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.rules0000664000000000000000000000171312207042150011345 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] # 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/ s/org.jmock/jmock/ jmock-junit4 jar s/2\..*/2.x/ s/org.jmock/jmock/ jmock-legacy jar s/2\..*/2.x/ debian/maven.properties0000664000000000000000000000003712227436232012417 0ustar maven.test.failure.ignore=true debian/rules0000775000000000000000000000036212207042150010242 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 debian/libjtype-java.poms0000664000000000000000000000320512227437122012633 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/compat0000664000000000000000000000000212227435320010366 0ustar 9 debian/control0000664000000000000000000000212412227437334010601 0ustar Source: libjtype-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Emmanuel Bourg Build-Depends: debhelper (>= 9), cdbs, maven-debian-helper, default-jdk, libjmock2-java Standards-Version: 3.9.4 Homepage: http://jtype.googlecode.com Vcs-Git: git://anonscm.debian.org/pkg-java/libjtype-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjtype-java.git Package: libjtype-java Architecture: all Depends: ${misc:Depends} Description: Helper library for the Java 5 Type Java 5 introduced a richer type system for generics with Type and its various subtypes, but lacks any easy way to perform common operations on these types. JType aims to fill this gap. . Features: - A factory to easily create implementations of the various type interfaces. - Methods to compare and manipulate type instances, such as checking whether a type is a subtype of another. - A generic type literal that provides an equivalent of class literals for types.