[pkg-java] r5562 - trunk/libgconf-java/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sat Jan 26 15:25:21 UTC 2008
Author: tgg
Date: 2008-01-26 15:25:20 +0000 (Sat, 26 Jan 2008)
New Revision: 5562
Modified:
trunk/libgconf-java/debian/changelog
trunk/libgconf-java/debian/control
trunk/libgconf-java/debian/rules
Log:
prepare for a new libgconf-java upload
Modified: trunk/libgconf-java/debian/changelog
===================================================================
--- trunk/libgconf-java/debian/changelog 2008-01-26 14:33:53 UTC (rev 5561)
+++ trunk/libgconf-java/debian/changelog 2008-01-26 15:25:20 UTC (rev 5562)
@@ -1,9 +1,19 @@
-libgconf-java (2.12.6-4) UNRELEASED; urgency=low
+libgconf-java (2.12.6-4) unstable; urgency=low
+ [ Mark Howard ]
* Fixed typos in descriptions. Closes: #440582.
- -- Mark Howard <mh at debian.org> Thu, 13 Dec 2007 18:18:16 +0000
+ [ Thomas Girard ]
+ * Bump Standards-Version: to 3.7.3. No changes needed.
+ * Replace XS-Vcs-*: with Vcs-*:.
+ * Add Homepage: control field.
+ * Move libgconf-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 16:04:42 +0100
+
libgconf-java (2.12.6-3) unstable; urgency=low
* New package, libgconf-java-dev, split from libgconf-jni and libgconf-cni,
Modified: trunk/libgconf-java/debian/control
===================================================================
--- trunk/libgconf-java/debian/control 2008-01-26 14:33:53 UTC (rev 5561)
+++ trunk/libgconf-java/debian/control 2008-01-26 15:25:20 UTC (rev 5562)
@@ -4,9 +4,10 @@
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Mark Howard <mh at debian.org>, 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), libgconf2-dev (>= 2.11.2), quilt (>= 0.29-2), autotools-dev
-Standards-Version: 3.7.2.0
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgconf-java
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgconf-java
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgconf-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgconf-java
+Homepage: http://java-gnome.sf.net/2.x
Package: libgconf-java
Section: libs
@@ -15,110 +16,70 @@
Replaces: libgtk2-java
Recommends: libgconf-java-gcj
Conflicts: libgtk2-java
-Description: GConf 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 GConf
+ This package provides architecture-independent files of the Java
+ bindings for GConf.
.
- This package provides architecture-independent files for GConf bindings.
+ 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: libgconf-jni
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libgconf-java (<< 2.12.6-1)
-Description: GConf 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 GConf (native library)
+ This package provides the native library needed by the Java bindings
+ for GConf.
.
- This package provides the architecture-dependant library for GConf bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for GConf see the libgconf-java
+ package.
Package: libgconf-cni
Section: libs
Architecture: any
Depends: libgconf-jni (= ${binary:Version}), ${shlibs:Depends}
Replaces: libgconf-java (<< 2.12.6-1)
-Description: GConf 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 GConf (native code)
+ This package provides the Java bindings for GConf compiled to native
+ code.
.
- This package provides natively compiled code for GConf bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for GConf see the libgconf-java
+ package.
Package: libgconf-java-gcj
Section: libs
Architecture: any
Depends: libgconf-java (= ${source:Version}), libglib-java-gcj (>= 0.4.2), ${misc:Depends}, ${shlibs:Depends}
-Description: GConf 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.
+Description: Java bindings for GConf (native code for use with gij)
+ This package provides the Java bindings for GConf compiled to native
+ code, for use with gij.
.
- This package provides natively compiled code to run with gij.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for GConf see the libgconf-java
+ package.
Package: libgconf-java-doc
Section: doc
Architecture: all
Depends: classpath-doc, libglib-java-doc
Replaces: libgconf-java (<< 2.12.4)
-Description: GConf 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.
+Description: Java bindings for GConf (API documentation)
+ This package provides the API documentation of the Java bindings for
+ GConf.
.
- This package contains the API documentation for the GConf bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for GConf see the libgconf-java
+ package.
Package: libgconf-java-dev
-Section: devel
+Section: libdevel
Architecture: any
Depends: libglib-java-dev (>= 0.4.2-7), libgconf-jni (= ${binary:Version}), libgconf-cni (= ${binary:Version}), libgconf-java (= ${source:Version})
Replaces: libgconf-java (<< 2.12.6-1), libgconf-jni (<< 2.12.6-3), libgconf-cni (<< 2.12.6-3)
-Description: GConf 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 GConf (development files)
+ This package provides headers, library symlinks and pkg-config file
+ of the Java bindings for GConf.
.
- This package provides library symlinks and pkg-config file for GConf bindings.
- .
- http://java-gnome.sf.net
+ For more information on the Java bindings for GConf see the libgconf-java
+ package.
Modified: trunk/libgconf-java/debian/rules
===================================================================
--- trunk/libgconf-java/debian/rules 2008-01-26 14:33:53 UTC (rev 5561)
+++ trunk/libgconf-java/debian/rules 2008-01-26 15:25:20 UTC (rev 5562)
@@ -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 =
More information about the pkg-java-commits
mailing list