[pkg-java] r5569 - trunk/libvte-java/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sat Jan 26 23:21:26 UTC 2008
Author: tgg
Date: 2008-01-26 23:21:25 +0000 (Sat, 26 Jan 2008)
New Revision: 5569
Added:
trunk/libvte-java/debian/watch
Modified:
trunk/libvte-java/debian/changelog
trunk/libvte-java/debian/control
trunk/libvte-java/debian/rules
Log:
fix pending bugs for libvte
Modified: trunk/libvte-java/debian/changelog
===================================================================
--- trunk/libvte-java/debian/changelog 2008-01-26 18:44:58 UTC (rev 5568)
+++ trunk/libvte-java/debian/changelog 2008-01-26 23:21:25 UTC (rev 5569)
@@ -1,9 +1,20 @@
-libvte-java (0.12.3-4) UNRELEASED; urgency=low
+libvte-java (0.12.3-4) unstable; urgency=low
+ [ Mark Howard ]
* Fixed typos in description. Closes: #440586
- -- Mark Howard <mh at debian.org> Thu, 13 Dec 2007 18:22:44 +0000
+ [ Thomas Girard ]
+ * Add watch file.
+ * Bump Standards-Version: to 3.7.3. No changes needed.
+ * Replace XS-Vcs-*: with Vcs-*:.
+ * Add Homepage: control field.
+ * Move libvte-java-dev to libdevel section.
+ * Rework descriptions.
+ * Alter DEB_CONFIGURE_SCRIPT_ENV to pass -I/usr/lib/jvm/java-gcj/include
+ to the configure script so that gcj-4.3 finds jni.h.
+ -- Thomas Girard <thomas.g.girard at free.fr> Sat, 26 Jan 2008 19:48:50 +0100
+
libvte-java (0.12.3-3) unstable; urgency=low
* New package, libvte-java-dev, split from libvte-jni and libvte-cni,
Modified: trunk/libvte-java/debian/control
===================================================================
--- trunk/libvte-java/debian/control 2008-01-26 18:44:58 UTC (rev 5568)
+++ trunk/libvte-java/debian/control 2008-01-26 23:21:25 UTC (rev 5569)
@@ -4,117 +4,78 @@
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthias Klose <doko at ubuntu.com>, Thomas Girard <thomas.g.girard at free.fr>
Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), docbook-utils, cdbs (>= 0.4.34), pkg-config, libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libvte-dev (>= 0.12.1), quilt (>= 0.29-2), autotools-dev
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libvte-java
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvte-java
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libvte-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvte-java
+Homepage: http://java-gnome.sf.net/2.x
Package: libvte-java
Section: libs
Architecture: all
Depends: libvte-jni (>= ${source:Version}), libglib-java (>= 0.4.2), libgtk-java (>= 2.10), java-gcj-compat | java2-runtime
Recommends: libvte-java-gcj
-Description: VTE bindings for Java
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
+Description: Java bindings for VTE
+ This package provides architecture-independent files of the Java
+ bindings for VTE.
.
- This package provides the architecture-independent files for vte support.
+ Please be aware that this package is part of java-gnome 2.x series
+ which is deprecated.
.
- http://java-gnome.sf.net
+ The java-gnome project provides Java bindings for the GNOME platform.
-Package: libvte-java-gcj
-Section: libs
-Architecture: any
-Depends: libvte-java (= ${source:Version}), libgtk-java-gcj (>= 2.10), ${misc:Depends}, ${shlibs:Depends}
-Description: VTE bindings for Java (native code for use with gij)
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
- .
- This package provides natively compiled code to run with gij.
- .
- http://java-gnome.sf.net
-
-Package: libvte-java-doc
-Section: doc
-Architecture: all
-Depends: classpath-doc, libgtk-java-doc
-Description: VTE bindings for Java (API documentation)
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
- .
- This package contains the API documentation for the vte support.
- .
- http://java-gnome.sf.net
-
Package: libvte-jni
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libvte-java (<< 0.12.3-1)
-Description: VTE bindings for Java (native library)
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
+Description: Java bindings for VTE (native library)
+ This package provides the native library needed by the Java bindings
+ for VTE.
.
- This package provides the architecture-dependant files for vte support.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for VTE see the libvte-java
+ package.
Package: libvte-cni
Section: libs
Architecture: any
Depends: libvte-jni (= ${binary:Version}), ${shlibs:Depends}
-Description: VTE bindings for Java (native code)
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
+Description: Java bindings for VTE (native code)
+ This package provides the Java bindings for VTE compiled to native
+ code.
.
- This package provides natively compiled code for vte support.
+ For more information on the Java bindings for VTE see the libvte-java
+ package.
+
+Package: libvte-java-gcj
+Section: libs
+Architecture: any
+Depends: libvte-java (= ${source:Version}), libgtk-java-gcj (>= 2.10), ${misc:Depends}, ${shlibs:Depends}
+Description: Java bindings for VTE (native code for use with gij)
+ This package provides the Java bindings for VTE compiled to native
+ code, for use with gij.
.
- http://java-gnome.sf.net
+ For more information on the Java bindings for VTE see the libvte-java
+ package.
+Package: libvte-java-doc
+Section: doc
+Architecture: all
+Depends: classpath-doc, libgtk-java-doc
+Description: Java bindings for VTE (API documentation)
+ This package provides the API documentation of the Java bindings for
+ VTE.
+ .
+ For more information on the Java bindings for VTE see the libvte-java
+ package.
+
Package: libvte-java-dev
-Section: devel
+Section: libdevel
Architecture: any
Depends: libglib-java-dev (>= 0.4.2-7), libgtk-java-dev (>= 2.10.2-4), libvte-jni (= ${binary:Version}), libvte-cni (= ${binary:Version}), libvte-java (= ${source:Version})
Replaces: libvte-java (<< 0.12.3-1), libvte-jni (<< 0.12.3-3), libvte-cni (<< 0.12.3-3)
-Description: VTE bindings for Java (development files)
- The Java-Gnome project provides a framework for creating GTK+ and GNOME
- applications using Java. This covers the entire GTK+ and GNOME API, so you can
- create true GNOME applications, which work just like any other desktop
- application. Most other Java UI toolkits such as SWT or swing provide at most
- compatibility layers so that your app will look like GNOME applications. You
- should use java-gnome if you want to use standard GTK+ and GNOME features such
- as stock icons, and file chooser buttons; or if you want to use additional
- GNOME libraries such as gnome-vfs, vte, libmozembed.
+Description: Java bindings for VTE (development files)
+ This package provides headers, library symlinks and pkg-config file
+ of the Java bindings for VTE.
.
- This package provides library symlinks and pkg-config file for VTE bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for VTE see the libvte-java
+ package.
Modified: trunk/libvte-java/debian/rules
===================================================================
--- trunk/libvte-java/debian/rules 2008-01-26 18:44:58 UTC (rev 5568)
+++ trunk/libvte-java/debian/rules 2008-01-26 23:21:25 UTC (rev 5569)
@@ -23,6 +23,7 @@
endif
DEB_CONFIGURE_EXTRA_FLAGS = --without-javadocs
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-I/usr/lib/jvm/java-gcj/include"
# we distclean: before unpatching so we don't need cleaning after
DEB_MAKE_CLEAN_TARGET =
Added: trunk/libvte-java/debian/watch
===================================================================
--- trunk/libvte-java/debian/watch (rev 0)
+++ trunk/libvte-java/debian/watch 2008-01-26 23:21:25 UTC (rev 5569)
@@ -0,0 +1,3 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/libvte-java/([\d\.]+)/libvte-java-([\d\.]+).tar.gz
+
More information about the pkg-java-commits
mailing list