Codebase list plexus-velocity / e732687
New upstream release (1.1.8) Switched the build dependency on Commons Collections to 3.x Updated Standards-Version to 3.9.4 (no changes) Removed Michael Koch from the uploaders (Closes: #654128) Use canonical URLs for the Vcs-* fields debian/copyright: Updated the Format URI Emmanuel Bourg 10 years ago
8 changed file(s) with 30 addition(s) and 80 deletion(s). Raw diff Collapse all Expand all
0 plexus-velocity (1.1.8-1) unstable; urgency=low
1
2 * New upstream release
3 * Switched the build dependency on Commons Collections to 3.x
4 * debian/control:
5 - Updated Standards-Version to 3.9.4 (no changes)
6 - Removed Michael Koch from the uploaders (Closes: #654128)
7 - Use canonical URLs for the Vcs-* fields
8 * debian/copyright: Updated the Format URI
9
10 -- Emmanuel Bourg <ebourg@apache.org> Tue, 06 Aug 2013 10:56:03 +0200
11
012 plexus-velocity (1.1.7-5) unstable; urgency=low
113
214 * Team upload.
11 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Michael Koch <konqueror@gmx.de>, Ludovic Claude <ludovic.claude@laposte.net>
4 Uploaders: Ludovic Claude <ludovic.claude@laposte.net>, Emmanuel Bourg <ebourg@apache.org>
55 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
6 Build-Depends-Indep: libcommons-collections-java, libplexus-container-default-java, default-jdk-doc,
7 libcommons-collections-java-doc, libplexus-container-default-java-doc,
6 Build-Depends-Indep: libcommons-collections3-java, libplexus-container-default-java, default-jdk-doc,
7 libcommons-collections3-java-doc, libplexus-container-default-java-doc,
88 libmaven-javadoc-plugin-java
9 Standards-Version: 3.9.1
10 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-velocity
11 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-velocity
9 Standards-Version: 3.9.4
10 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-velocity
11 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-velocity
1212 Homepage: http://plexus.codehaus.org/plexus-components/plexus-velocity/
1313
1414 Package: libplexus-velocity-java
0 Format: http://dep.debian.net/deps/dep5/
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: Plexus Velocity Component
22 Source: http://plexus.codehaus.org/plexus-components/plexus-velocity/
33
11 # Format of this file is:
22 # <path to pom file> [option]*
33 # where option can be:
4 # --ignore: ignore this POM or
4 # --ignore: ignore this POM and its artifact if any
5 # --ignore-pom: don't install the POM. To use on POM files that are created
6 # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
57 # --no-parent: remove the <parent> tag from the POM
68 # --package=<package>: an alternative package to use when installing this POM
79 # and its artifact
1012 # --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
1113 # during a clean operation with mh_cleanpom or mh_installpom
1214 # --artifact=<path>: path to the build artifact associated with this POM,
13 # it will be installed when using the command mh_install
15 # it will be installed when using the command mh_install. [mh_install]
1416 # --java-lib: install the jar into /usr/share/java to comply with Debian
1517 # packaging guidelines
1618 # --usj-name=<name>: name to use when installing the library in /usr/share/java
1719 # --usj-version=<version>: version to use when installing the library in /usr/share/java
1820 # --no-usj-versionless: don't install the versionless link in /usr/share/java
19 # --dest-jar=<path>: the destination for the real jar
20 # it will be installed with mh_install.
21 # --dest-jar=<path>: the destination for the real jar.
22 # It will be installed with mh_install. [mh_install]
2123 # --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
22 # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
23 # temporarily for certain artifacts such as Javadoc jars.
24 # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
25 # Empty by default. [mh_install]
2426 #
2527 pom.xml --no-parent --has-package-version
0 # Maven clean ignore rules - ignore some Maven dependencies and plugins
1 # during the clean phase of a Maven build
2 # Format of this file is:
3 # [group] [artifact] [type] [version] [classifier] [scope]
4 # where each element can be either
5 # - the exact string, for example org.apache for the group, or 3.1
6 # for the version. In this case, the element is simply matched
7 # and left as it is
8 # - * (the star character, alone). In this case, anything will
9 # match and be left as it is. For example, using * on the
10 # position of the artifact field will match any artifact id
11 # All elements much match before a rule can be applied
12 # Example rule: match jar with groupid= junit, artifactid= junit
13 # and version starting with 3., this dependency is then removed
14 # from the POM before mvn clean is called
15 # junit junit jar s/3\\..*/3.x/
160
0 # Maven ignore rules - ignore some Maven dependencies and plugins
1 # Format of this file is:
2 # [group] [artifact] [type] [version] [classifier] [scope]
3 # where each element can be either
4 # - the exact string, for example org.apache for the group, or 3.1
5 # for the version. In this case, the element is simply matched
6 # and left as it is
7 # - * (the star character, alone). In this case, anything will
8 # match and be left as it is. For example, using * on the
9 # position of the artifact field will match any artifact id
10 # All elements much match before a rule can be applied
11 # Example rule: match jar with groupid= junit, artifactid= junit
12 # and version starting with 3., this dependency is then removed
13 # from the POM
14 # junit junit jar s/3\\..*/3.x/
150
0 # Maven published rules - additional rules to publish, to help
1 # the packaging work of Debian maintainers using mh_make
2 # Format of this file is:
3 # [group] [artifact] [type] [version] [classifier] [scope]
4 # where each element can be either
5 # - the exact string, for example org.apache for the group, or 3.1
6 # for the version. In this case, the element is simply matched
7 # and left as it is
8 # - * (the star character, alone). In this case, anything will
9 # match and be left as it is. For example, using * on the
10 # position of the artifact field will match any artifact id
11 # - a regular expression of the form s/match/replace/
12 # in this case, elements that match are transformed using
13 # the regex rule.
14 # All elements much match before a rule can be applied
15 # Example rule: match jar with groupid= junit, artifactid= junit
16 # and version starting with 3., replacing the version with 3.x
17 # junit junit jar s/3\\..*/3.x/
180
1 org.codehaus.plexus plexus-velocity jar s/.*/debian/ * *
0 # Maven rules - transform Maven dependencies and plugins
1 # Format of this file is:
2 # [group] [artifact] [type] [version] [classifier] [scope]
3 # where each element can be either
4 # - the exact string, for example org.apache for the group, or 3.1
5 # for the version. In this case, the element is simply matched
6 # and left as it is
7 # - * (the star character, alone). In this case, anything will
8 # match and be left as it is. For example, using * on the
9 # position of the artifact field will match any artifact id
10 # - a regular expression of the form s/match/replace/
11 # in this case, elements that match are transformed using
12 # the regex rule.
13 # All elements much match before a rule can be applied
14 # Example rule: match jar with groupid= junit, artifactid= junit
15 # and version starting with 3., replacing the version with 3.x
16 # junit junit jar s/3\\..*/3.x/
170
1 org.apache.velocity velocity jar s/.*/debian/ * *
182 org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
193 org.codehaus.plexus plexus-velocity jar s/.*/debian/ * *
20 commons-collections commons-collections * s/2\..*/2.x/ * *
4 commons-collections commons-collections * s/3\..*/3.x/ * *
215 s/velocity/org.apache.velocity/ * * s/.*/debian/ * *