debian/ 0000755 0000000 0000000 00000000000 12236462333 007172 5 ustar debian/build.xml 0000644 0000000 0000000 00000006137 12236462333 011022 0 ustar
debian/libmodello1.4-java.poms 0000644 0000000 0000000 00000000722 12236462333 013357 0 ustar pom.xml --no-parent
modello-core/pom.xml
modello-plugins/pom.xml
modello-plugins/modello-plugin-converters/pom.xml
modello-plugins/modello-plugin-dom4j/pom.xml
modello-plugins/modello-plugin-java/pom.xml
modello-plugins/modello-plugin-jdom/pom.xml
modello-plugins/modello-plugin-stax/pom.xml
modello-plugins/modello-plugin-xdoc/pom.xml
modello-plugins/modello-plugin-xml/pom.xml
modello-plugins/modello-plugin-xpp3/pom.xml
modello-plugins/modello-plugin-xsd/pom.xml
debian/maven.rules 0000644 0000000 0000000 00000001320 12236462333 011350 0 ustar junit junit jar s/3\..*/3.x/
org.codehaus.modello modello * s/.*/1.4.x/ * *
org.codehaus.modello modello-core * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugins * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-converters * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-dom4j * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-java * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-jdom * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-stax * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-xdoc * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-xml * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-xpp3 * s/.*/1.4.x/ * *
org.codehaus.modello modello-plugin-xsd * s/.*/1.4.x/ * *
debian/watch 0000644 0000000 0000000 00000000161 12236462333 010221 0 ustar version=3
http://githubredir.debian.net/github/sonatype/modello/ modello-(\d.*).tar.gz debian debian/orig-tar.sh
debian/rules 0000755 0000000 0000000 00000002644 12236462333 010260 0 ustar #!/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)
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant-nodeps junit plexus-build-api plexus-compiler-api \
plexus-compiler-javac plexus-velocity plexus-utils velocity
DEB_ANT_BUILD_TARGET := package javadoc
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
API_DOCS := build/api
BASE_MODULES := core
PLUGINS := converters dom4j java jdom stax xdoc \
xml xpp3 xsd
get-orig-source:
uscan --force-download --download-version $(VERSION) --rename
binary-post-install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java
set -e; for MODULE in $(BASE_MODULES); do \
mh_installjar -plib$(PACKAGE)-java -l -s -j1.4.x modello-$$MODULE/pom.xml modello-$$MODULE/build/modello-$$MODULE-$(VERSION).jar; \
done
set -e; for MODULE in $(PLUGINS); do \
mh_installjar -plib$(PACKAGE)-java -l -s -j1.4.x modello-plugins/modello-plugin-$$MODULE/pom.xml modello-plugins/modello-plugin-$$MODULE/build/modello-plugin-$$MODULE-$(VERSION).jar; \
done
binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java
clean::
mh_clean
mh_unpatchpoms -plib$(PACKAGE)-java
debian/changelog 0000644 0000000 0000000 00000001635 12236462333 011051 0 ustar modello1.4 (1.4.1-2) unstable; urgency=low
* Team upload
* debian/control:
- Build depend directly on libplexus-compiler-java
- Removed Michael Koch from the uploaders (Closes: #654120)
- Use canonical URLs for the Vcs-* fields
- Updated Standards-Version to 3.9.5 (no changes)
- Fixed the lintian warnings related to the package descriptions
* debian/rules: Improved the clean target
* Switch to debhelper level 9
* debian/watch: Updated to watch the new release tags on Github
* debian/orig-tar.sh: Use the tarball from Github instead of the SVN tag
-- Emmanuel Bourg Wed, 06 Nov 2013 15:34:06 +0100
modello1.4 (1.4.1-1) unstable; urgency=low
* New upstream release:
- based on modello source package.
- require new source package to avoid conflict between Maven 2 / Maven 3.
-- Damien Raude-Morvan Sun, 04 Dec 2011 03:01:18 +0100
debian/orig-tar.sh 0000755 0000000 0000000 00000000606 12236462333 011257 0 ustar #!/bin/sh -e
VERSION=$2
TAR=../modello1.4_$VERSION.orig.tar.gz
DIR=modello-$VERSION
TAG=modello-$2
mkdir -p $DIR
tar --strip=1 -xvf $3 -C $DIR
rm $3
rm -rf $DIR/modello-maven-plugin
rm -rf $DIR/modello-test
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/ 0000755 0000000 0000000 00000000000 12236462333 010472 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12236462333 011700 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 12236462333 010370 0 ustar 9
debian/copyright 0000644 0000000 0000000 00000007605 12236462333 011135 0 ustar This package was debianized by Paul Cager
Mon, 18 Jun 2007 17:12:05 +0100
The Debian packaging is Copyright (c) 2007 Paul Cager and is licensed under
the GNU General Public License version 2. On Debian systems, the complete text
of the GNU General Public License version 2 can be found in
'/usr/share/common-licenses/GPL-2'.
modello was downloaded from
https://svn.codehaus.org/modello/tags/modello-1.0-alpha-13/
Authors:
Brett Porter brett@apache.org
Jason van Zyl jason@maven.org
Dan Diephouse dan@envoisolutions.com
Emmanuel Evenisse emmanuel@venisse.net
John Casey jdcasey@commonjava.org
Trygve Laugstol trygvis@codehaus.org
Arnaud Heritier aheritier@gmail.com
Milos Kleint mkleint@codehaus.org
Copyright:
Copyright (C) 2004 - 2007, Codehaus.org
Copyright (C) 1999 Intalio, Inc
License:
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.
A number of files contain an additional license declaration:
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain copyright
statements and notices. Redistributions must also contain a
copy of this document.
2. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
3. The name "Exolab" must not be used to endorse or promote
products derived from this Software without prior written
permission of Intalio, Inc. For written permission,
please contact info@codehaus.org.
4. Products derived from this Software may not be called "Exolab"
nor may "Exolab" appear in their names without prior written
permission of Intalio, Inc. Exolab is a registered
trademark of Intalio, Inc.
5. Due credit should be given to the Exolab Project
(http://www.codehaus.org/).
THIS SOFTWARE IS PROVIDED BY INTALIO, INC. AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
INTALIO, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
debian/build.properties 0000644 0000000 0000000 00000001251 12236462333 012406 0 ustar classpath.compile=\
/usr/share/java/plexus-container-default.jar:\
/usr/share/java/plexus-compiler-api.jar:\
/usr/share/java/plexus-compiler-javac.jar:\
/usr/share/java/plexus-utils.jar:\
${basedir}/modello-core/build/modello-core-${version}.jar:\
${basedir}/modello-plugins/modello-plugin-java/build/modello-plugin-java-${version}.jar:\
${basedir}/modello-plugins/modello-plugin-xml/build/modello-plugin-xml-${version}.jar:\
${basedir}/modello-plugins/modello-plugin-xsd/build/modello-plugin-xsd-${version}.jar
classpath.test=
javadoc.dir=build/api
maven.test.skip=true
build.javaVersion=1.5
debian/libmodello1.4-java-doc.doc-base 0000644 0000000 0000000 00000000465 12236462333 014625 0 ustar Document: libmodello1.4-java
Title: API Javadoc for libmodello-java
Author: Codehaus developers
Abstract: This is the API Javadoc provided by the libmodello-java library.
Section: Programming
Format: HTML
Index: /usr/share/doc/libmodello1.4-java/api/index.html
Files: /usr/share/doc/libmodello1.4-java/api/*
debian/control 0000644 0000000 0000000 00000004504 12236462333 010600 0 ustar Source: modello1.4
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Torsten Werner ,
Ludovic Claude ,
Damien Raude-Morvan
Build-Depends-Indep: ant,
ant-optional,
default-jdk-doc,
junit,
libplexus-build-api-java,
libplexus-compiler-java,
libplexus-containers-java (>= 1.0~beta3.0.7),
libplexus-containers-java-doc,
libplexus-utils-java-doc,
maven-ant-helper (>> 4),
maven-repo-helper
Build-Depends: cdbs, debhelper (>= 9), default-jdk
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/modello1.4.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/modello1.4.git
Homepage: http://modello.codehaus.org
Package: libmodello1.4-java
Architecture: all
Depends: libplexus-build-api-java,
libplexus-containers-java (>= 1.0~beta3.0.7),
${misc:Depends}
Suggests: libmodello1.4-java-doc
Description: Data Model toolkit in use by the Maven 2 Project
Once a DataModel is defined, the toolkit can be used to generate any of the
following at compile time.
.
* Java Pojos of the DataModel.
* Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j)
* XML to Java Pojos Reader. (provided via xpp3, stax or dom4j)
* XDOC documentation of the DataModel.
* XML Schema to validate the DataModel.
.
Modello is used to build the maven system.
Package: libmodello1.4-java-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${misc:Depends}
Suggests: libmodello1.4-java
Description: Data Model toolkit in use by the Maven 2 Project (documentation)
Once a DataModel is defined, the toolkit can be used to generate any of the
following at compile time.
.
* Java Pojos of the DataModel.
* Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j)
* XML to Java Pojos Reader. (provided via xpp3, stax or dom4j)
* XDOC documentation of the DataModel.
* XML Schema to validate the DataModel.
.
Modello is used to build the maven system.
.
This package provides the API documentation for Modello.