debian/0000755000000000000000000000000012153020744007164 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112153020417013441 0ustar debian/maven.ignoreRules0000644000000000000000000000000112153020417012476 0ustar debian/maven.publishedRules0000644000000000000000000000000112153020417013172 0ustar debian/maven.rules0000644000000000000000000000072412153020417011346 0ustar org.apache.maven.shared file-management jar s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * debian/libmaven-clean-plugin-java.poms0000644000000000000000000000322112153020417015147 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 --java-lib debian/watch0000644000000000000000000000024511704722253010223 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-clean-plugin-(\d.*)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000036211704722253010252 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 debian/changelog0000644000000000000000000000464312153020417011042 0ustar maven-clean-plugin (2.5-1) unstable; urgency=low * New upstream release * Added the missing --java-lib flag to libmaven-clean-plugin-java.poms * Updated Standards-Version to 3.9.4 (no changes) * debian/copyright: Updated the Format URI to 1.0 -- Emmanuel Bourg Fri, 24 May 2013 17:39:24 +0200 maven-clean-plugin (2.3-5) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #655368). * Bump Standards-Version to 3.9.2. No changes were required. * Fix lintian warning about copyright file. -- Miguel Landaeta Sat, 14 Jan 2012 19:48:21 -0430 maven-clean-plugin (2.3-4) unstable; urgency=low * Use Maven to build the package. * Switch to debhelper 7. * Update Standard-Version: 3.9.1. * Add a documentation package. * Switch to source format 3.0. * Convert d/copyright to dep5 format. -- Torsten Werner Thu, 18 Aug 2011 22:20:51 +0200 maven-clean-plugin (2.3-3) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 22:29:35 +0200 maven-clean-plugin (2.3-2) experimental; urgency=low * Fix groupId for maven-plugin-testing-harness dependency in the Maven POM. -- Ludovic Claude Sun, 26 Jul 2009 16:00:31 +0100 maven-clean-plugin (2.3-1) experimental; urgency=low * New upstream version, add myself to Uploaders * Use Ant and cdbs-ant as the build system as Maven2 uses this plugin to build itself now. * Remove the dependency on default-jre | java2-runtime as this is a library. * Use default-jdk as Build-Depends instead of open-jdk-6 * 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 * Remove the patch for the POM as it's no longer needed, as well as the dependency on Quilt -- Ludovic Claude Sun, 03 May 2009 00:27:41 +0100 maven-clean-plugin (2.2-2) unstable; urgency=low * Switch to openjdk. * Add Build-Depends: libplexus-containers-java and libplexus-interpolation-java. -- Torsten Werner Thu, 11 Dec 2008 14:48:26 +0100 maven-clean-plugin (2.2-1) unstable; urgency=low * Initial release. (Closes: #508020) -- Torsten Werner Thu, 04 Dec 2008 19:29:26 +0100 debian/maven.properties0000644000000000000000000000014411704722253012414 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/orig-tar.sh0000755000000000000000000000074711704722253011264 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-clean-plugin_$VERSION.orig.tar.gz DIR=maven-clean-plugin-$VERSION TAG=$(echo "maven-clean-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/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/source/0000755000000000000000000000000012153020502010454 5ustar debian/source/format0000644000000000000000000000001411704722253011677 0ustar 3.0 (quilt) debian/libmaven-clean-plugin-java-doc.doc-base.api0000644000000000000000000000054711704722253017201 0ustar Document: libmaven-clean-plugin-java Title: API Javadoc for Maven Clean Plugin Author: Maven Clean Plugin developers Abstract: This is the API Javadoc provided for the libmaven-clean-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libmaven-clean-plugin-java/api/index.html Files: /usr/share/doc/libmaven-clean-plugin-java/api/* debian/README.source0000644000000000000000000000045611704722253011355 0ustar Information about maven-clean-plugin ------------------------------ 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/compat0000644000000000000000000000000211704722253010367 0ustar 7 debian/copyright0000644000000000000000000000103312153020417011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven Clean Plugin Upstream-Contact: Jesse McConnell as Source: http://maven.apache.org/plugins/maven-clean-plugin/ Files: * Copyright: 2001-2011, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: 2008-2011, Torsten Werner License: Apache-2.0 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/control0000644000000000000000000000570512153020417010573 0ustar Source: maven-clean-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Ludovic Claude , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-file-management-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-clean-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-clean-plugin/ Homepage: http://maven.apache.org/plugins/maven-clean-plugin/ Package: libmaven-clean-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libmaven-clean-plugin-java-doc Description: Maven clean plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the maven clean plugin which is used to remove files generated at build-time in a project's directory. Package: libmaven-clean-plugin-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libmaven-clean-plugin-java Description: Maven clean plugin - API documentation Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the maven clean plugin which is used to remove files generated at build-time in a project's directory. . This package contains the API documentation of libmaven-clean-plugin-java. debian/libmaven-clean-plugin-java-doc.install0000644000000000000000000000007711704722253016420 0ustar target/apidocs/* usr/share/doc/libmaven-clean-plugin-java/api