r2164 - in trunk: . glib-java glib-java/debian
Mark Howard
mh at costa.debian.org
Sat Jun 3 16:19:45 UTC 2006
Author: mh
Date: 2006-06-03 16:19:44 +0000 (Sat, 03 Jun 2006)
New Revision: 2164
Added:
trunk/glib-java/
trunk/glib-java/debian/
trunk/glib-java/debian/changelog
trunk/glib-java/debian/compat
trunk/glib-java/debian/control
trunk/glib-java/debian/copyright
trunk/glib-java/debian/glib-java.install
trunk/glib-java/debian/rules
Log:
Initial import, based on ubuntu packages
Added: trunk/glib-java/debian/changelog
===================================================================
--- trunk/glib-java/debian/changelog 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/changelog 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1,33 @@
+glib-java (0.2.4-1) unstable; urgency=low
+
+ * Created Debian packages from initial Ubuntu packages
+ Many thanks to Ubuntu developers listed below.
+
+ -- Mark Howard <mh at debian.org> Sat, 3 Jun 2006 17:18:55 +0100
+
+glib-java (0.2.4-0ubuntu3) dapper; urgency=low
+
+ * Install doc files into proper doc directory.
+
+ -- Matthias Klose <doko at ubuntu.com> Mon, 24 Apr 2006 12:15:15 +0200
+
+glib-java (0.2.4-0ubuntu2) dapper; urgency=low
+
+ * Explicitely build-depend on gcj.
+
+ -- Matthias Klose <doko at ubuntu.com> Sun, 23 Apr 2006 21:44:36 +0200
+
+glib-java (0.2.4-0ubuntu1) dapper; urgency=low
+
+ * New upstream version.
+ * Rename binary to libglib-java, according to the Java policy.
+ * debian/control: Fixes.
+ * debian/rules: Explicitely include -I/usr/lib/jvm/java-gcj/include.
+
+ -- Matthias Klose <doko at ubuntu.com> Sun, 16 Apr 2006 15:59:59 +0000
+
+glib-java (0.2.1-0ubuntu1) breezy; urgency=low
+
+ * Initial release.
+
+ -- root <natem at natemccallum.com> Sun, 8 Jan 2006 19:22:27 +0000
Added: trunk/glib-java/debian/compat
===================================================================
--- trunk/glib-java/debian/compat 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/compat 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1 @@
+4
Added: trunk/glib-java/debian/control
===================================================================
--- trunk/glib-java/debian/control 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/control 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1,36 @@
+Source: glib-java
+Section: libs
+Priority: optional
+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 (>= 0.4.34), pkg-config, libglib2.0-dev
+Standards-Version: 3.6.1.0
+
+Package: libglib-java
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Replaces: libgtk2-java, glib-java
+Conflicts: libgtk2-java
+Description: GLIB 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 appliactions. 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 glib 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.
+ .
+ http://java-gnome.sf.net
+
Added: trunk/glib-java/debian/copyright
===================================================================
--- trunk/glib-java/debian/copyright 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/copyright 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1,12 @@
+This package was debianized by Nathaniel McCallum <natem at natemccallum.com> on
+Sun, 8 Jan 2006 19:22:26 +0000.
+
+It was downloaded from http://java-gnome.sf.net
+
+Upstream Authors: Java-Gnome Hackers java-gnome-developer at lists.sf.net
+
+Copyright:
+
+This is licensed under the terms of the GNU Lesser General public license, which
+can be found on Debian systems in /usr/share/common-licenses/LGPL
+
Added: trunk/glib-java/debian/glib-java.install
===================================================================
--- trunk/glib-java/debian/glib-java.install 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/glib-java.install 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1 @@
+debian/tmp/usr/*
Added: trunk/glib-java/debian/rules
===================================================================
--- trunk/glib-java/debian/rules 2006-06-03 16:17:01 UTC (rev 2163)
+++ trunk/glib-java/debian/rules 2006-06-03 16:19:44 UTC (rev 2164)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+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/libglib-java::
+ mv debian/libglib-java/usr/share/doc/glib-java-*/* \
+ debian/libglib-java/usr/share/doc/libglib-java/
+ rmdir debian/libglib-java/usr/share/doc/glib-java-*
+ rm -f debian/libglib-java/usr/share/doc/libglib-java/COPYING*
+ rm -f debian/libglib-java/usr/share/doc/libglib-java/INSTALL*
+ rm -f debian/libglib-java/usr/share/doc/libglib-java/NEWS*
+
+clean::
+ -rm -rf doc/api/
+ find -name *.Plo | xargs rm -f
+
More information about the pkg-java-commits
mailing list