[libvldocking-java] 01/20: move vldocking to alioth
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 28 13:35:38 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libvldocking-java.
commit 698dfaa3b50967fef3e997a904ec205d646f8e32
Author: Torsten Werner <twerner at debian.org>
Date: Sun Dec 16 13:51:00 2007 +0000
move vldocking to alioth
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 27 +++++++++++++++++++++++++++
debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
debian/doc-base | 8 ++++++++
debian/docs | 2 ++
debian/install | 1 +
debian/patches/build.diff | 25 +++++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 14 ++++++++++++++
10 files changed, 121 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..92253f9
--- /dev/null
+++ b/debian/changelog
@@ -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
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2f7eeb9
--- /dev/null
+++ b/debian/control
@@ -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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d3a5cbb
--- /dev/null
+++ b/debian/copyright
@@ -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'.
diff --git a/debian/doc-base b/debian/doc-base
new file mode 100644
index 0000000..71c9c2e
--- /dev/null
+++ b/debian/doc-base
@@ -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
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b64d2e8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+Licence*.pdf
+doc/api/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..98c7c34
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+jar/*.jar /usr/share/java/
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
new file mode 100644
index 0000000..2b26697
--- /dev/null
+++ b/debian/patches/build.diff
@@ -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>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c614a3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..37cdef8
--- /dev/null
+++ b/debian/rules
@@ -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
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libvldocking-java.git
More information about the pkg-java-commits
mailing list