[pkg-java] r16386 - trunk/libflexdock-java/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Fri Jan 18 13:23:14 UTC 2013
Author: sylvestre
Date: 2013-01-18 13:23:14 +0000 (Fri, 18 Jan 2013)
New Revision: 16386
Modified:
trunk/libflexdock-java/debian/changelog
trunk/libflexdock-java/debian/control
trunk/libflexdock-java/debian/rules
Log:
* New upstream release
* Update the build target from "build.with.native" to "jar" (target removed
upstream)
* Remove lintian warning extended-description-line-too-long
Modified: trunk/libflexdock-java/debian/changelog
===================================================================
--- trunk/libflexdock-java/debian/changelog 2013-01-12 20:42:42 UTC (rev 16385)
+++ trunk/libflexdock-java/debian/changelog 2013-01-18 13:23:14 UTC (rev 16386)
@@ -1,3 +1,12 @@
+libflexdock-java (1.2.2-1~exp1) experimental; urgency=low
+
+ * New upstream release
+ * Update the build target from "build.with.native" to "jar" (target removed
+ upstream)
+ * Remove lintian warning extended-description-line-too-long
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Fri, 18 Jan 2013 13:48:45 +0100
+
libflexdock-java (1.2.1-1~exp2) experimental; urgency=low
* Sync from Ubuntu:
Modified: trunk/libflexdock-java/debian/control
===================================================================
--- trunk/libflexdock-java/debian/control 2013-01-12 20:42:42 UTC (rev 16385)
+++ trunk/libflexdock-java/debian/control 2013-01-18 13:23:14 UTC (rev 16386)
@@ -25,7 +25,8 @@
* Floating windows
* Collapsible Containers to Save Real Estate
* Layout Persistence
- * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux, Mac OS X, OpenSolaris, etc)
+ * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux,
+ Mac OS X, OpenSolaris, etc)
* No JNI
Package: libflexdock-java-doc
@@ -41,7 +42,8 @@
* Floating windows
* Collapsible Containers to Save Real Estate
* Layout Persistence
- * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux, Mac OS X, OpenSolaris, etc)
+ * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux,
+ Mac OS X, OpenSolaris, etc)
* No JNI
.
This package contains documentation files.
@@ -51,7 +53,7 @@
Depends: libflexdock-java, ${misc:Depends}, libskinlf-java,
libjgoodies-looks-java
Description: Swing Java docking framework - demos and examples
- FlexDock is a Java docking framework for use in cross-platform
+ FlexDock is a Java docking framework for use in cross-platform
Swing applications. It offers features you'd expect in any desktop
docking framework such as:
* Tabbed and Split Layouts
@@ -59,7 +61,8 @@
* Floating windows
* Collapsible Containers to Save Real Estate
* Layout Persistence
- * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux, Mac OS X, OpenSolaris, etc)
+ * Multi-plaform (fully testing on Microsoft Windows, many WM of GNU/Linux,
+ Mac OS X, OpenSolaris, etc)
* No JNI
.
This package contains the examples and demonstration files.
Modified: trunk/libflexdock-java/debian/rules
===================================================================
--- trunk/libflexdock-java/debian/rules 2013-01-12 20:42:42 UTC (rev 16385)
+++ trunk/libflexdock-java/debian/rules 2013-01-18 13:23:14 UTC (rev 16386)
@@ -6,7 +6,7 @@
JAVA_HOME := /usr/lib/jvm/default-java/
DEB_JARS := ant-nodeps looks skinlf jgoodies-common
-DEB_ANT_BUILD_TARGET := build.with.native jar doc
+DEB_ANT_BUILD_TARGET := jar doc
BUILDDIR := build
DEB_COMPRESS_EXCLUDE := .sxw
More information about the pkg-java-commits
mailing list