debian/0000755000000000000000000000000012200626120007155 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112200625515013444 0ustar debian/maven.ignoreRules0000644000000000000000000000000112200625515012501 0ustar debian/maven.publishedRules0000644000000000000000000000007212200625515013205 0ustar org.codehaus.plexus plexus-velocity jar s/.*/debian/ * * debian/maven.rules0000644000000000000000000000045312200625515011350 0ustar org.apache.velocity velocity jar s/.*/debian/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * org.codehaus.plexus plexus-velocity jar s/.*/debian/ * * commons-collections commons-collections * s/3\..*/3.x/ * * s/velocity/org.apache.velocity/ * * s/.*/debian/ * * debian/watch0000644000000000000000000000024712200625515010220 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/plexus-components/tags/ \ plexus-velocity-(\d.*)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000036012200625515010243 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/changelog0000644000000000000000000000474612200625515011051 0ustar plexus-velocity (1.1.8-1) unstable; urgency=low * New upstream release * Switched the build dependency on Commons Collections to 3.x * debian/control: - 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 Tue, 06 Aug 2013 10:56:03 +0200 plexus-velocity (1.1.7-5) unstable; urgency=low * Team upload. * Ignore test failures because commons-collections 3.x is needed somehow. (Closes: #643555) -- Torsten Werner Thu, 29 Sep 2011 22:00:48 +0200 plexus-velocity (1.1.7-4) unstable; urgency=low * Team upload. * Remove Trygve and Paul from Uploaders list. * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. * Switch to source format 3.0. * Change Depends: classpath-doc to default-jdk-doc. (Closes: #567290) * Use Maven to build the package. * Regenerate debian/copyright. -- Torsten Werner Sun, 28 Aug 2011 23:07:08 +0200 plexus-velocity (1.1.7-3) unstable; urgency=low * Add Build-Depends on openjdk-6-doc (Closes: #543116) * Build-Depends on default-jdk instead of default-jdk-builddep, as gcj is not used * Bump up Standards-Version to 3.8.3, no change -- Ludovic Claude Wed, 02 Sep 2009 22:18:48 +0100 plexus-velocity (1.1.7-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 23:48:11 +0200 plexus-velocity (1.1.7-1) experimental; urgency=low [ Ludovic Claude ] * New upstream version, added myself to Uploaders. * Change section to java, bump Standards-Version to 3.8.1 * Add the Maven POM to the package, * Add a Build-Depends-Indep dependency on maven-repo-helper * Replace build dependency on java-gcj-compat-dev by default-jdk * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Add libcommons-collections-java, libplexus-containers-java, velocity to Depends: for the binary package [ Michael Koch ] * Added watch file. * Added myself to Uploaders. * Added Homepage, Vcs-Svn and Vcs-Browser fields. -- Ludovic Claude Tue, 24 Mar 2009 23:43:12 +0000 plexus-velocity (1.1.6-1) unstable; urgency=low * Initial release. (Closes: #426227) -- Paul Cager Tue, 12 Jun 2007 23:57:35 +0100 debian/libplexus-velocity-java-doc.doc-base.api0000644000000000000000000000055112200625515016661 0ustar Document: libplexus-velocity-java Title: API Javadoc for Plexus Velocity Component Author: Plexus Velocity Component developers Abstract: This is the API Javadoc provided for the libplexus-velocity-java library. Section: Programming Format: HTML Index: /usr/share/doc/libplexus-velocity-java/api/index.html Files: /usr/share/doc/libplexus-velocity-java/api/* debian/maven.properties0000644000000000000000000000020312200625515012403 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.failure.ignore=true debian/orig-tar.sh0000755000000000000000000000074112200625515011251 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-velocity_$VERSION.orig.tar.gz DIR=plexus-velocity-$VERSION TAG=$(echo "plexus-velocity-$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/libplexus-velocity-java.poms0000644000000000000000000000320612200625515014647 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 --no-parent --has-package-version debian/source/0000755000000000000000000000000012200626016010461 5ustar debian/source/format0000644000000000000000000000001412200625515011672 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000045312200625515011345 0ustar Information about plexus-velocity ------------------------------ 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/compat0000644000000000000000000000000212200625515010362 0ustar 7 debian/copyright0000644000000000000000000000124712200625515011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plexus Velocity Component Source: http://plexus.codehaus.org/plexus-components/plexus-velocity/ Files: * Copyright: 2001-2006 Codehaus Foundation 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 GPL-2 license in '/usr/share/common-licenses/GPL-2' debian/libplexus-velocity-java-doc.install0000644000000000000000000000007412200625515016102 0ustar target/apidocs/* usr/share/doc/libplexus-velocity-java/api debian/control0000644000000000000000000000547512200625515010602 0ustar Source: plexus-velocity Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libcommons-collections3-java, libplexus-container-default-java, default-jdk-doc, libcommons-collections3-java-doc, libplexus-container-default-java-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-velocity Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-velocity Homepage: http://plexus.codehaus.org/plexus-components/plexus-velocity/ Package: libplexus-velocity-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libplexus-velocity-java-doc Description: Plexus component interface to velocity The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . While Plexus is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it is a full-fledged container that supports many more features such as: . * Component lifecycles * Component instantiation strategies * Nested containers * Component configuration * Auto-wiring * Component dependencies, and * Various dependency injection techniques including constructor injection, setter injection, and private field injection. Package: libplexus-velocity-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libplexus-velocity-java Description: API Documentation for plexus-velocity The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . While Plexus is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it is a full-fledged container that supports many more features such as: . * Component lifecycles * Component instantiation strategies * Nested containers * Component configuration * Auto-wiring * Component dependencies, and * Various dependency injection techniques including constructor injection, setter injection, and private field injection. . This package contains the API documentation for plexus-velocity.