[pkg-java] r5060 - in trunk: . libvldocking-java libvldocking-java/debian libvldocking-java/debian/patches

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Dec 16 13:51:01 UTC 2007


Author: twerner
Date: 2007-12-16 13:51:00 +0000 (Sun, 16 Dec 2007)
New Revision: 5060

Added:
   trunk/libvldocking-java/
   trunk/libvldocking-java/debian/
   trunk/libvldocking-java/debian/changelog
   trunk/libvldocking-java/debian/compat
   trunk/libvldocking-java/debian/control
   trunk/libvldocking-java/debian/copyright
   trunk/libvldocking-java/debian/doc-base
   trunk/libvldocking-java/debian/docs
   trunk/libvldocking-java/debian/install
   trunk/libvldocking-java/debian/patches/
   trunk/libvldocking-java/debian/patches/build.diff
   trunk/libvldocking-java/debian/patches/series
   trunk/libvldocking-java/debian/rules
Log:
move vldocking to alioth


Added: trunk/libvldocking-java/debian/changelog
===================================================================
--- trunk/libvldocking-java/debian/changelog	                        (rev 0)
+++ trunk/libvldocking-java/debian/changelog	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,6 @@
+libvldocking-java (2.1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #423663)
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 29 Apr 2007 05:43:41 +0200
+

Added: trunk/libvldocking-java/debian/compat
===================================================================
--- trunk/libvldocking-java/debian/compat	                        (rev 0)
+++ trunk/libvldocking-java/debian/compat	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1 @@
+5

Added: trunk/libvldocking-java/debian/control
===================================================================
--- trunk/libvldocking-java/debian/control	                        (rev 0)
+++ trunk/libvldocking-java/debian/control	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,27 @@
+Source: libvldocking-java
+Section: libs
+Priority: extra
+Maintainer: Torsten Werner <twerner at debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 5), kaffe, quilt
+Standards-Version: 3.7.2
+
+Package: libvldocking-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Java components for building applications with Docking capabilities
+ An application can be divided into sub-sets: the "dockables".
+  - Each Dockable can be precisely positionned by the user, by a drag and drop
+    gesture issued from its title bar.
+  - Dockables can be grouped into tabbed panes.
+ .
+ Every Dockable is given a title bar with a set of common functions (and
+ keyboard shortcuts):
+  - Maximize / Restore : the Dockable takes all the available space on the
+    desktop
+  - Detach/Attach : the Dockable is extracted from its parent window
+  - Iconify / Restore : the Dockable is changed into a side button : it appears
+    only when the mouse is moved over it
+  - Contextual pop-up menus : customizable title bars and tabs
+  - Close / Closable tab
+ .
+  Homepage: http://www.vlsolutions.com/en/products/docking/index.php

