[pkg-java] r8628 - in trunk: . ilf

Torsten Werner twerner at alioth.debian.org
Sun Jun 28 18:31:59 UTC 2009


Author: twerner
Date: 2009-06-28 18:31:57 +0000 (Sun, 28 Jun 2009)
New Revision: 8628

Added:
   trunk/ilf/
   trunk/ilf/changelog
   trunk/ilf/compat
   trunk/ilf/control
   trunk/ilf/copyright
   trunk/ilf/orig-tar.sh
   trunk/ilf/rules
   trunk/ilf/watch
Log:
move package to java team


Added: trunk/ilf/changelog
===================================================================
--- trunk/ilf/changelog	                        (rev 0)
+++ trunk/ilf/changelog	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,20 @@
+ilf (1.6.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 01 Mar 2009 09:35:47 +0100
+
+ilf (1.6.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch from kaffe to default-jdk.
+  * Change/add control headers: Vcs-* and Homepage.
+  * Bump Up Standards-Version: 3.8.0.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 11 Feb 2009 23:07:01 +0100
+
+ilf (1.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #420289)
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 21 Apr 2007 14:36:21 +0200

Added: trunk/ilf/compat
===================================================================
--- trunk/ilf/compat	                        (rev 0)
+++ trunk/ilf/compat	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1 @@
+5

Added: trunk/ilf/control
===================================================================
--- trunk/ilf/control	                        (rev 0)
+++ trunk/ilf/control	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,19 @@
+Source: ilf
+Section: libs
+Priority: optional
+Maintainer: Torsten Werner <twerner at debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk
+Standards-Version: 3.8.0
+Vcs-Browser: http://bollin.googlecode.com/svn/ilf/trunk
+Vcs-Svn: https://bollin.googlecode.com/svn/ilf/trunk
+Homepage: http://www.infonode.net
+
+Package: libilf-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime
+Suggests: java-virtual-machine
+Description: InfoNode Look and Feel
+ InfoNode Look and Feel is a Java Swing look and feel based on the Metal look
+ and feel. It's designed to have a slim, clean appearance. It has support for
+ themes.
+ .

Added: trunk/ilf/copyright
===================================================================
--- trunk/ilf/copyright	                        (rev 0)
+++ trunk/ilf/copyright	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,29 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+Sat Apr 21 11:36:15 CEST 2007.
+
+It was downloaded from
+http://sourceforge.net/project/showfiles.php?group_id=110922&package_id=127905
+
+Upstream Author: NNL Technology <info at infonode.net>
+
+Copyright 2007 NNL Technology <info at infonode.net>
+
+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.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+The Debian packaging is (C) 2007, Torsten Werner <twerner at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: trunk/ilf/orig-tar.sh
===================================================================
--- trunk/ilf/orig-tar.sh	                        (rev 0)
+++ trunk/ilf/orig-tar.sh	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+# clean up the upstream tarball
+unzip $3
+tar -c -z -f ilf_$2.orig.tar.gz ilf-gpl-$2
+rm -rf ilf-gpl-$2 $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv ilf_$2.orig.tar.gz $origDir
+  echo "moved ilf_$2.orig.tar.gz to $origDir"
+fi
+
+exit 0
+


Property changes on: trunk/ilf/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + 

Added: trunk/ilf/rules
===================================================================
--- trunk/ilf/rules	                        (rev 0)
+++ trunk/ilf/rules	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,16 @@
+#!/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_INSTALL_TARGET := install -Ddestdir=$(DEB_DESTDIR)
+PACKAGE                := ilf-$(DEB_UPSTREAM_VERSION)
+
+install/libilf-java::
+	dh_link /usr/share/java/$(PACKAGE).jar \
+	  /usr/share/java/ilf.jar
+
+get-orig-source:
+	uscan --force-download
+


Property changes on: trunk/ilf/rules
___________________________________________________________________
Added: svn:executable
   + 

Added: trunk/ilf/watch
===================================================================
--- trunk/ilf/watch	                        (rev 0)
+++ trunk/ilf/watch	2009-06-28 18:31:57 UTC (rev 8628)
@@ -0,0 +1,4 @@
+version=3
+http://heanet.dl.sourceforge.net/sourceforge/infonode/ ilf-gpl-(.*)-src.zip \
+  debian debian/orig-tar.sh
+




More information about the pkg-java-commits mailing list