[pkg-java] r4957 - in trunk: . libgrinvin-help-java libgrinvin-help-java/debian

apeeters-guest at alioth.debian.org apeeters-guest at alioth.debian.org
Tue Dec 4 08:40:52 UTC 2007


Author: apeeters-guest
Date: 2007-12-04 08:40:52 +0000 (Tue, 04 Dec 2007)
New Revision: 4957

Added:
   trunk/libgrinvin-help-java/
   trunk/libgrinvin-help-java/debian/
   trunk/libgrinvin-help-java/debian/README.Debian
   trunk/libgrinvin-help-java/debian/build.xml
   trunk/libgrinvin-help-java/debian/changelog
   trunk/libgrinvin-help-java/debian/compat
   trunk/libgrinvin-help-java/debian/control
   trunk/libgrinvin-help-java/debian/copyright
   trunk/libgrinvin-help-java/debian/rules
Log:
libgrinvin-help-java (1.0-1) unstable; urgency=low

  * Initial release

 -- Adriaan Peeters <apeeters at lashout.net>  Wed, 21 Nov 2007 17:28:37 +0100


Added: trunk/libgrinvin-help-java/debian/README.Debian
===================================================================
--- trunk/libgrinvin-help-java/debian/README.Debian	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/README.Debian	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,7 @@
+libgrinvin-help-java
+====================
+
+This package provides the following JAR in /usr/share/java/
+  * grinvin-help.jar
+
+ -- Adriaan Peeters <apeeters at lashout.net>  Wed, 21 Nov 2007 17:28:37 +0100

Added: trunk/libgrinvin-help-java/debian/build.xml
===================================================================
--- trunk/libgrinvin-help-java/debian/build.xml	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/build.xml	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,33 @@
+<project default="all">
+    
+    <property name="build.dir" value="../build"/>
+    <property name="src.dir" value=".."/>
+    
+    <target name="prepare">
+        <mkdir dir="${build.dir}"/>
+    </target>
+    
+    <target name="compile" depends="prepare">
+        <javac srcdir="${src.dir}" destdir="${build.dir}" source="1.5"/>
+        <copy todir="${build.dir}/org/">
+            <fileset dir="${src.dir}/org/"/>
+        </copy>
+        <copy todir="${build.dir}/versions-grinvin-help/">
+            <fileset dir="${src.dir}/versions-grinvin-help/"/>
+        </copy>
+    </target>
+
+    <target name="jar" depends="compile">
+        <jar jarfile="${build.dir}/grinvin-help.jar"
+             basedir="${build.dir}"
+             compress="true" >
+        </jar>
+    </target>
+
+    <target name="all" depends="jar"/>
+    
+    <target name="clean">
+        <delete dir="${build.dir}"/>
+    </target>
+    
+</project>

Added: trunk/libgrinvin-help-java/debian/changelog
===================================================================
--- trunk/libgrinvin-help-java/debian/changelog	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/changelog	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,5 @@
+libgrinvin-help-java (1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Adriaan Peeters <apeeters at lashout.net>  Wed, 21 Nov 2007 17:28:37 +0100

Added: trunk/libgrinvin-help-java/debian/compat
===================================================================
--- trunk/libgrinvin-help-java/debian/compat	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/compat	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1 @@
+5

Added: trunk/libgrinvin-help-java/debian/control
===================================================================
--- trunk/libgrinvin-help-java/debian/control	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/control	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,21 @@
+Source: libgrinvin-help-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Adriaan Peeters <apeeters at lashout.net>
+Homepage: http://www.grinvin.org/
+Build-Depends: debhelper (>> 5.0.0), cdbs, ant, java-gcj-compat-dev
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-help-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-help-java/
+Standards-Version: 3.7.2
+
+Package: libgrinvin-help-java
+Architecture: all
+Recommends: libgrinvin-core-java
+Description: interactive software package for studying graphs (help files)
+ GrInvIn is a software package for studying graphs, their properties
+ (invariants) and the relations between these properties. It has been designed
+ to optimally support the user in learning graph theory by means of examples
+ and by experimenting with graphs and their properties.
+ .
+ This package contains the online help files.

Added: trunk/libgrinvin-help-java/debian/copyright
===================================================================
--- trunk/libgrinvin-help-java/debian/copyright	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/copyright	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,33 @@
+This package was debianized by Adriaan Peeters <apeeters at lashout.net> on
+Wed, 21 Nov 2007 17:28:37 +0100.
+
+It was downloaded from http://downloads.grinvin.org/
+The upstream src.jar was repackaged as a tar.gz by the package maintainer.
+
+The upstream source code and the Debian packaging is licensed under the
+following license.
+
+Upstream Authors: Gunnar Brinkmann, Kris Coolsaet, Veerle Fack, Adriaan
+  Peeters, Nico Van Cleemput
+
+Copyright (c) 2004-2007 Universiteit Gent
+
+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 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 General Public License
+can be found in '/usr/share/common-licenses/GPL'.

Added: trunk/libgrinvin-help-java/debian/rules
===================================================================
--- trunk/libgrinvin-help-java/debian/rules	                        (rev 0)
+++ trunk/libgrinvin-help-java/debian/rules	2007-12-04 08:40:52 UTC (rev 4957)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+ANT_HOME  := /usr/share/ant
+
+DEB_ANT_CLEAN_TARGET := clean
+DEB_ANT_BUILD_TARGET := all
+DEB_ANT_BUILDFILE := debian/build.xml
+
+install/libgrinvin-help-java::
+	mv build/grinvin-help.jar build/grinvin-help-$(DEB_UPSTREAM_VERSION).jar
+	dh_install -plibgrinvin-help-java build/grinvin-help-$(DEB_UPSTREAM_VERSION).jar usr/share/java/
+	dh_link -plibgrinvin-help-java usr/share/java/grinvin-help-$(DEB_UPSTREAM_VERSION).jar usr/share/java/grinvin-help.jar


Property changes on: trunk/libgrinvin-help-java/debian/rules
___________________________________________________________________
Name: svn:executable
   + 




More information about the pkg-java-commits mailing list