debian/0000755000000000000000000000000011624534542007174 5ustar debian/maven.rules0000644000000000000000000000023211271321610011337 0ustar commons-httpclient commons-httpclient jar s/3\..*/3.x/ commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ junit junit jar s/3\..*/3.x/ debian/copyright0000644000000000000000000000117711236365104011130 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Maven Documentation Checker Plugin Maintainer: Apache Maven team Source: http://maven.apache.org/ Files: * Copyright: 2001-2009, The Apache Software Foundation. License: Apache-2.0 Files: debian/* Copyright: Copyright 2009, Ludovic Claude License: GPL-3+ License: GPL-3 On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/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'. debian/rules0000755000000000000000000000036011236365104010246 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.sh0000755000000000000000000000074611236376364011273 0ustar #!/bin/sh -e VERSION=$2 TAR=../maven-docck-plugin_$VERSION.orig.tar.gz DIR=maven-docck-plugin-$VERSION TAG=$(echo "maven-docck-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/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/changelog0000644000000000000000000000157011624534407011051 0ustar maven-docck-plugin (1.0-4) unstable; urgency=low * Team upload. * Do not disable test but there are no tests, sorry. * Switch to source format 3.0. * Update Standards-Version: 3.9.1. -- Torsten Werner Mon, 22 Aug 2011 22:14:37 +0200 maven-docck-plugin (1.0-3) unstable; urgency=low * Reintroduce commons-httpclient in debian/maven.rules (Closes: #552455). -- Michael Koch Mon, 26 Oct 2009 14:12:34 +0100 maven-docck-plugin (1.0-2) unstable; urgency=low * Remove commons-httpclient mapping from debian/maven.rules. * Added myself to Uploaders. * Updated Standard-Version to 3.8.3. -- Michael Koch Mon, 05 Oct 2009 12:40:58 +0200 maven-docck-plugin (1.0-1) unstable; urgency=low * Initial release (Closes: #540048) -- Ludovic Claude Sun, 26 Jul 2009 12:29:36 +0100 debian/README.source0000644000000000000000000000045511236365104011352 0ustar Information about maven-docck-plugin ------------------------------ 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/libmaven-docck-plugin-java.poms0000644000000000000000000000002411236365104015154 0ustar pom.xml --no-parent debian/watch0000644000000000000000000000024711236365104010223 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ maven-docck-plugin-(\d.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000322711624534407010603 0ustar Source: maven-docck-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Michael Koch Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java, libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-docck-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-docck-plugin/ Homepage: http://maven.apache.org/plugins/maven-docck-plugin/ Package: libmaven-docck-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Documentation Checker Plugin 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 . The Maven Docck plugin checks for violations of the Plugin Documentation Standard. debian/source/0000755000000000000000000000000011624534455010477 5ustar debian/source/format0000644000000000000000000000001411624534407011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211236365104010365 0ustar 7 debian/maven.properties0000644000000000000000000000002611624534407012416 0ustar #maven.test.skip=true