r2167 - trunk/libglade-java/debian
Mark Howard
mh at costa.debian.org
Sat Jun 3 16:37:08 UTC 2006
Author: mh
Date: 2006-06-03 16:37:08 +0000 (Sat, 03 Jun 2006)
New Revision: 2167
Modified:
trunk/libglade-java/debian/changelog
trunk/libglade-java/debian/control
trunk/libglade-java/debian/rules
Log:
back-ported debian changes
Modified: trunk/libglade-java/debian/changelog
===================================================================
--- trunk/libglade-java/debian/changelog 2006-06-03 16:31:36 UTC (rev 2166)
+++ trunk/libglade-java/debian/changelog 2006-06-03 16:37:08 UTC (rev 2167)
@@ -1,3 +1,30 @@
+libglade-java (2.12.3-0ubuntu3) dapper; urgency=low
+
+ * Back-ported changes from ubuntu
+ Thanks to ubuntu developers listed below.
+
+ -- Mark Howard <mh at debian.org> Sat, 3 Jun 2006 17:36:19 +0100
+
+libglade-java (2.12.3-0ubuntu2) dapper; urgency=low
+
+ * Install doc files into proper doc directory.
+ * Explicitely build-depend on gcj.
+
+ -- Matthias Klose <doko at ubuntu.com> Mon, 24 Apr 2006 19:40:21 +0000
+
+libglade-java (2.12.3-0ubuntu1) dapper; urgency=low
+
+ * New upstream version.
+ * debian/control: Fixes.
+ * debian/rules: Explicitely include -I/usr/lib/jvm/java-gcj/include.
+
+ -- Matthias Klose <doko at ubuntu.com> Sun, 16 Apr 2006 16:47:42 +0000
+
+libglade-java (2.12.1-0ubuntu1) breezy; urgency=low
+
+ * Initial release.
+
+ -- root <natem at natemccallum.com> Sun, 8 Jan 2006 19:37:16 +0000
libglade-java (2.10.1-1) unstable; urgency=low
* New upstream release. Closes: #316156
Modified: trunk/libglade-java/debian/control
===================================================================
--- trunk/libglade-java/debian/control 2006-06-03 16:31:36 UTC (rev 2166)
+++ trunk/libglade-java/debian/control 2006-06-03 16:37:08 UTC (rev 2167)
@@ -1,17 +1,18 @@
Source: libglade-java
Section: libs
Priority: optional
-Maintainer: Mark Howard <mh at debian.org>
-Build-Depends: debhelper (>> 4), libgtk2.0-dev (>=2.6), libgnome2-dev (>=2.8), libgnomeui-dev, libglade2-dev, gcj, docbook-utils, libgcj-dev, cdbs, fastjar, pkg-config, gjdoc, libgtk-java (>=2.6), libgnome-java (>=2.8)
+Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Howard <mh at debian.org>
+Build-Depends: debhelper (>> 4), gcj, java-gcj-compat-dev, docbook-utils, cdbs, pkg-config, libgnome-java (>= 2.12), libgtk-java (>= 2.8), libglib-java, libgnome2-dev, libglade2-dev, libgnomeui-dev, libgnomecanvas2-dev
Standards-Version: 3.6.1.0
Package: libglade-java
Section: libs
Architecture: any
-Depends: libgtk-java (>=2.6), libgnome-java (>=2.8)
-Replaces: libglade0-java, libglade2-java, libglade2-jni
-Conflicts: libglade2-java, libgnome2-jni
-Description: Glade bindings for Java
+Depends: ${shlibs:Depends}
+Replaces: libgtk2-java
+Conflicts: libgtk2-java
+Description: LIBGLADE 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
@@ -20,16 +21,16 @@
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 glade support.
.
+ This package provides libglade support.
+ .
These Debian packages provide both java bytecode for running in a JVM and
natively compiled code (gcj) to run applications directly. Java-Gnome is also
available for windows platforms if you want cross-platform compatibility.
Java-Gnome is now API stable - if you develop an application for java-gnome
2.x, it will work with java-gnome 2.(x+2). It is also regularly updated to the
latest bindings - it is part of the official gnome bindings release and
- follows the gnome release schedule.
+ follows the gnome release schedule.
.
http://java-gnome.sf.net
-
+
Modified: trunk/libglade-java/debian/rules
===================================================================
--- trunk/libglade-java/debian/rules 2006-06-03 16:31:36 UTC (rev 2166)
+++ trunk/libglade-java/debian/rules 2006-06-03 16:37:08 UTC (rev 2167)
@@ -5,6 +5,16 @@
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
+CFLAGS = -I/usr/lib/jvm/java-gcj/include
+
+binary-post-install/libglade-java::
+ mv debian/libglade-java/usr/share/doc/libglade-java-*/* \
+ debian/libglade-java/usr/share/doc/libglade-java/
+ rmdir debian/libglade-java/usr/share/doc/libglade-java-*
+ rm -f debian/libglade-java/usr/share/doc/libglade-java/COPYING*
+ rm -f debian/libglade-java/usr/share/doc/libglade-java/INSTALL*
+
clean::
-rm -rf doc/api/
find -name *.Plo | xargs rm -f
+
More information about the pkg-java-commits
mailing list