r2150 - in trunk: . libgtk-java libgtk-java/debian libgtk-java/debian/patches

Mark Howard mh at costa.debian.org
Sat Jun 3 15:55:59 UTC 2006


Author: mh
Date: 2006-06-03 15:55:59 +0000 (Sat, 03 Jun 2006)
New Revision: 2150

Added:
   trunk/libgtk-java/
   trunk/libgtk-java/debian/
   trunk/libgtk-java/debian/changelog
   trunk/libgtk-java/debian/compat
   trunk/libgtk-java/debian/control
   trunk/libgtk-java/debian/copyright
   trunk/libgtk-java/debian/libgtk-java.install
   trunk/libgtk-java/debian/libgtk-jni.install
   trunk/libgtk-java/debian/patches/
   trunk/libgtk-java/debian/patches/01-distclean-fix
   trunk/libgtk-java/debian/rules
Log:
initial import from debian packages


Added: trunk/libgtk-java/debian/changelog
===================================================================
--- trunk/libgtk-java/debian/changelog	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/changelog	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,42 @@
+libgtk-java (2.6.2-4) unstable; urgency=low
+
+  * Rebuild with gcj 4, thus depend on libgcj6 which is actully in sid.
+  	Closes: #331251
+
+ -- Mark Howard <mh at debian.org>  Sun,  2 Oct 2005 18:01:14 +0100
+
+libgtk-java (2.6.2-3) unstable; urgency=low
+
+  * Rebuild with gnome 2.10
+
+ -- Mark Howard <mh at debian.org>  Sun, 12 Jun 2005 10:58:56 +0100
+
+libgtk-java (2.6.2-2) unstable; urgency=low
+
+  * Cleaned up Build Depends.
+
+ -- Mark Howard <mh at debian.org>  Sun, 17 Apr 2005 11:09:03 +0000
+
+libgtk-java (2.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Change libgcj4-dev build dependency to the new libgcj-dev package
+    Remove *.Plo files on clean
+    Closes: #303464 Thanks to Andreas Jochens
+  * Run full distclean 
+
+ -- Mark Howard <mh at debian.org>  Sun, 17 Apr 2005 08:27:50 +0000
+
+libgtk-java (2.6.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Howard <mh at debian.org>  Tue,  5 Apr 2005 08:04:16 +0000
+
+libgtk-java (2.6.0-1) unstable; urgency=low
+
+  * Created new source packages to follow new upstream release strategy. Each
+    module is now released separately and there is no all-in-one java-gnome
+    module. 
+
+ -- Mark Howard <mh at debian.org>  Fri,  4 Mar 2005 18:07:15 +0000

Added: trunk/libgtk-java/debian/compat
===================================================================
--- trunk/libgtk-java/debian/compat	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/compat	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1 @@
+4

Added: trunk/libgtk-java/debian/control
===================================================================
--- trunk/libgtk-java/debian/control	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/control	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,62 @@
+Source: libgtk-java
+Section: libs
+Priority: optional
+Maintainer: Mark Howard <mh at debian.org>
+Build-Depends: debhelper (>> 4), libgtk2.0-dev (>=2.6), gcj, docbook-utils, libgcj-dev, cdbs, fastjar, pkg-config, gjdoc
+Standards-Version: 3.6.1.0
+
+Package: libgtk-java
+Section: libs
+Architecture: all
+Depends: libgtk-jni (= ${Source-Version})
+Replaces: libgtk0-java, libgtk2-java
+Conflicts: libgtk2-java
+Description: GTK+ 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 the architecture-dependant files for gtk+ 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 
+ 
+Package: libgtk-jni
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libgtk-java (= ${Source-Version})
+Replaces: libgtk0-jni, libgtk2-jni
+Conflicts: libgtk2-jni
+Description: GTK+ 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 the architecture-dependant files for gtk+ 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/libgtk-java/debian/copyright
===================================================================
--- trunk/libgtk-java/debian/copyright	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/copyright	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,12 @@
+This package was debianized by Mark Howard <mh at tildemh.com> on
+Fri, 13 Sep 2002 13:35:19 +0100.
+
+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/libgtk-java/debian/libgtk-java.install
===================================================================
--- trunk/libgtk-java/debian/libgtk-java.install	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/libgtk-java.install	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,2 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/share/*

Added: trunk/libgtk-java/debian/libgtk-jni.install
===================================================================
--- trunk/libgtk-java/debian/libgtk-jni.install	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/libgtk-jni.install	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*

Added: trunk/libgtk-java/debian/patches/01-distclean-fix
===================================================================
--- trunk/libgtk-java/debian/patches/01-distclean-fix	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/patches/01-distclean-fix	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,16 @@
+--- Makefile.in.orig	2005-04-17 08:28:33.038532016 +0000
++++ Makefile.in	2005-04-17 08:29:00.648334688 +0000
+@@ -2649,13 +2649,8 @@
+ 
+ # distclean files and directories
+ DISTCLEANFILES = \
+-	$(srcdir)/aclocal.m4 \
+ 	$(srcdir)/compile \
+ 	$(srcdir)/config.guess \
+-	$(srcdir)/config.sub \
+-	$(srcdir)/depcomp \
+-	$(srcdir)/install-sh \
+-	$(srcdir)/ltmain.sh \
+ 	$(srcdir)/missing
+ 
+ all: $(BUILT_SOURCES)

Added: trunk/libgtk-java/debian/rules
===================================================================
--- trunk/libgtk-java/debian/rules	2006-05-30 08:47:06 UTC (rev 2149)
+++ trunk/libgtk-java/debian/rules	2006-06-03 15:55:59 UTC (rev 2150)
@@ -0,0 +1,10 @@
+#!/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
+
+clean::
+	-rm -rf doc/api/
+	-find -name *.Plo | xargs rm -f




More information about the pkg-java-commits mailing list