--- libjrosetta-java-1.0.2+gpl.orig/debian/copyright +++ libjrosetta-java-1.0.2+gpl/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Sylvestre Ledru on +Wed, 12 Dec 2007 11:45:08 +0100. + +It was downloaded from http://dev.artenum.com/projects/JRosetta/ + +Upstream Authors: Sébastien Jourdain, Vincent Couvert, Sylvestre Ledru + +Copyright: (c) 2007 Artenum. All rights reserved. + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +The Debian packaging is (C) 2007, Sylvestre Ledru +and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. --- libjrosetta-java-1.0.2+gpl.orig/debian/ant.properties +++ libjrosetta-java-1.0.2+gpl/debian/ant.properties @@ -0,0 +1,2 @@ +OS_NAME linux +sdk.include /usr/ --- libjrosetta-java-1.0.2+gpl.orig/debian/rules +++ libjrosetta-java-1.0.2+gpl/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME := /usr/lib/jvm/java-6-openjdk/ +DEB_JARS := ant-nodeps +DEB_ANT_BUILD_TARGET := make +DEB_ANT_CLEAN_TARGET := clean-API clean +BUILDDIR := dist +DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt + +install/libjrosetta-java:: + install -m 644 -D $(BUILDDIR)/jrosetta-engine.jar debian/libjrosetta-java/usr/share/java/jrosetta-engine-$(DEB_UPSTREAM_VERSION).jar + ln -s jrosetta-engine-$(DEB_UPSTREAM_VERSION).jar debian/libjrosetta-java/usr/share/java/jrosetta-engine.jar + install -m 644 -D $(BUILDDIR)/jrosetta-API.jar debian/libjrosetta-java/usr/share/java/jrosetta-API-$(DEB_UPSTREAM_VERSION).jar + ln -s jrosetta-API-$(DEB_UPSTREAM_VERSION).jar debian/libjrosetta-java/usr/share/java/jrosetta-API.jar + +get-orig-source: + -uscan --upstream-version 0 --rename --- libjrosetta-java-1.0.2+gpl.orig/debian/orig-tar.sh +++ libjrosetta-java-1.0.2+gpl/debian/orig-tar.sh @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +# called by uscan with '--upstream-version' +VERSION=$(echo $2|tr "+" "-") +DIR=jrosetta-$VERSION +TAR=../libjrosetta-java_$2.orig.tar.gz + +# clean up the upstream tarball +unzip $3 +rm -rf __MACOSX +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 --- libjrosetta-java-1.0.2+gpl.orig/debian/changelog +++ libjrosetta-java-1.0.2+gpl/debian/changelog @@ -0,0 +1,51 @@ +libjrosetta-java (1.0.2+gpl-2) unstable; urgency=low + + * Change Maintainer: Debian Java Maintainers. + * Update Standards-Version: 3.8.2 (no changes). + * Change Section: java. + + -- Torsten Werner Mon, 29 Jun 2009 20:17:36 +0200 + +libjrosetta-java (1.0.2+gpl-1) unstable; urgency=low + + * New upstream version + * Minor updates in the repack script + * Built using openjdk instead of gcj + + -- Sylvestre Ledru Wed, 21 Jan 2009 15:54:27 +0100 + +libjrosetta-java (1.0.1+gpl-2) unstable; urgency=low + + * misc depends added + + -- Sylvestre Ledru Tue, 30 Dec 2008 11:42:14 +0100 + +libjrosetta-java (1.0.1+gpl-1) unstable; urgency=low + + [ Sylvestre Ledru ] + * Jrosetta is now free (GPL v2) + * Update of watch, control, copyright and orig-tar.sh to reflect the licence + change. + * Standards-Version changed to version 3.8.0 + + [ Torsten Werner ] + * Add +gpl to upstream version number to allow uploading a new upstream + tarball. + * Make debian/copyright more verbose. + + -- Torsten Werner Wed, 16 Jul 2008 15:35:36 +0200 + +libjrosetta-java (1.0.1-2) unstable; urgency=low + + * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre. + * Fix debian/watch to download the QPL source code (there is a GPL version, + too). + + -- Torsten Werner Tue, 29 Apr 2008 20:33:03 +0200 + +libjrosetta-java (1.0.1-1) unstable; urgency=low + + * Initial Release (Closes: #458097) + + -- Sylvestre Ledru Wed, 12 Dec 2007 11:45:08 +0100 + --- libjrosetta-java-1.0.2+gpl.orig/debian/watch +++ libjrosetta-java-1.0.2+gpl/debian/watch @@ -0,0 +1,7 @@ +version=3 +# uversionmangle is used to convert 1-0-1 to 1.0.1 +# downloadurlmangle is used to add the action download at the end of the URL +# filenamemangle is used to download a more explict filename (would be src instead...). This option is not mandatory +opts="uversionmangle=s/-/./g;s/$/+gpl/,downloadurlmangle=s/src-gpl/src-gpl?action=download/,filenamemangle=s/.*download\/JRosetta-(.*)\/data\/.*/jrosetta-$1.zip/" \ +http://dev.artenum.com/projects/JRosetta/download .*/JRosetta-(.*)/data/src-gpl \ + debian debian/orig-tar.sh --- libjrosetta-java-1.0.2+gpl.orig/debian/control +++ libjrosetta-java-1.0.2+gpl/debian/control @@ -0,0 +1,23 @@ +Source: libjrosetta-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Sylvestre Ledru , + Torsten Werner +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: ant, ant-optional, openjdk-6-jdk +Standards-Version: 3.8.2 +Homepage: http://dev.artenum.com/projects/JRosetta/ +Vcs-Svn: https://bollin.googlecode.com/svn/libjrosetta-java/trunk +Vcs-Browser: http://bollin.googlecode.com/svn/libjrosetta-java/trunk +DM-Upload-Allowed: yes + +Package: libjrosetta-java +Architecture: all +Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime +Description: JRosetta - Advanced graphical console engine + JRosetta provides a common base for graphical component that could be used to + build a graphical console in Swing with the latest requirements, such as + command history, completion and so on for instance for scripting language + or command line. + --- libjrosetta-java-1.0.2+gpl.orig/debian/compat +++ libjrosetta-java-1.0.2+gpl/debian/compat @@ -0,0 +1 @@ +5