debian/0000755000000000000000000000000011626507355007200 5ustar debian/maven.rules0000644000000000000000000000163011625723507011360 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/ org.codehaus.plexus plexus-i18n jar s/.*/debian/ * * debian/copyright0000644000000000000000000000116011625723507011127 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Plexus I18N Component Source: http://plexus.codehaus.org/ Files: * Copyright: 2001-2007, Codehaus.org License: Apache-2.0 Files: debian/* Copyright: 2007, Trygve Laugstol 2011, Torsten Werner > License: GPL-2 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'. License: GPL-2 On Debian GNU/Linux system you can find the complete text of the GLP-2 license in '/usr/share/common-licenses/GPL-2'. debian/patches/0000755000000000000000000000000011626507263010625 5ustar debian/patches/0001-add-missing-dependency-plexus-container-default.patch0000644000000000000000000000120211625723507023452 0ustar From: Torsten Werner Date: Fri, 26 Aug 2011 15:55:08 +0200 Subject: [PATCH] add missing dependency plexus-container-default --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 78e7ea8..6cdf579 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,11 @@ plexus-utils 1.4.5 + + org.codehaus.plexus + plexus-container-default + 1.0-beta-3.0.7 + -- debian/patches/series0000644000000000000000000000007311625723507012042 0ustar 0001-add-missing-dependency-plexus-container-default.patch debian/maven.publishedRules0000644000000000000000000000164211625723507013223 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/ debian/rules0000755000000000000000000000036011625723507010255 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/libplexus-i18n-java-doc.doc-base.api0000644000000000000000000000052111625723507015611 0ustar Document: libplexus-i18n-java Title: API Javadoc for Plexus I18N Component Author: Plexus I18N Component developers Abstract: This is the API Javadoc provided for the libplexus-i18n-java library. Section: Programming Format: HTML Index: /usr/share/doc/libplexus-i18n-java/api/index.html Files: /usr/share/doc/libplexus-i18n-java/api/* debian/orig-tar.sh0000755000000000000000000000072511625723507011265 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-i18n_$VERSION.orig.tar.gz DIR=plexus-i18n-$VERSION TAG=$(echo "plexus-i18n-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/plexus/plexus-components/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/changelog0000644000000000000000000000464611626507221011054 0ustar plexus-i18n (1.0-beta-10-3) unstable; urgency=low * Switch to default-jdk(-doc). (Closes: #567289) * Remove Trydge and Paul from Uploaders list. * Update Standards-Version: 3.9.1. * Switch to debhelper level 7. * Switch to source format 3.0. * Use Maven to build the package. * Update debian/copyright. -- Torsten Werner Fri, 26 Aug 2011 15:49:20 +0200 plexus-i18n (1.0-beta-10-2) unstable; urgency=low * Add missing Build-Depends: openjdk-6-doc. -- Torsten Werner Sun, 09 Aug 2009 23:40:03 +0200 plexus-i18n (1.0-beta-10-1) experimental; urgency=low [ Ludovic Claude ] * New upstream version * Added myself to Uploaders. * Add the Maven POM to the package * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Update the watch file to reflect changes on the web site, use SVN to download the sources * Add maven-build.xml to debian/ in order to support compilation with Java 1.5 * Change the dependency on libplexus-container-default-java to libplexus-containers-java * Use openjdk-6 JDK instead of gcj to build the package [ Torsten Werner ] * Fix doc-base file. -- Torsten Werner Tue, 14 Jul 2009 11:35:41 +0200 plexus-i18n (1.0-beta-7+svn6675-3) unstable; urgency=low * Update Standards-Version: 3.8.2. - Fix Homepage and Vcs headers. * Change Section: java. * Add missing Depends: ${misc:Depends}. -- Torsten Werner Wed, 01 Jul 2009 23:13:39 +0200 plexus-i18n (1.0-beta-7+svn6675-2) experimental; urgency=low [ Michael Koch ] * Updated watch file to ignore '+svn...' part. * Added myself to Uploaders. [ Torsten Werner ] * Add plexus component descriptor. * Add myself to Uploaders. * Do no longer quote the full text of the Apache-2.0 license in debian/copyright. -- Torsten Werner Tue, 16 Dec 2008 23:23:54 +0100 plexus-i18n (1.0-beta-7+svn6675-1) unstable; urgency=low * New upstream release, to correct license problems (resulting in rejection from ftp-master). (Closes: #428575) -- Paul Cager Sat, 21 Jul 2007 00:09:27 +0100 plexus-i18n (1.0-beta-6-1) unstable; urgency=low * Initial release. (Closes: #428575) -- Paul Cager Tue, 12 Jun 2007 18:55:48 +0100 debian/README.source0000644000000000000000000000044711625723507011362 0ustar Information about plexus-i18n ------------------------------ 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/watch0000644000000000000000000000024311625723507010226 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/plexus-components/tags/ \ plexus-i18n-(\d.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000262411625723507010605 0ustar Source: plexus-i18n Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Ludovic Claude Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libplexus-maven-plugin-java, libplexus-utils-java, default-jdk-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libplexus-containers-java Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-i18n Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-i18n/ Homepage: http://plexus.codehaus.org/ Package: libplexus-i18n-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libplexus-i18n-java-doc Description: a component to support internationalization of applications using Plexus Plexus I18n is a set of Plexus-components supporting internationalization of Plexus-based applications. Package: libplexus-i18n-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libplexus-i18n-java Description: API Documentation for plexus-i18n Plexus I18n is a set of Plexus-components supporting internationalization of Plexus-based applications. . This package contains the API documentation for plexus-i18n. debian/maven.cleanIgnoreRules0000644000000000000000000000150111625723507013464 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/libplexus-i18n-java.poms0000644000000000000000000000273111625723507013604 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 # --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 # --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. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent --has-package-version debian/source/0000755000000000000000000000000011626507263010476 5ustar debian/source/format0000644000000000000000000000001411625721403011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211625721403010365 0ustar 7 debian/maven.ignoreRules0000644000000000000000000000136611625723507012532 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/libplexus-i18n-java-doc.install0000644000000000000000000000007011625723507015031 0ustar target/apidocs/* usr/share/doc/libplexus-i18n-java/api debian/maven.properties0000644000000000000000000000014411625723507012421 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true