debian/0000775000000000000000000000000011755422575007205 5ustar debian/rules0000775000000000000000000000055711666541152010266 0ustar #!/usr/bin/make -f DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ') DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -d: -f2- | sed 's/-[^-]*$$//') get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename %: dh $@ --with maven_repo_helper debian/libapache-pom-java.poms0000664000000000000000000000205211665521031013507 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 # --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 # pom.xml --has-package-version --site-xml=src/site-docs/site.xml debian/maven.rules0000664000000000000000000000161211660046262011355 0ustar # Maven rules - transform 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 # - 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/ org.apache apache pom s/.*/debian/ * * debian/control0000664000000000000000000000135011666542142010601 0ustar Source: apache-pom Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Damien Raude-Morvan Build-Depends: debhelper (>= 7), default-jdk, maven-repo-helper (>= 1.7) Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-pom Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-pom Homepage: http://maven.apache.org/pom/asf/ Package: libapache-pom-java Architecture: all Depends: ${misc:Depends} Description: Maven metadata for all Apache Software projects This package contains the Maven metadata shared between all Apache Software Foundation's projects. debian/copyright0000664000000000000000000000100511665521031011117 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: Apache Software Foundation root POM Source: http://svn.apache.org/repos/asf/maven/pom/trunk/asf/ Files: * Copyright: 2010, The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2010, 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.ignoreRules0000664000000000000000000000241411660046262012522 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/ org.apache.maven.plugins maven-docck-plugin * * * * org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-gpg-plugin * * * * org.apache.maven.plugins maven-invoker-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.apache.maven.plugins maven-remote-resources-plugin * * * * org.apache.maven.plugins maven-scm-plugin * * * * org.codehaus.modello modello-maven-plugin * * * * org.codehaus.mojo clirr-maven-plugin * * * * org.codehaus.plexus plexus-maven-plugin * * * * debian/orig-tar.sh0000775000000000000000000000070711660046262011262 0ustar #!/bin/sh -e VERSION=$2 TAR=../apache-pom_$VERSION.orig.tar.gz DIR=apache-pom-$VERSION TAG=$(echo "apache-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/pom/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/watch0000664000000000000000000000022711660046262010225 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/pom/tags/ \ apache-(\d.*)/ debian debian/orig-tar.sh debian/changelog0000664000000000000000000000110711755422575011056 0ustar apache-pom (10-2build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:33:33 +0100 apache-pom (10-2) unstable; urgency=low * Only use maven_repo_helper and debhelper to install POM: - Drop Build-Depends on cdbs and ant. * Remove d/README.source. -- Damien Raude-Morvan Sun, 04 Dec 2011 01:54:48 +0100 apache-pom (10-1) unstable; urgency=low * Initial release (Closes: #644558) -- Damien Raude-Morvan Sun, 20 Nov 2011 20:33:02 +0100 debian/compat0000664000000000000000000000000211660046262010371 0ustar 7 debian/source/0000775000000000000000000000000011666542373010505 5ustar debian/source/format0000664000000000000000000000001411660046262011701 0ustar 3.0 (quilt)