debian/0000755000000000000000000000000011570427701007172 5ustar debian/control0000644000000000000000000000213711570427056010603 0ustar Source: plexus-ant-factory Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional, libplexus-container-default-java Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-ant-factory Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-ant-factory/ Homepage: http://plexus.codehaus.org/ Package: libplexus-ant-factory-java Architecture: all Depends: ${misc:Depends}, libplexus-container-default-java Recommends: ant Description: Plexus Ant Factory 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. . This package provides a factory for instantiating Ant with Plexus. debian/watch0000644000000000000000000000023411214213217010210 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/tags/ \ plexus-ant-factory-([0-9].*)/ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011570427701010472 5ustar debian/source/format0000644000000000000000000000001411570424147011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000145211570427425011051 0ustar plexus-ant-factory (1.0~alpha2.1-3) unstable; urgency=low * Add myself to Uploaders. * Bump Standards-Version to 3.9.2: no changes needed. * Fix FTBFS: remove version param (deprecated in debian-ant-helper) and use POM version (Closes: #628352). * Use mh_clean in clean rule. * Bump to debhelper 7 compat level. * Switch to source format 3.0 (quilt). -- Damien Raude-Morvan Sun, 29 May 2011 13:33:41 +0200 plexus-ant-factory (1.0~alpha2.1-2) unstable; urgency=low * Switch to the new plexus-container package. -- Torsten Werner Mon, 13 Jul 2009 21:20:08 +0200 plexus-ant-factory (1.0~alpha2.1-1) unstable; urgency=low * Initial release. (Closes: #535018) -- Ludovic Claude Sat, 28 Mar 2009 22:01:14 +0000 debian/rules0000755000000000000000000000150111570425107010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s "s/~alpha/-alpha-/") JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps plexus-container-default-alpha classworlds plexus-utils DEB_ANT_BUILD_TARGET := package DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l pom.xml build/plexus-ant-factory-$(VERSION).jar clean:: mh_clean debian/copyright0000644000000000000000000000073011214213217011113 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Plexus Ant Factory Maintainer: Codehaus Foundation Source: http://plexus.codehaus.org/ Files: * Copyright: 2001-2009, Codehaus Foundation. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude 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/orig-tar.sh0000755000000000000000000000064311223765545011266 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-ant-factory_$VERSION.orig.tar.gz DIR=plexus-ant-factory-$VERSION TAG=$(echo "plexus-ant-factory-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,') svn export http://svn.codehaus.org/plexus/tags/$TAG/ $DIR tar -c -z -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/build.properties0000644000000000000000000000005311214213217012373 0ustar javadoc.dir=build/api maven.test.skip=true debian/compat0000644000000000000000000000000211570424376010375 0ustar 7 debian/libplexus-ant-factory-java.poms0000644000000000000000000000002511214213217015230 0ustar pom.xml --no-parent