debian/0000755000000000000000000000000012150717637007177 5ustar debian/maven.rules0000644000000000000000000000014012147707313011350 0ustar org.apache.ant s/ant-nodeps/ant/ * s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * debian/clean0000644000000000000000000000001211611562513010165 0ustar mvn-build debian/watch0000644000000000000000000000025011236374100010211 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-antrun-plugin-(\d.*)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000036011236374100010242 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/changelog0000644000000000000000000000207412150717547011054 0ustar maven-antrun-plugin (1.7-1) unstable; urgency=low * Team upload. * New upstream release * Added the missing --java-lib flag to libmaven-antrun-plugin-java.poms * Bump Standards-Version to 3.9.4. No changes were required. * debian/copyright: Updated to comply with the Machine-readable format 1.0 -- Emmanuel Bourg Fri, 24 May 2013 17:59:18 +0200 maven-antrun-plugin (1.6-2) unstable; urgency=low * Team upload. * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. -- Torsten Werner Wed, 28 Sep 2011 21:32:40 +0200 maven-antrun-plugin (1.6-1) unstable; urgency=low * Team upload. * New upstream release. * Bump Standards-Version to 3.9.2. No changes were required. * Migrate to source package format 3.0 (quilt). * Allow package to build twice in a row. -- Miguel Landaeta Tue, 19 Jul 2011 19:38:53 -0430 maven-antrun-plugin (1.3-1) unstable; urgency=low * Initial release (Closes: #540052) -- Ludovic Claude Tue, 28 Jul 2009 20:18:05 +0100 debian/maven.properties0000644000000000000000000000002511236374100012404 0ustar maven.test.skip=true debian/libmaven-antrun-plugin-java.poms0000644000000000000000000000317312147707313015414 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 --java-lib debian/orig-tar.sh0000755000000000000000000000075111236377757011276 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-antrun-plugin_$VERSION.orig.tar.gz DIR=maven-antrun-plugin-$VERSION TAG=$(echo "maven-antrun-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/0000755000000000000000000000000012150717571010474 5ustar debian/source/format0000644000000000000000000000001411611562513011675 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000045711236374100011350 0ustar Information about maven-antrun-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/compat0000644000000000000000000000000211236374100010361 0ustar 7 debian/copyright0000644000000000000000000000122112147707313011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven AntRun Plugin Upstream-Contact: Apache Maven team Source: http://maven.apache.org/ Files: * Copyright: 2001-2011, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: Copyright 2009, Ludovic Claude License: 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'. 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' debian/control0000644000000000000000000000312012147707313010572 0ustar Source: maven-antrun-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), ant (>= 1.8.2), libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/ Homepage: http://maven.apache.org/plugins/maven-antrun-plugin/ Package: libmaven-antrun-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven AntRun 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 . The Maven Antrun Plugin runs Ant scripts embedded in the POM