debian/0000755000000000000000000000000012254306231007164 5ustar debian/changelog0000644000000000000000000000053212254110135011032 0ustar xml-maven-plugin (1.0-2) unstable; urgency=medium * Bump Standards-Version to 3.9.5 * Dropped one patch -- Eugene Zhukov Tue, 17 Dec 2013 17:54:29 +0000 xml-maven-plugin (1.0-1) unstable; urgency=low * Initial release (Closes: #717626) -- Eugene Zhukov Thu, 02 May 2013 11:34:01 +0000 debian/orig-tar.sh0000755000000000000000000000072012204466512011252 0ustar #!/bin/sh -e VERSION=$2 TAR=../xml-maven-plugin_$VERSION.orig.tar.gz DIR=xml-maven-plugin-$VERSION TAG=$(echo "xml-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/mojo/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/maven.ignoreRules0000644000000000000000000000014012254301245012505 0ustar org.apache.maven.plugins maven-changes-plugin * * * * org.apache.rat apache-rat-plugin * * * * debian/patches/0000755000000000000000000000000012204470431010612 5ustar debian/patches/test_exclude.patch0000644000000000000000000000146212204470324014327 0ustar Description: one test excluded * one test case excluded, fails because of Saxon newer version Author: Eugene Zhukov Last-Update: 2013-05-03 --- xml-maven-plugin-1.0.orig/src/test/java/org/codehaus/mojo/xml/test/TransformMojoTest.java +++ xml-maven-plugin-1.0/src/test/java/org/codehaus/mojo/xml/test/TransformMojoTest.java @@ -187,7 +187,7 @@ public class TransformMojoTest /** * Builds the it7 test project. - */ + * public void testIt8() throws Exception { if ( !java1_6_Aware() ) @@ -203,7 +203,7 @@ public class TransformMojoTest assertEquals("http://www.saxonica.com/", eval( doc1, "/root/vendor-url" ) ); assertEquals("2.0", eval( doc1, "/root/version" ) ); } - +*/ /** * Builds the it10 test project. */ debian/patches/series0000644000000000000000000000002312204470461012025 0ustar test_exclude.patch debian/rules0000755000000000000000000000042512204466512010251 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 clean:: rm -rf src/test/it*/target get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000644000000000000000000000000212204470075010365 0ustar 8 debian/libxml-maven-plugin-java.poms0000644000000000000000000000322112254301245014670 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 --java-lib debian/source/0000755000000000000000000000000012204466272010473 5ustar debian/source/format0000644000000000000000000000001412204466512011676 0ustar 3.0 (quilt) debian/maven.rules0000644000000000000000000000103212254301245011342 0ustar org.codehaus.plexus plexus-resources jar s/1\..*/1.x/ * * s/net.sf.saxon/net.sourceforge.saxon s/saxon/saxon jar s/8.7/9.1.0.8 * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * debian/maven.cleanIgnoreRules0000644000000000000000000000000112254301245013444 0ustar debian/watch0000644000000000000000000000022412204466512010217 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/mojo/tags/ \ xml-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/maven.publishedRules0000644000000000000000000000000112254301245013175 0ustar debian/maven.properties0000644000000000000000000000020612204473251012410 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true project.build.sourceEncoding=UTF-8 debian/copyright0000644000000000000000000000074012204466512011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Maven XML Plugin Source: http://mojo.codehaus.org/xml-maven-plugin/ Files: * Copyright: 2006-2013, The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2013, Eugene Zhukov License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0' debian/README.source0000644000000000000000000000045412204466512011352 0ustar Information about xml-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/control0000644000000000000000000000245712254110630010573 0ustar Source: xml-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Eugene Zhukov Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-invoker-plugin-java, libjaxp1.3-java, libmaven2-core-java, libplexus-io-java, libplexus-resources-java, libplexus-utils-java, libxerces2-java, libxml-commons-resolver1.1-java (>= 1.2), libmaven-plugin-testing-java, libsaxonb-java (>= 9.1.0.8), libxalan2-java, libmaven-plugin-tools-java Standards-Version: 3.9.5 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-maven-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-maven-plugin Homepage: http://mojo.codehaus.org/xml-maven-plugin/ Package: libxml-maven-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven XML Plugin A plugin for various XML related tasks like validation, transformation, and the like. The plugin offers the following goals: * xml:validate validates XML files against a schema. If the files aren't matching a certain schema, one may simply check, whether they are well formed. * xml:transform transforms XML files by applying XSLT stylesheets.