debian/0000755000000000000000000000000012230557133007167 5ustar debian/libmaven-dependency-analyzer-java.poms0000644000000000000000000000002512230557111016533 0ustar pom.xml --no-parent debian/maven.rules0000644000000000000000000000025112230557111011343 0ustar junit junit jar s/3\..*/3.x/ jmock jmock jar s/1\..*/1.x/ asm asm jar s/3\..*/3.x/ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools debian/watch0000644000000000000000000000017312230557111010215 0ustar version=3 http://svn.apache.org/repos/asf/maven/shared/tags/ \ maven-dependency-analyzer-(.*)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000227712230557111010253 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 := $(DEB_UPSTREAM_VERSION) # Need to specify the exact version of the Plexus plugin (from plexus-component-metadata package) used here PLEXUS_PLUGIN_VERSION:= 1.0-beta-3.0.7 JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api maven-plugin-descriptor maven-plugin-registry \ maven-project maven-artifact maven-artifact-manager plexus-utils asm3 DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -Dplexus-component-metadata.version=$(PLEXUS_PLUGIN_VERSION) API_DOCS := target/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 target/$(PACKAGE)-$(VERSION).jar clean:: -rm -rf debian/tmp mh_clean mh_unpatchpoms -plib$(PACKAGE)-java debian/changelog0000644000000000000000000000213212230557111011033 0ustar maven-dependency-analyzer (1.2-2) unstable; urgency=low * Team upload. * debian/control: - Fixed the Vcs-* fields - Updated Standards-Version to 3.9.4 (no changes) - Modified the Homepage field * Switch to debhelper compat level 9 * debian/copyright: Updated to the Copyright Format 1.0 * debian/rules: Improved the clean target -- Emmanuel Bourg Fri, 18 Oct 2013 21:50:51 +0200 maven-dependency-analyzer (1.2-1) unstable; urgency=low * Team upload. * New upstream release. * Update Standards-Version: 3.9.1. * Switch to source format 3.0. * Switch to debhelper compat level 7. -- Torsten Werner Sun, 21 Aug 2011 23:57:56 +0200 maven-dependency-analyzer (1.1-2) unstable; urgency=low * Fix groupId for maven-plugin-testing-tools dependency in the Maven POM. -- Ludovic Claude Sun, 26 Jul 2009 16:21:24 +0100 maven-dependency-analyzer (1.1-1) experimental; urgency=low * Initial release. (Closes: #532776) -- Ludovic Claude Sun, 07 Jun 2009 00:04:41 +0100 debian/maven-settings.xml0000644000000000000000000000035112230557111012650 0ustar /usr/share/maven-repo true debian/orig-tar.sh0000755000000000000000000000057512230557111011255 0ustar #!/bin/sh -e TAR=../maven-dependency-analyzer_$2.orig.tar.gz DIR=maven-dependency-analyzer-$2 TAG=maven-dependency-analyzer-$2 svn export http://svn.apache.org/repos/asf/maven/shared/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/source/0000755000000000000000000000000012230557133010467 5ustar debian/source/format0000644000000000000000000000001412230557111011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212230557111010361 0ustar 9 debian/copyright0000644000000000000000000000125612230557111011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven Dependency Analyzer Upstream-Contact: Apache Maven team Source: http://maven.apache.org Files: * Copyright: 2001-2009, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude License: GPL-3+ 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'. License: GPL-3+ On Debian GNU/Linux system you can find the complete text of the GNU General Public License version 3 license in '/usr/share/common-licenses/GPL-3'. debian/build.properties0000644000000000000000000000027612230557111012405 0ustar javadoc.dir=target/api build.directory=target maven.test.skip=true maven.generate.target=org.codehaus.plexus:plexus-component-metadata:${plexus-component-metadata.version}:generate-metadata debian/control0000644000000000000000000000355012230557111010571 0ustar Source: maven-dependency-analyzer Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, libjaxp1.3-java Build-Depends-Indep: ant-optional, junit, libasm3-java, libmaven-plugin-tools-java, libmaven2-core-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7), libplexus-utils-java, maven-ant-helper (>> 4), maven-repo-helper Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-dependency-analyzer Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-dependency-analyzer Homepage: http://maven.apache.org/shared/maven-dependency-analyzer/ Package: libmaven-dependency-analyzer-java Architecture: all Depends: libasm3-java, libmaven2-core-java, libplexus-utils-java, ${misc:Depends} Description: Maven Dependency Analyzer Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships a shared library for analysing dependencies.