Author: twerner Date: 2007-11-26 15:33:28 +0000 (Mon, 26 Nov 2007) New Revision: 4849
Added: trunk/libezmorph-java/ trunk/libezmorph-java/debian/ trunk/libezmorph-java/debian/changelog trunk/libezmorph-java/debian/compat trunk/libezmorph-java/debian/control trunk/libezmorph-java/debian/copyright trunk/libezmorph-java/debian/orig-tar.sh trunk/libezmorph-java/debian/rules trunk/libezmorph-java/debian/watch Log: new package ezmorph Added: trunk/libezmorph-java/debian/changelog =================================================================== --- trunk/libezmorph-java/debian/changelog (rev 0) +++ trunk/libezmorph-java/debian/changelog 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,5 @@ +libezmorph-java (1.0.4-1) unstable; urgency=low + + * initial version + + -- Torsten Werner <[EMAIL PROTECTED]> Mon, 26 Nov 2007 16:31:34 +0100 Added: trunk/libezmorph-java/debian/compat =================================================================== --- trunk/libezmorph-java/debian/compat (rev 0) +++ trunk/libezmorph-java/debian/compat 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1 @@ +5 Added: trunk/libezmorph-java/debian/control =================================================================== --- trunk/libezmorph-java/debian/control (rev 0) +++ trunk/libezmorph-java/debian/control 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,16 @@ +Source: libezmorph-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> +Uploaders: Torsten Werner <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: ant, java-gcj-compat-dev +Standards-Version: 3.7.2 +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: java-gcj-compat | java1-runtime | java2-runtime +Description: FIXME Added: trunk/libezmorph-java/debian/copyright =================================================================== --- trunk/libezmorph-java/debian/copyright (rev 0) +++ trunk/libezmorph-java/debian/copyright 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,27 @@ +This package was debianized by Torsten Werner <[EMAIL PROTECTED]> on +Mon, 26 Nov 2007 16:31:34 +0100. + +It was downloaded from http://ezmorph.sourceforge.net + +FIXME +Upstream Author: Elliotte Rusty Harold <[EMAIL PROTECTED]> + +Copyrights: (C) 2004, 2005 Elliotte Rusty Harold + +License: + + This library is free software; you can redistribute it and/or modify + it under the terms of version 2.1 of the GNU Lesser General Public + License as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Added: trunk/libezmorph-java/debian/orig-tar.sh =================================================================== --- trunk/libezmorph-java/debian/orig-tar.sh (rev 0) +++ trunk/libezmorph-java/debian/orig-tar.sh 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,20 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> +DIR=ezmorph-$2 +TAR=../libezmorph-java_$2.orig.tar.gz + +# clean up the upstream tarball +mkdir $DIR +(cd $DIR && jar -x -f ../$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 Property changes on: trunk/libezmorph-java/debian/orig-tar.sh ___________________________________________________________________ Name: svn:executable + Added: trunk/libezmorph-java/debian/rules =================================================================== --- trunk/libezmorph-java/debian/rules (rev 0) +++ trunk/libezmorph-java/debian/rules 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,15 @@ +#!/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/java-gcj +DEB_ANT_BUILDFILE := debian/build.xml +DEB_JARS := commons-lang commons-beanutils commons-logging junit4 + +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 + +get-orig-source: + -uscan --upstream-version 0 --rename Property changes on: trunk/libezmorph-java/debian/rules ___________________________________________________________________ Name: svn:executable + Added: trunk/libezmorph-java/debian/watch =================================================================== --- trunk/libezmorph-java/debian/watch (rev 0) +++ trunk/libezmorph-java/debian/watch 2007-11-26 15:33:28 UTC (rev 4849) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ezmorph/ezmorph-(.*)-sources.jar debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

