debian/0000755000000000000000000000000011637703745007203 5ustar debian/copyright0000644000000000000000000000306511242007106011116 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Plexus Container-Backed Active Collections Maintainer: Jason van Zyl Pete Kazmier James Taylor Dan Diephouse Kasper Nielsen Ben Walding Mark Wilkinson Michal Maczka Emmanuel Venisse Trygve Laugstøl Kenney Westerhof Carlos Sanchez Brett Porter John Casey Andrew Williams Rahul Thakur Olivier Lamy Hervé Boutemy Oleg Gusakov Vincent Siveton Source: http://plexus.codehaus.org/ Files: * Copyright: 2006-2009 The Codehaus Foundation License: Apache-2.0 Files: src/it/collectionManager-compat-test/maven-compat-test-plugin/src/main/java/its/MyMojo.java Copyright: 2001-2005 The Apache Software 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/maven.publishedRules0000644000000000000000000000164211637703734013226 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/libplexus-active-collections-java-doc.doc-base0000644000000000000000000000061211236365630020047 0ustar Document: libplexus-active-collections-java Title: API Javadoc for Plexus Container-Backed Active Collections Author: Plexus team Abstract: This is the API Javadoc provided for the libplexus-active-collections-java library. Section: Programming Format: HTML Index: /usr/share/doc/libplexus-active-collections-java/api/index.html Files: /usr/share/doc/libplexus-active-collections-java/api/* debian/rules0000755000000000000000000000036111236365630010253 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/orig-tar.sh0000755000000000000000000000067211236377370011267 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-active-collections_$VERSION.orig.tar.gz DIR=plexus-active-collections-$VERSION TAG=$(echo "plexus-active-collections-$VERSION" | sed -re'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/changelog0000644000000000000000000000141311637700561011045 0ustar plexus-active-collections (1.0~beta2-3) unstable; urgency=low * Switch to source format 3.0. * Update Standards-Version: 3.9.2. -- Torsten Werner Sun, 25 Sep 2011 21:30:18 +0200 plexus-active-collections (1.0~beta2-2) unstable; urgency=low * Rebuild with new plexus-maven-plugin and new maven-debian-helper (Closes: #573666) * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc (Closes: #567287) -- Ludovic Claude Sun, 28 Mar 2010 23:10:33 +0200 plexus-active-collections (1.0~beta2-1) unstable; urgency=low [ Ludovic Claude ] * Initial release. (Closes: #518060) [ Torsten Werner ] * Improve debian/copyright. -- Torsten Werner Sun, 16 Aug 2009 15:42:50 +0200 debian/README.source0000644000000000000000000000046411236365630011356 0ustar Information about plexus-active-collections ------------------------------ 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/libplexus-active-collections-java-doc.install0000644000000000000000000000010611236365630020036 0ustar target/apidocs/* usr/share/doc/libplexus-active-collections-java/api/ debian/watch0000644000000000000000000000023711236365630010226 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/tags/ \ plexus-active-collections-(\d.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000353211637700561010602 0ustar Source: plexus-active-collections Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Torsten Werner Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-debian-helper, libmodello-java, libplexus-maven-plugin-java (>= 1.3.8), libsurefire-java (>= 2.4.3), libplexus-containers-java, libplexus-component-api-java, libplexus-component-api-java-doc, libplexus-container-default-java-doc, default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-active-collections Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-active-collections/ Homepage: http://plexus.codehaus.org/ Package: libplexus-active-collections-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Description: Plexus Container-Backed Active Collections 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. Package: libplexus-active-collections-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: default-jdk-doc Suggests: libplexus-active-collections-java Description: Documentation for Plexus Container-Backed Active Collections 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 the API documentation for libplexus-active-collections-java. debian/libplexus-active-collections-java.poms0000644000000000000000000000270311637703734016616 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --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 # --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. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent debian/maven.cleanIgnoreRules0000644000000000000000000000150111637703734013467 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/source/0000755000000000000000000000000011637703643010500 5ustar debian/source/format0000644000000000000000000000001411637700561011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211236365630010371 0ustar 7 debian/maven.ignoreRules0000644000000000000000000000136611637703734012535 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ debian/maven.properties0000644000000000000000000000002511236365630012414 0ustar maven.test.skip=true