debian/0000755000000000000000000000000011611344577007177 5ustar debian/control0000644000000000000000000000237011611343157010575 0ustar Source: plexus-io Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Ludovic Claude , Michael Koch , Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk Build-Depends-Indep: maven-repo-helper (>> 0.5), maven-ant-helper (>> 4), ant, ant-optional, libplexus-utils-java, libplexus-containers-java Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-io Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-io/ Homepage: http://plexus.codehaus.org/plexus-components/plexus-io/ Package: libplexus-io-java Architecture: all Depends: ${misc:Depends}, libplexus-utils-java, libplexus-containers-java Description: Plexus IO Components Plexus IO is a set of plexus components, which are designed for use in I/O operations. These I/O operations are doing nothing spectacular. For example, Apache Commons IO is a much more powerful library in the same area. However, the implementation as a plexus component allows reuse in Maven. . The following component groups are currently available: * File Mappers * File Selectors debian/watch0000644000000000000000000000023211117544706010222 0ustar version=3 opts=uversionmangle=s{-alpha-}{~alpha} \ http://svn.codehaus.org/plexus/plexus-components/tags/ \ plexus-io-(.*)/ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011611344577010477 5ustar debian/source/format0000644000000000000000000000001411611343414011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000351111611343532011037 0ustar plexus-io (1.0~alpha5-2) unstable; urgency=low * Add myself to Uploaders. * Bump Standards-Version to 3.9.2: no changes needed. * Bump to debhelper 7 compat level. * Use mh_clean in clean rule. * Fix FTBFS: remove version param (deprecated in debian-ant-helper) and use POM version (Closes: #634568). * Switch to source format 3.0 (quilt). -- Damien Raude-Morvan Tue, 19 Jul 2011 20:05:12 +0200 plexus-io (1.0~alpha5-1) unstable; urgency=low * New upstream version. * Downgraded Build-Depends on default-jdk-builddep to default-jdk. * Build-Depends on debhelper >= 7. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch Fri, 25 Sep 2009 08:01:54 +0200 plexus-io (1.0~alpha4-2) unstable; urgency=low * Fix missing dependency versions in the POM. -- Ludovic Claude Thu, 09 Jul 2009 21:51:35 +0100 plexus-io (1.0~alpha4-1) experimental; urgency=low * New upstream version, add 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 * 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 * Add new dependency on libplexus-containers-java -- Ludovic Claude Tue, 24 Mar 2009 20:55:18 +0000 plexus-io (1.0~alpha2-2) unstable; urgency=low * Change Depends: default-jre | java2-runtime. -- Torsten Werner Sun, 21 Dec 2008 00:39:52 +0100 plexus-io (1.0~alpha2-1) unstable; urgency=low * Initial release. (Closes: #475726) -- Torsten Werner Tue, 09 Dec 2008 20:13:45 +0100 debian/rules0000755000000000000000000000150311611343304010241 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-utils plexus-container-default DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) API_DOCS := build/api get-orig-source: uscan --download-version $(VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l pom.xml build/$(PACKAGE)-$(VERSION).jar clean:: mh_clean debian/copyright0000644000000000000000000000155411117544706011134 0ustar This package was debianized by Torsten Werner Sat Nov 29 17:33:45 CET 2008 plexus-io was downloaded from http://plexus.codehaus.org/plexus-components/plexus-io/ Copyright: 2007-2008 The Codehaus Foundation License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. debian/orig-tar.sh0000755000000000000000000000056311224463643011262 0ustar #!/bin/sh -e TAR=../plexus-io_$2.orig.tar.gz DIR=plexus-io-$2 TAG=$(echo plexus-io-$2 | sed 's,~alpha,-alpha-,') svn export http://svn.codehaus.org/plexus/plexus-components/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.properties0000644000000000000000000000005311224463643012406 0ustar javadoc.dir=build/api maven.test.skip=true debian/compat0000644000000000000000000000000211611343153010362 0ustar 7 debian/libplexus-io-java.poms0000644000000000000000000000002411224463643013422 0ustar pom.xml --no-parent debian/maven.rules0000644000000000000000000000010211225454412011341 0ustar org.codehaus.plexus plexus-container-default jar s/.*/1.0-alpha/