debian/0000755000000000000000000000000011627514336007176 5ustar debian/control0000644000000000000000000000334611627514034010602 0ustar Source: xmlbeans-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven2-core-java, libplexus-utils-java, libxml-commons-resolver1.1-java, libxmlbeans-java (>= 2.5.0-4), default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-java/xmlbeans-maven-plugin.git Vcs-Browser: http://git.debian.org/?p=pkg-java/xmlbeans-maven-plugin.git Homepage: http://mojo.codehaus.org/xmlbeans-maven-plugin/ Package: libxmlbeans-maven-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libxmlbeans-maven-plugin-java-doc Description: Maven XMLBeans Plugin A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser. . The plugin produces two sets of output files referred to as generated sources and generated classes. Package: libxmlbeans-maven-plugin-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libxmlbeans-maven-plugin-java Description: Documentation for Maven XMLBeans Plugin A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser. . The plugin produces two sets of output files referred to as generated sources and generated classes. . This package contains the API documentation of libxmlbeans-maven-plugin-java. debian/watch0000644000000000000000000000023111627514034010216 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/mojo/tags/ \ xmlbeans-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011627514034010471 5ustar debian/source/format0000644000000000000000000000001411627514034011677 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000012211627514034012410 0ustar # Include here properties to pass to Maven during the build. maven.test.skip=true debian/libxmlbeans-maven-plugin-java-doc.doc-base.api0000644000000000000000000000057311627514034017727 0ustar Document: libxmlbeans-maven-plugin-java Title: API Javadoc for Maven XML Beans Plugin Author: Maven XML Beans Plugin developers Abstract: This is the API Javadoc provided for the libxmlbeans-maven-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libxmlbeans-maven-plugin-java/api/index.html Files: /usr/share/doc/libxmlbeans-maven-plugin-java/api/* debian/changelog0000644000000000000000000000125411627514034011045 0ustar xmlbeans-maven-plugin (2.3.3-3) unstable; urgency=low * Rebuild to get a Depends on libxml-commons-resolver1.1-java. - Drop d/patches/xml_resolver.diff since it provide a Maven artifact now. * Add B-D on libmaven-plugin-tools-java. -- Damien Raude-Morvan Wed, 31 Aug 2011 22:22:26 +0200 xmlbeans-maven-plugin (2.3.3-2) unstable; urgency=low * d/control: Fix Vcs-* fields to use Git repository. -- Damien Raude-Morvan Tue, 28 Jun 2011 19:55:22 +0200 xmlbeans-maven-plugin (2.3.3-1) unstable; urgency=low * Initial release (Closes: #631701). -- Damien Raude-Morvan Sun, 26 Jun 2011 14:45:55 +0200 debian/libxmlbeans-maven-plugin-java-doc.install0000644000000000000000000000010211627514034017134 0ustar target/apidocs/* usr/share/doc/libxmlbeans-maven-plugin-java/api debian/maven.publishedRules0000644000000000000000000000164211627514034013216 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # 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/ debian/rules0000755000000000000000000000036011627514034010250 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/copyright0000644000000000000000000000203411627514034011123 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Maven XMLBeans Plugin Upstream-Contact: David Jencks as Maintainer Brett Porter as Port of Original Code David J. M. Karlsen as Maintainer Terence Haddock Nathan Sowatskey Dan Allen Brian Bonner Piotr Burdylo Mike Perham Martin Desruisseaux Rafal Rusin Christian Domsch Anita Kulshreshtha Source: http://mojo.codehaus.org/xmlbeans-maven-plugin/ Files: * Copyright: Copyright 2004-2009 The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2011, Damien Raude-Morvan 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/README.source0000644000000000000000000000046111627514034011351 0ustar Information about xmlbeans-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/maven.cleanIgnoreRules0000644000000000000000000000150111627514034013457 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # 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 before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/orig-tar.sh0000755000000000000000000000052411627514034011255 0ustar #!/bin/sh -e VERSION=$2 TAR=../xmlbeans-maven-plugin_$VERSION.orig.tar.gz DIR=xmlbeans-maven-plugin-$VERSION TAG=$(echo "xmlbeans-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 debian/compat0000644000000000000000000000000211627514034010367 0ustar 7 debian/libxmlbeans-maven-plugin-java.poms0000644000000000000000000000273111627514034015713 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 # --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 # --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. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent --has-package-version debian/maven.rules0000644000000000000000000000154311627514034011356 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/ debian/maven.ignoreRules0000644000000000000000000000161311627514034012520 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-changes-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * org.codehaus.mojo jdepend-maven-plugin * * * *