debian/0000755000000000000000000000000011640666661007202 5ustar debian/maven.rules0000644000000000000000000000165711640666556011400 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/ junit junit jar s/4\..*/4.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * debian/liblocalizer-java.lintian-overrides0000644000000000000000000000037611640666556016165 0ustar # As this is a maven plugin execution from the command line is not # a use case; maven will always resolve its depdendencies liblocalizer-java binary: missing-classpath libcodemodel-java, libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java debian/liblocalizer-java-doc.doc-base.api0000644000000000000000000000051711640666556015514 0ustar Document: liblocalizer-java Title: API Javadoc for Localizer parent POM Author: ${project.Organization.Name} developers Abstract: This is the API Javadoc provided for the liblocalizer-java library. Section: Programming Format: HTML Index: /usr/share/doc/liblocalizer-java/api/index.html Files: /usr/share/doc/liblocalizer-java/api/* debian/copyright0000644000000000000000000000276111640666556011146 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Localizer Maintainer: Kohsuke Kawaguchi Source: http://java.net/projects/localizer Files: * Copyright: 2007-, the localizer project contributors License: MIT Files: debian/* Copyright: 2011 Canonical Ltd. (http://www.canonical.com/) License: GPL-3 License: GPL-3 On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000051011640666556010261 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_MAVEN_BUILD_TARGET := install get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/orig-tar.sh0000755000000000000000000000071611640666556011274 0ustar #!/bin/sh -e VERSION=$2 TAR=../localizer_$VERSION.orig.tar.gz DIR=localizer-$VERSION TAG=$(echo "localizer-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export https://svn.java.net/svn/localizer~svn/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/changelog0000644000000000000000000000054411640666556011062 0ustar localizer (1.13-2) unstable; urgency=low * Team upload. * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. -- Torsten Werner Wed, 28 Sep 2011 20:18:19 +0200 localizer (1.13-1) unstable; urgency=low * Initial release. (Closes: #628803) -- James Page Wed, 01 Jun 2011 15:01:27 +0100 debian/README.source0000644000000000000000000000044211640666556011364 0ustar Information about localizer --------------------------- 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/watch0000644000000000000000000000032711640666556010240 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://java.net/projects/localizer/sources/svn/show/tags \ /projects/localizer/sources/svn/show/tags/localizer-parent-(\d.*)\?.* debian debian/orig-tar.sh debian/control0000644000000000000000000000263111640666556010612 0ustar Source: localizer Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper Build-Depends-Indep: ant, ant-doc, default-jdk-doc, junit4, libcodemodel-java, libmaven-archiver-java, libmaven-compiler-plugin-java (>= 2.0.2), libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java Standards-Version: 3.9.2 Homepage: http://java.net/projects/localizer Vcs-Git: git://git.debian.org/git/pkg-java/localizer.git Vcs-Browser: http://git.debian.org/?p=pkg-java/localizer.git Package: liblocalizer-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: type-safe access to message resources This small tool reads your property files and generate Java classes that enables type-safe access to message resources. Package: liblocalizer-java-doc Architecture: all Section: doc Depends: ant-doc, default-jdk-doc, ${misc:Depends} Suggests: liblocalizer-java Description: Documentation for type-safe access to message resources This small tool reads your property files and generate Java classes that enables type-safe access to message resources. . This package provides the API documentation for liblocalizer-java. debian/liblocalizer-java.poms0000644000000000000000000000036411640666556013502 0ustar # List of POM files for the package # Format of this file is: # [option] # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM pom.xml lib/pom.xml maven-plugin/pom.xml debian/maven.cleanIgnoreRules0000644000000000000000000000143411640666556013500 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/ org.jvnet.wagon-svn wagon-svn * * * * debian/source/0000755000000000000000000000000011640666556010505 5ustar debian/source/format0000644000000000000000000000001411640666556011713 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211640666556010403 0ustar 7 debian/maven.ignoreRules0000644000000000000000000000143411640666556012535 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/ org.jvnet.wagon-svn wagon-svn * * * * debian/liblocalizer-java-doc.install0000644000000000000000000000007211640666556014731 0ustar lib/target/apidocs/* usr/share/doc/liblocalizer-java/api