Added: trunk/libvldocking-java/debian/copyright
===================================================================
--- trunk/libvldocking-java/debian/copyright	                        (rev 0)
+++ trunk/libvldocking-java/debian/copyright	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,36 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+Sun May 13 18:16:26 CEST 2007.
+
+It was downloaded from http://www.vlsolutions.com/en/products/docking/index.php
+
+Upstream Author: VLSolutions <info at vlsolutions.com>
+
+Copyright:
+(c) 2004-2007 VLSolutions
+
+License:
+
+    This software is distributed under the CeCILL license, a GNU GPL-compatible
+    license adapted to French law.
+
+    The Licensee is authorized to use the Software, unrestrictedly, as regards
+    the fields of application, with it being hereinafter specified that this
+    relates to:
+
+    * permanent or temporary reproduction of all or part of the Software by any
+      or all means and in any or all form.
+    * loading, displaying, running, or storing the Software on any or all
+      medium.
+    * entitlement to observe, study or test the operation thereof so as to
+      establish the ideas and principles that form the basis for any or all
+      constituent elements of said Software. This shall apply when the Licensee
+      carries out any or all loading, displaying, running, transmission or
+      storage operation as regards the Software, that it is entitled to carry
+      out hereunder.
+
+The full text of the CeCILL license can be found in
+`/usr/share/doc/libvldocking-java/Licence_CeCILL-V1.1_VA.pdf'.
+
+
+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/libvldocking-java/debian/doc-base
===================================================================
--- trunk/libvldocking-java/debian/doc-base	                        (rev 0)
+++ trunk/libvldocking-java/debian/doc-base	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,8 @@
+Document: libvldocking-java
+Title: Java components for building applications with Docking capabilities
+Author: VLSolutions <info at vlsolutions.com>
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libvldocking-java/index.html
+Files: /usr/share/doc/libvldocking-java/*.html

Added: trunk/libvldocking-java/debian/docs
===================================================================
--- trunk/libvldocking-java/debian/docs	                        (rev 0)
+++ trunk/libvldocking-java/debian/docs	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,2 @@
+Licence*.pdf
+doc/api/*

Added: trunk/libvldocking-java/debian/install
===================================================================
--- trunk/libvldocking-java/debian/install	                        (rev 0)
+++ trunk/libvldocking-java/debian/install	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1 @@
+jar/*.jar /usr/share/java/

Added: trunk/libvldocking-java/debian/patches/build.diff
===================================================================
--- trunk/libvldocking-java/debian/patches/build.diff	                        (rev 0)
+++ trunk/libvldocking-java/debian/patches/build.diff	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,25 @@
+Index: libvldocking-java-2.1.4/build.xml
+===================================================================
+--- libvldocking-java-2.1.4.orig/build.xml	2007-04-29 05:49:31.000000000 +0200
++++ libvldocking-java-2.1.4/build.xml	2007-04-29 05:50:09.000000000 +0200
+@@ -64,9 +64,9 @@
+ 
+   <target name="jar" depends="compile">
+ 
+-    <delete dir="${jar.dir}/vldocking_{$vldocking.version}.jar" />
++    <delete dir="${jar.dir}/vldocking_${vldocking.version}.jar" />
+ 
+-    <jar jarfile="${jar.dir}/vldocking_{$vldocking.version}.jar"
++    <jar jarfile="${jar.dir}/vldocking_${vldocking.version}.jar"
+          basedir="${build.dir}" >
+       <include name="com/vlsolutions/**"/>
+       <exclude name="**/doc-files/**"/>
+@@ -82,7 +82,7 @@
+            source="1.4"
+ 	   overview="${src.dir}/com/vlsolutions/swing/docking/overview.html"
+            link="http://java.sun.com/j2se/1.5.0/docs/api"
+-           windowtitle="VLSolutions Docking Framework {$vldocking.version} API">
++           windowtitle="VLSolutions Docking Framework ${vldocking.version} API">
+      <classpath>
+         <pathelement path="${java.class.path}/"/>
+       </classpath>

Added: trunk/libvldocking-java/debian/patches/series
===================================================================
--- trunk/libvldocking-java/debian/patches/series	                        (rev 0)
+++ trunk/libvldocking-java/debian/patches/series	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1 @@
+build.diff

Added: trunk/libvldocking-java/debian/rules
===================================================================
--- trunk/libvldocking-java/debian/rules	                        (rev 0)
+++ trunk/libvldocking-java/debian/rules	2007-12-16 13:51:00 UTC (rev 5060)
@@ -0,0 +1,14 @@
+#!/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/patchsys-quilt.mk
+
+JAVA_HOME            := /usr/lib/kaffe
+DEB_ANT_BUILD_TARGET := jar javadoc
+JAR_VERSION          := 2.1-beta
+
+install/libvldocking-java::
+	dh_link /usr/share/java/vldocking_$(JAR_VERSION).jar \
+	  /usr/share/java/vldocking.jar
+


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




More information about the pkg-java-commits mailing list