[pkg-java] r8668 - in trunk: . libjrosetta-java libjrosetta-java/debian
Torsten Werner
twerner at alioth.debian.org
Mon Jun 29 18:11:15 UTC 2009
Author: twerner
Date: 2009-06-29 18:11:13 +0000 (Mon, 29 Jun 2009)
New Revision: 8668
Added:
trunk/libjrosetta-java/
trunk/libjrosetta-java/debian/
trunk/libjrosetta-java/debian/ant.properties
trunk/libjrosetta-java/debian/changelog
trunk/libjrosetta-java/debian/compat
trunk/libjrosetta-java/debian/control
trunk/libjrosetta-java/debian/copyright
trunk/libjrosetta-java/debian/orig-tar.sh
trunk/libjrosetta-java/debian/rules
trunk/libjrosetta-java/debian/watch
Log:
move package to pkg-java
Added: trunk/libjrosetta-java/debian/ant.properties
===================================================================
--- trunk/libjrosetta-java/debian/ant.properties (rev 0)
+++ trunk/libjrosetta-java/debian/ant.properties 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1,2 @@
+OS_NAME linux
+sdk.include /usr/
Added: trunk/libjrosetta-java/debian/changelog
===================================================================
--- trunk/libjrosetta-java/debian/changelog (rev 0)
+++ trunk/libjrosetta-java/debian/changelog 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1,43 @@
+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 <sylvestre.ledru at inria.fr> Wed, 21 Jan 2009 15:54:27 +0100
+
+libjrosetta-java (1.0.1+gpl-2) unstable; urgency=low
+
+ * misc depends added
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr> 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 <twerner at debian.org> 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 <twerner at debian.org> Tue, 29 Apr 2008 20:33:03 +0200
+
+libjrosetta-java (1.0.1-1) unstable; urgency=low
+
+ * Initial Release (Closes: #458097)
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr> Wed, 12 Dec 2007 11:45:08 +0100
+
Added: trunk/libjrosetta-java/debian/compat
===================================================================
--- trunk/libjrosetta-java/debian/compat (rev 0)
+++ trunk/libjrosetta-java/debian/compat 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1 @@
+5
Added: trunk/libjrosetta-java/debian/control
===================================================================
--- trunk/libjrosetta-java/debian/control (rev 0)
+++ trunk/libjrosetta-java/debian/control 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1,22 @@
+Source: libjrosetta-java
+Section: libs
+Priority: optional
+Maintainer: Sylvestre Ledru <sylvestre.ledru at inria.fr>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: ant, ant-optional, openjdk-6-jdk
+Standards-Version: 3.8.0
+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.
+
Added: trunk/libjrosetta-java/debian/copyright
===================================================================
--- trunk/libjrosetta-java/debian/copyright (rev 0)
+++ trunk/libjrosetta-java/debian/copyright 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1,27 @@
+This package was debianized by Sylvestre Ledru <sylvestre.ledru at inria.fr> 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 <sylvestre.ledru at inria.fr>
+and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
Added: trunk/libjrosetta-java/debian/orig-tar.sh
===================================================================
--- trunk/libjrosetta-java/debian/orig-tar.sh (rev 0)
+++ trunk/libjrosetta-java/debian/orig-tar.sh 2009-06-29 18:11:13 UTC (rev 8668)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+set -e
+
+# called by uscan with '--upstream-version' <version> <file>
+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
Property changes on: trunk/libjrosetta-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+
Added: trunk/libjrosetta-java/debian/rules
===================================================================
--- trunk/libjrosetta-java/debian/rules (rev 0)
+++ trunk/libjrosetta-java/debian/rules 2009-06-29 18:11:13 UTC (rev 8668)
@@ -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
Property changes on: trunk/libjrosetta-java/debian/rules
___________________________________________________________________
Added: svn:executable
+
Added: trunk/libjrosetta-java/debian/watch
===================================================================
--- trunk/libjrosetta-java/debian/watch (rev 0)
+++ trunk/libjrosetta-java/debian/watch 2009-06-29 18:11:13 UTC (rev 8668)
@@ -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
More information about the pkg-java-commits
mailing list