debian/0000755000000000000000000000000012231654746007200 5ustar debian/libplexus-archiver-java.poms0000644000000000000000000000002412231653537014620 0ustar pom.xml --no-parent debian/maven.rules0000644000000000000000000000010212231653537011350 0ustar org.codehaus.plexus plexus-container-default jar s/.*/1.0-alpha/ debian/watch0000644000000000000000000000020712231653537010225 0ustar version=3 opts=uversionmangle=s{-alpha-}{~alpha} \ https://github.com/sonatype/plexus-archiver/releases .*/plexus-archiver-(.*).tar.gz debian/rules0000755000000000000000000000160012231653537010252 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-io plexus-container-default plexus-utils 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 $(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/$(PACKAGE)-$(VERSION).jar clean:: mh_unpatchpoms -plib$(PACKAGE)-java mh_clean debian/changelog0000644000000000000000000000404212231653537011047 0ustar plexus-archiver (1.2-1) unstable; urgency=low * Team upload. * New upstream release * debian/control: - Use canonical URLs for the Vcs-* fields - Updated Standards-Version to 3.9.4 (no changes) * Bump to debhelper 9 compat level * debian/rules: Improved the clean target * debian/watch: Updated to watch the new release tags on Github * Removed debian/orig-tar.sh and use the tarball from Github directly -- Emmanuel Bourg Tue, 22 Oct 2013 12:11:28 +0200 plexus-archiver (1.0~alpha12-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: #628337). * 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:38 +0200 plexus-archiver (1.0~alpha12-2) unstable; urgency=low * Fix versions in the POM -- Ludovic Claude Thu, 09 Jul 2009 21:34:25 +0100 plexus-archiver (1.0~alpha12-1) experimental; urgency=low * New upstream release, add myself to Uploaders * Change section to java * 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 * Remove the dependency on java2-runtime and default-java as this is a library * Remove the Build dependency on quilt as it's no longer needed -- Ludovic Claude Thu, 19 Mar 2009 20:08:20 +0000 plexus-archiver (1.0~alpha10-2) unstable; urgency=low * Change Depends: default-java to default-jre. -- Torsten Werner Fri, 26 Dec 2008 10:28:05 +0100 plexus-archiver (1.0~alpha10-1) unstable; urgency=low * Initial release. (Closes: #475780) -- Torsten Werner Tue, 09 Dec 2008 20:13:45 +0100 debian/source/0000755000000000000000000000000012231654746010500 5ustar debian/source/format0000644000000000000000000000001412231653537011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212231653537010373 0ustar 9 debian/copyright0000644000000000000000000000531612231653537011135 0ustar This package was debianized by Paul Cager Sun, 06 Apr 2008 17:44:08 +0100. plexus-archiver was downloaded from http://plexus.codehaus.org/plexus-components/plexus-archiver/ Copyright: 2004-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'. ---------- Files: src/test/java/org/codehaus/plexus/archiver/EmptyDirectoryTest.java src/test/java/org/codehaus/plexus/archiver/manager/ArchiverManagerTest.java src/test/java/org/codehaus/plexus/archiver/gzip/GZipArchiverTest.java src/test/java/org/codehaus/plexus/archiver/tar/TarBZip2UnArchiverTest.java .../TarArchiverTest.java .../TarGZipUnArchiverTest.java src/test/java/org/codehaus/plexus/archiver/bzip2/BZip2ArchiverTest.java src/test/java/org/codehaus/plexus/archiver/zip/ZipArchiverTest.java Copyright: 2004 The Codehaus Foundation License: The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ---------- Files: src/main/java/org/codehaus/plexus/archiver/* Copyright: 2001-2005 The Apache Software Foundation License: Apache 2.0 (see above) debian/build.properties0000644000000000000000000000005312231653537012410 0ustar javadoc.dir=build/api maven.test.skip=true debian/control0000644000000000000000000000271712231653537010607 0ustar Source: plexus-archiver Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Ludovic Claude , Damien Raude-Morvan Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk Build-Depends-Indep: ant, ant-optional, libplexus-containers-java, libplexus-io-java, libplexus-utils-java, maven-ant-helper (>> 4), maven-repo-helper (>> 0.5) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-archiver Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-archiver/ Homepage: http://plexus.codehaus.org/plexus-components/plexus-archiver/ Package: libplexus-archiver-java Architecture: all Depends: libplexus-containers-java, libplexus-io-java, libplexus-utils-java, ${misc:Depends} Description: Archiver plugin for the Plexus compiler system 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 Archiver plugin for Plexus, used to create JARs and other archives.