debian/0000775000000000000000000000000012257667253007207 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112257663757013472 0ustar debian/changelog0000664000000000000000000000422312257665320011053 0ustar doxia-maven-plugin (1.1.4-2) unstable; urgency=medium * Team upload. * Removed the Maven rule pointing to a specific version of the maven-shade-plugin to avoid a build failure when the plugin is upgraded (Closes: #733427) * debian/control: - Removed the build dependency on libclirr-maven-plugin-java - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields - Removed Michael Koch from the uploaders (Closes: #654013) * debian/copyright: Updated to the Copyright Format 1.0 * Switch to debhelper level 9 * Use XZ compression for the upstream tarball -- Emmanuel Bourg Sun, 29 Dec 2013 00:01:06 +0100 doxia-maven-plugin (1.1.4-1) unstable; urgency=low * Newer but not newest upstream release * Refresh patch and add a patch for maven-plugin-plugin. * Update Standards-Version: 3.9.2. * Improve short description. -- Torsten Werner Sat, 10 Sep 2011 14:38:22 +0200 doxia-maven-plugin (1.1.1-3) unstable; urgency=low * Remove old patch because maven-repo-helper handles it correctly now. * Add new patch to fix parent pom version. (Closes: #573698) * Switch to source format 3.0. -- Torsten Werner Sat, 13 Mar 2010 14:33:52 +0100 doxia-maven-plugin (1.1.1-2) unstable; urgency=low * Add myself to Uploaders. * Add missing Build-Depends-Indep: libclirr-maven-plugin-java. * Add patch for missing version number of clirr-maven-plugin. -- Torsten Werner Sat, 17 Oct 2009 23:40:43 +0200 doxia-maven-plugin (1.1.1-1) unstable; urgency=low * New upstream release. - disabled clirr-maven-plugin usage * Fixed typo in package description. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch Mon, 05 Oct 2009 08:44:44 +0200 doxia-maven-plugin (1.1-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Thu, 20 Aug 2009 20:04:37 +0200 doxia-maven-plugin (1.1-1) experimental; urgency=low * Initial version (closes: #535174) -- Ludovic Claude Tue, 30 Jun 2009 01:49:05 +0100 debian/maven.publishedRules0000644000000000000000000000000112257663757013223 0ustar debian/maven.ignoreRules0000664000000000000000000000005612257663757012543 0ustar org.codehaus.mojo clirr-maven-plugin * * * * debian/README.source0000664000000000000000000000046312257664272011367 0ustar Information about doxia-maven-plugin ------------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevent it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/source/0000775000000000000000000000000012257653501010476 5ustar debian/source/format0000664000000000000000000000001412257653501011704 0ustar 3.0 (quilt) debian/libdoxia-maven-plugin-java.poms0000664000000000000000000000317212257664044015217 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 debian/copyright0000664000000000000000000000124112257660620011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Doxia Maven Plugin Upstream-Contact: Maven Apache team Source: http://maven.apache.org/doxia/doxia/doxia-maven-plugin Files: * Copyright: 2002-2005, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude 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: 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' debian/watch0000664000000000000000000000023612257653501010230 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/ \ doxia-(\d.*)/ debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000067612257664324011277 0ustar #!/bin/sh -e VERSION=$2 TAR=../doxia-maven-plugin_$VERSION.orig.tar.xz DIR=doxia-maven-plugin-$VERSION TAG=$(echo "doxia-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/${TAG}/doxia-maven-plugin/ $DIR tar -c -J -f $TAR $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/maven.rules0000664000000000000000000000010412257664007011356 0ustar org.apache.maven.plugins maven-plugin-plugin maven-plugin s/.*/2.5/ debian/maven.properties0000664000000000000000000000002512257653501012417 0ustar maven.test.skip=true debian/rules0000775000000000000000000000036012257653501010255 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/compat0000664000000000000000000000000212257660235010376 0ustar 9 debian/control0000664000000000000000000000307012257662020010575 0ustar Source: doxia-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Torsten Werner Build-Depends: cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: libdoxia-java (>= 1.1.1), libitext1-java, libmaven-doxia-tools-java, libmaven-plugin-tools-java (>= 2.5), libmaven-shade-plugin-java (>= 1.2.1), libmaven2-core-java, libplexus-utils-java, maven-debian-helper Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/doxia-maven-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/doxia-maven-plugin/ Homepage: http://maven.apache.org/doxia/doxia/doxia-maven-plugin Package: libdoxia-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Description: Maven plugin for Doxia Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used exensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. . This package provides a Maven plugin for Doxia. debian/patches/0000775000000000000000000000000012257653501010625 5ustar debian/patches/series0000664000000000000000000000013312257653501012037 0ustar 0001-debianize-parent-pom-version.patch 0002-remove-version-from-maven-plugin-plugin.patch debian/patches/0001-debianize-parent-pom-version.patch0000664000000000000000000000103312257653501017716 0ustar From: Torsten Werner Date: Sat, 13 Mar 2010 14:28:30 +0100 Subject: debianize parent pom version --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 9eca795..5332bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.maven.doxia doxia - 1.1.4 + debian ../pom.xml -- debian/patches/0002-remove-version-from-maven-plugin-plugin.patch0000664000000000000000000000112012257653501022034 0ustar From: Torsten Werner Date: Sat, 10 Sep 2011 14:34:45 +0200 Subject: remove version from maven-plugin-plugin --- pom.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 5332bd2..08a2a4f 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,6 @@ under the License. org.apache.maven.plugins maven-plugin-plugin - 2.5.1 org.apache.maven.plugins --