debian/0000755000000000000000000000000011524601200007155 5ustar debian/copyright0000644000000000000000000000170311054350756011130 0ustar This package was debianized by Torsten Werner on Mon, 26 Nov 2007 16:31:34 +0100. It was downloaded from http://ezmorph.sourceforge.net Upstream Author: Andres Almiray Copyright: 2006-2008 Andres Almiray License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The full text of the Apache 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0' on Debian systems. debian/ant.properties0000644000000000000000000000010210722564312012061 0ustar project.name=ezmorph class.dir=build source.dir=. jar=ezmorph.jar debian/libezmorph-java.poms0000644000000000000000000000003011524601036013147 0ustar debian/poms/ezmorph.pom debian/rules0000755000000000000000000000176311524600740010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-lang commons-beanutils commons-logging junit4 PACKAGE := ezmorph MAVEN_REPO := http://repo1.maven.org/maven2 install/libezmorph-java:: install -m644 -D ezmorph.jar $(DEB_DESTDIR)/usr/share/java/ezmorph-$(DEB_UPSTREAM_VERSION).jar dh_link -plibezmorph-java /usr/share/java/ezmorph-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ezmorph.jar binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom $(PACKAGE).jar get-orig-source: -uscan --upstream-version 0 --rename get-orig-pom: mkdir -p debian/poms wget -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).xml \ $(MAVEN_REPO)/net/sf/ezmorph/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom debian/orig-tar.sh0000755000000000000000000000060411054350756011257 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=ezmorph-$2 TAR=../libezmorph-java_$2.orig.tar.gz # clean up the upstream tarball mkdir $DIR (cd $DIR && jar xf ../$3) tar -c -z -f $TAR $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/changelog0000644000000000000000000000260011524601152011033 0ustar libezmorph-java (1.0.6-3) unstable; urgency=low * Apply patch from James Page that installs Maven POM file. (Closes: #612569) -- Torsten Werner Wed, 09 Feb 2011 22:08:23 +0100 libezmorph-java (1.0.6-2) unstable; urgency=low [ Thierry Carrez ] * debian/control, debian/rules: Build-depend on default-jdk * debian/control: Set libezmorph-java runtime dependency on "default-jre-headless | java2-runtime-headless" * debian/build.xml: Downgrade source/target code to 1.4 to match runtime dependency (java2-runtime-headless) [ Torsten Werner ] * Switch to source format 3.0. * Update Standards-Version: 3.8.4. * Add missing Depends: ${misc:Depends}. * Change Section: java. -- Torsten Werner Mon, 03 May 2010 21:06:07 +0200 libezmorph-java (1.0.6-1) unstable; urgency=low * new upstream release -- Torsten Werner Sun, 11 Jan 2009 23:41:54 +0100 libezmorph-java (1.0.5-1) unstable; urgency=low * new upstream release * Bump up Standards-Version: 3.8.0 (no changes needed). * Do not quote the full text of the Apache license in debian/copyright any more. -- Torsten Werner Sun, 24 Aug 2008 23:24:47 +0200 libezmorph-java (1.0.4-1) unstable; urgency=low * initial version (Closes: #453184) -- Torsten Werner Mon, 26 Nov 2007 16:31:34 +0100 debian/watch0000644000000000000000000000012310722563510010214 0ustar version=3 http://sf.net/ezmorph/ezmorph-(.*)-sources.jar debian debian/orig-tar.sh debian/build.xml0000644000000000000000000000115011272570063011007 0ustar debian/control0000644000000000000000000000172411524600740010574 0ustar Source: libezmorph-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: debhelper (>= 5), cdbs Build-Depends-Indep: ant, default-jdk, libcommons-lang-java, libcommons-beanutils-java, libcommons-logging-java, junit4, maven-repo-helper Standards-Version: 3.9.1 Homepage: http://ezmorph.sourceforge.net Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libezmorph-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libezmorph-java Package: libezmorph-java Architecture: all Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} Description: Java library for transforming an Object to another Object EZMorph's key strenghts are: . - Supports transformations for primitives and Objects - Supports transformations for multidimensional arrays - Supports transformations with DynaBeans - Small memory footprint (~76K) debian/source/0000755000000000000000000000000011524601200010455 5ustar debian/source/format0000644000000000000000000000001411367617272011710 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000210722563510010365 0ustar 5 debian/poms/0000755000000000000000000000000011524601200010133 5ustar debian/poms/ezmorph.pom0000644000000000000000000001514411524601036012350 0ustar 4.0.0 net.sf.ezmorph ezmorph jar 1.0.6 ezmorph http://ezmorph.sourceforge.net Simple java library for transforming an Object to another Object. 2006 The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo scm:cvs:pserver:anonymous@ezmorph.cvs.sourceforge.net:/cvsroot/ezmorph:ezmorph http://ezmorph.cvs.sourceforge.net/ezmorph scm:cvs:ext:${maven.username}@ezmorph.cvs.sourceforge.net:/cvsroot/ezmorph:ezmorph SourceForge https://sourceforge.net/tracker/?group_id=174866 Andres Almiray aalmiray aalmiray@users.sourceforge.net -5 Java Developer junit junit 3.8.2 true commons-lang commons-lang 2.3 commons-beanutils commons-beanutils 1.7.0 true commons-logging commons-logging 1.1 true log4j log4j logkit logkit avalon-framework avalon-framework javax.servlet servlet-api log4j log4j 1.2.14 true runtime 2.0.7 install maven-compiler-plugin 1.3 1.1 org.apache.maven.plugins maven-site-plugin ${basedir}/src/site org.apache.maven.plugins maven-surefire-plugin **/Abstract*.java **/*TestSuite.java **/*Test.java org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-surefire-report-plugin org.apache.maven.plugins maven-jxr-plugin org.apache.maven.plugins maven-javadoc-plugin 2.1 http://java.sun.com/j2se/1.5.0/docs/api/ http://www.junit.org/junit/javadoc/ http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/ http://jakarta.apache.org/commons/lang/api-2.2/ org.codehaus.mojo cobertura-maven-plugin org.codehaus.mojo changes-maven-plugin changes-report org.codehaus.mojo jdepend-maven-plugin org.codehaus.mojo javancss-maven-plugin 2.0-beta-1 org.codehaus.mojo findbugs-maven-plugin 1.0.0