debian/0000775000000000000000000000000012235721435007174 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112235717340013452 0ustar debian/changelog0000664000000000000000000000070112235717536011053 0ustar aspectj-maven-plugin (1.5-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.9.5 (no changes) * Build depend on debhelper >= 9 * Use XZ compression for the upstream tarball -- Emmanuel Bourg Mon, 04 Nov 2013 14:21:28 +0100 aspectj-maven-plugin (1.4-1) unstable; urgency=low * Initial release (Closes: #713019) -- Emmanuel Bourg Sat, 22 Jun 2013 00:00:28 +0200 debian/maven.publishedRules0000644000000000000000000000000112235717340013203 0ustar debian/maven.ignoreRules0000664000000000000000000000022412235717340012520 0ustar com.github.jeluard plantuml-maven-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.codehaus.mojo l10n-maven-plugin * * * * debian/README.source0000664000000000000000000000047012235715535011360 0ustar Information about aspectj-maven-plugin -------------------------------------- This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/source/0000775000000000000000000000000012235715535010500 5ustar debian/source/format0000664000000000000000000000001412235715535011706 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000301412235715541011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AspectJ compiler Maven Plugin Upstream-Contact: Kaare Nilsen Source: http://mojo.codehaus.org/aspectj-maven-plugin Files: * Copyright: 2005-2013, The Codehaus License: MIT 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: debian/* Copyright: 2013, Emmanuel Bourg License: Apache-2.0 On Debian systems you can find the complete text of the Apache-2.0 license in the file '/usr/share/common-licenses/Apache-2.0' debian/libaspectj-maven-plugin-java.lintian-overrides0000664000000000000000000000013112235715535020212 0ustar # Maven plugins should only put jars in /usr/share/maven-repo javalib-but-no-public-jars debian/watch0000664000000000000000000000023012235715535010224 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/mojo/tags/ \ aspectj-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000073612235716377011276 0ustar #!/bin/sh -e VERSION=$2 TAR=../aspectj-maven-plugin_$VERSION.orig.tar.xz DIR=aspectj-maven-plugin-$VERSION TAG=$(echo "aspectj-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR XZ_OPT=--best tar -c -J -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/maven.rules0000664000000000000000000000051512235717340011357 0ustar s/aspectj/org.aspectj/ aspectjrt jar s/.*/debian/ * * s/aspectj/org.aspectj/ aspectjtools jar s/.*/debian/ * * s/aspectj/org.aspectj/ aspectjweaver jar s/.*/debian/ * * junit junit jar s/.*/3.x/ * * org.apache.maven.doxia doxia-site-renderer jar s/.*/debian/ * * org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * * debian/maven.properties0000664000000000000000000000023012235717257012422 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.6 maven.compiler.target=1.6 debian/rules0000775000000000000000000000041112235715535010254 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 clean:: rm -f test.lst debian/compat0000664000000000000000000000000212235716102010365 0ustar 9 debian/control0000664000000000000000000000247312235716074010610 0ustar Source: aspectj-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit (>= 3.0), libaspectj-java, libdoxia-sitetools-java, libmaven-invoker-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven-reporting-impl-java, libmaven2-core-java, libplexus-utils2-java (>= 2.0.5), maven Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/aspectj-maven-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/aspectj-maven-plugin Homepage: http://mojo.codehaus.org/aspectj-maven-plugin Package: libaspectj-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: AspectJ compiler Maven Plugin Handles AspectJ usage within Maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting. debian/libaspectj-maven-plugin-java.poms0000664000000000000000000000320612235717340015534 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --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. [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. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version