r2163 - in trunk: . cairo-java cairo-java/debian

Mark Howard mh at costa.debian.org
Sat Jun 3 16:17:02 UTC 2006


Author: mh
Date: 2006-06-03 16:17:01 +0000 (Sat, 03 Jun 2006)
New Revision: 2163

Added:
   trunk/cairo-java/
   trunk/cairo-java/debian/
   trunk/cairo-java/debian/cairo-java.install
   trunk/cairo-java/debian/changelog
   trunk/cairo-java/debian/compat
   trunk/cairo-java/debian/control
   trunk/cairo-java/debian/copyright
   trunk/cairo-java/debian/rules
Log:
Initial import, from ubuntu sources. Work in progress...


Added: trunk/cairo-java/debian/cairo-java.install
===================================================================
--- trunk/cairo-java/debian/cairo-java.install	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/cairo-java.install	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1 @@
+debian/tmp/usr/*

Added: trunk/cairo-java/debian/changelog
===================================================================
--- trunk/cairo-java/debian/changelog	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/changelog	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1,40 @@
+cairo-java (1.0.3-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:15:48 +0100
+
+cairo-java (1.0.3-0ubuntu4) dapper; urgency=low
+
+  * Depend on libglib-java to match pkgconfig's runtime dependency list.
+
+ -- Adam Conrad <adconrad at ubuntu.com>  Tue, 25 Apr 2006 15:19:01 +1000
+
+cairo-java (1.0.3-0ubuntu3) dapper; urgency=low
+
+  * Remove duplicate fontconfig dependency.
+  * Install doc files into proper doc directory.
+
+ -- Matthias Klose <doko at ubuntu.com>  Mon, 24 Apr 2006 12:23:59 +0200
+
+cairo-java (1.0.3-0ubuntu2) dapper; urgency=low
+
+  * Explicitely build-depend on gcj.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sun, 23 Apr 2006 21:46:57 +0200
+
+cairo-java (1.0.3-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 16:15:30 +0000
+
+cairo-java (1.0.1-0ubuntu1) breezy; urgency=low
+
+  * Initial release.
+
+ -- root <natem at natemccallum.com>  Sun,  8 Jan 2006 19:22:57 +0000

Added: trunk/cairo-java/debian/compat
===================================================================
--- trunk/cairo-java/debian/compat	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/compat	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1 @@
+4

Added: trunk/cairo-java/debian/control
===================================================================
--- trunk/cairo-java/debian/control	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/control	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1,36 @@
+Source: cairo-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, libfontconfig1-dev, libcairo2-dev, libglib-java, libglib2.0-dev
+Standards-Version: 3.6.1.0
+
+Package: libcairo-java
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libglib-java
+Replaces: libgtk2-java, cairo-java
+Conflicts: libgtk2-java
+Description: CAIRO 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 cairo 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/cairo-java/debian/copyright
===================================================================
--- trunk/cairo-java/debian/copyright	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/copyright	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1,12 @@
+This package was debianized by Nathaniel McCallum <natem at natemccallum.com> on
+Sun,  8 Jan 2006 19:22:57 +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/cairo-java/debian/rules
===================================================================
--- trunk/cairo-java/debian/rules	2006-06-03 16:10:43 UTC (rev 2162)
+++ trunk/cairo-java/debian/rules	2006-06-03 16:17:01 UTC (rev 2163)
@@ -0,0 +1,20 @@
+#!/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/libcairo-java::
+	mv debian/libcairo-java/usr/share/doc/cairo-java-*/* \
+		debian/libcairo-java/usr/share/doc/libcairo-java/
+	rmdir debian/libcairo-java/usr/share/doc/cairo-java-*
+	rm -f debian/libcairo-java/usr/share/doc/libcairo-java/COPYING*
+	rm -f debian/libcairo-java/usr/share/doc/libcairo-java/INSTALL*
+
+clean::
+	-rm -rf doc/api/
+	find -name *.Plo | xargs rm -f
+




More information about the pkg-java-commits mailing list