[pkg-java] r3180 - trunk/glib-java/debian

Thomas Girard tgg at alioth.debian.org
Thu Apr 12 21:39:30 UTC 2007


Author: tgg
Date: 2007-04-12 21:39:29 +0000 (Thu, 12 Apr 2007)
New Revision: 3180

Added:
   trunk/glib-java/debian/libglib-java.NEWS
Removed:
   trunk/glib-java/debian/libglib-java-gcj.install
Modified:
   trunk/glib-java/debian/changelog
   trunk/glib-java/debian/compat
   trunk/glib-java/debian/control
Log:
cleanup package


Modified: trunk/glib-java/debian/changelog
===================================================================
--- trunk/glib-java/debian/changelog	2007-04-12 08:38:11 UTC (rev 3179)
+++ trunk/glib-java/debian/changelog	2007-04-12 21:39:29 UTC (rev 3180)
@@ -1,3 +1,14 @@
+glib-java (0.4.2-3) experimental; urgency=low
+
+  * Switch to debhelper level 5.
+  * Drop uneeded libglib-java-gcj.install file; dh_nativejava takes care of
+    this already.
+  * Document the package split that happened in 0.4.2-2 in libglib-java.NEWS.
+  * Fix Conflicts: Replaces: mix-up. libglib-jni cannot replace pre 0.4.2-2
+    package as the library location has changed.
+
+ -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 12 Apr 2007 21:33:58 +0000
+
 glib-java (0.4.2-2) experimental; urgency=low
 
   * Add myself to Uploaders.

Modified: trunk/glib-java/debian/compat
===================================================================
--- trunk/glib-java/debian/compat	2007-04-12 08:38:11 UTC (rev 3179)
+++ trunk/glib-java/debian/compat	2007-04-12 21:39:29 UTC (rev 3180)
@@ -1 +1 @@
-4
+5

Modified: trunk/glib-java/debian/control
===================================================================
--- trunk/glib-java/debian/control	2007-04-12 08:38:11 UTC (rev 3179)
+++ trunk/glib-java/debian/control	2007-04-12 21:39:29 UTC (rev 3180)
@@ -31,7 +31,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Replaces: libglib-java (<< 0.4.2-2)
+Conflicts: libglib-java (<< 0.4.2-2)
 Description: GLib 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
@@ -50,7 +50,7 @@
 Section: libs
 Architecture: any
 Depends: libglib-jni (= ${binary:Version}), ${shlibs:Depends}
-Conflicts: libglib-java (<< 0.4.2-2)
+Replaces: libglib-java (<< 0.4.2-2)
 Description: GLib 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

Deleted: trunk/glib-java/debian/libglib-java-gcj.install
===================================================================
--- trunk/glib-java/debian/libglib-java-gcj.install	2007-04-12 08:38:11 UTC (rev 3179)
+++ trunk/glib-java/debian/libglib-java-gcj.install	2007-04-12 21:39:29 UTC (rev 3180)
@@ -1 +0,0 @@
-glib*.jar.so	usr/lib/gcj

Added: trunk/glib-java/debian/libglib-java.NEWS
===================================================================
--- trunk/glib-java/debian/libglib-java.NEWS	2007-04-12 08:38:11 UTC (rev 3179)
+++ trunk/glib-java/debian/libglib-java.NEWS	2007-04-12 21:39:29 UTC (rev 3180)
@@ -0,0 +1,12 @@
+glib-java (0.4.2-2) experimental; urgency=low
+
+  libglib-java was split into libglib-jni, libglib-java-doc and libglib-cni.
+  Only libglib-jni gets automatically installed, so you'll need to install
+  libglib-cni and libglib-java-doc by hand if you need them.
+
+  Also included is libglib-java-gcj, which contains the new GCJ binary
+  compatible native classes. Debian Java packages should no longer contain
+  the C++ natively compiled code (the libglib-cni here), but an exception
+  was granted for glib-java.
+
+ -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 12 Apr 2007 20:44:49 +0000




More information about the pkg-java-commits mailing list