r2151 - in trunk: . libgnome-java libgnome-java/debian libgnome-java/debian/patches

Mark Howard mh at costa.debian.org
Sat Jun 3 16:01:08 UTC 2006


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

Added:
   trunk/libgnome-java/
   trunk/libgnome-java/debian/
   trunk/libgnome-java/debian/changelog
   trunk/libgnome-java/debian/compat
   trunk/libgnome-java/debian/control
   trunk/libgnome-java/debian/copyright
   trunk/libgnome-java/debian/libgnome-java.install
   trunk/libgnome-java/debian/libgnome-jni.install
   trunk/libgnome-java/debian/patches/
   trunk/libgnome-java/debian/patches/01-no-version-in-install-path.diff
   trunk/libgnome-java/debian/rules
Log:
initial import from latest debian packages


Added: trunk/libgnome-java/debian/changelog
===================================================================
--- trunk/libgnome-java/debian/changelog	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/changelog	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1,35 @@
+libgnome-java (2.10.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Recompile against libgcj6 on all arches (Closes: #334816)
+
+ -- Frank Lichtenheld <djpig at debian.org>  Fri, 28 Oct 2005 23:31:26 +0200
+
+libgnome-java (2.10.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Howard <mh at debian.org>  Sun, 12 Jun 2005 11:51:56 +0100
+
+libgnome-java (2.8.3.1-3) unstable; urgency=low
+
+  * Cleaned up build depends 
+
+ -- Mark Howard <mh at debian.org>  Sun, 17 Apr 2005 11:08:58 +0000
+
+libgnome-java (2.8.3.1-2) unstable; urgency=medium
+
+  * Use distclean as clean target, patch scripts to ensure *.ac and *.am
+    aren't deleted. Closes: #304646
+  * Build-depend on libgcj-dev instead of libgcj4-dev
+  * Clean up *.Plo files
+
+ -- Mark Howard <mh at debian.org>  Sat, 16 Apr 2005 09:23:27 +0000
+
+libgnome-java (2.8.3.1-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>  Sat,  5 Mar 2005 13:50:22 +0000

Added: trunk/libgnome-java/debian/compat
===================================================================
--- trunk/libgnome-java/debian/compat	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/compat	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1 @@
+4

Added: trunk/libgnome-java/debian/control
===================================================================
--- trunk/libgnome-java/debian/control	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/control	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1,62 @@
+Source: libgnome-java
+Section: libs
+Priority: optional
+Maintainer: Mark Howard <mh at debian.org>
+Build-Depends: debhelper (>> 4), libgtk2.0-dev (>=2.6), libgnome2-dev (>=2.10), libgnomeui-dev, gcj, docbook-utils, libgcj-dev, cdbs, fastjar, pkg-config, gjdoc, libgtk-java (>=2.6)
+Standards-Version: 3.6.1.0
+
+Package: libgnome-java
+Section: libs
+Architecture: all
+Depends: libgnome-jni (= ${Source-Version}), libgtk-java (>=2.6)
+Replaces: libgnome0-java, libgnome2-java
+Conflicts: libgnome2-java
+Description: Gnome 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-independent files for gnome 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: libgnome-jni
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libgnome-java (= ${Source-Version})
+Replaces: libgnome0-jni, libgnome2-jni
+Conflicts: libgnome2-jni
+Description:  Gnome 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 gnome 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/libgnome-java/debian/copyright
===================================================================
--- trunk/libgnome-java/debian/copyright	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/copyright	2006-06-03 16:01:07 UTC (rev 2151)
@@ -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/libgnome-java/debian/libgnome-java.install
===================================================================
--- trunk/libgnome-java/debian/libgnome-java.install	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/libgnome-java.install	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1 @@
+debian/tmp/usr/share/*

Added: trunk/libgnome-java/debian/libgnome-jni.install
===================================================================
--- trunk/libgnome-java/debian/libgnome-jni.install	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/libgnome-jni.install	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*

Added: trunk/libgnome-java/debian/patches/01-no-version-in-install-path.diff
===================================================================
--- trunk/libgnome-java/debian/patches/01-no-version-in-install-path.diff	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/patches/01-no-version-in-install-path.diff	2006-06-03 16:01:07 UTC (rev 2151)
@@ -0,0 +1,45 @@
+--- Makefile.in.orig	2005-06-12 12:07:05.000000000 +0100
++++ Makefile.in	2005-06-12 12:07:51.000000000 +0100
+@@ -334,7 +334,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-distdir = $(PACKAGE)-$(VERSION)
++distdir = $(PACKAGE)
+ top_distdir = $(distdir)
+ am__remove_distdir = \
+   { test ! -d $(distdir) \
+@@ -705,20 +705,20 @@
+ pkgconfig_DATA = gnome2-java.pc
+ 
+ # install examples script
+-exampledir = $(datadir)/doc/libgnome-java-$(VERSION)/examples
++exampledir = $(datadir)/doc/libgnome-java/examples
+ example_SCRIPTS = doc/examples/runExample.sh
+ example_DATA = doc/examples/runExample.sh
+ 
+ #install tutorial
+-tutorialdir = $(datadir)/doc/libgnome-java-$(VERSION)/tutorial
++tutorialdir = $(datadir)/doc/libgnome-java/tutorial
+ @HAVE_DOCBOOK_FALSE at tutorial_DATA = doc/doc/GNOME-tutorial.sgml
+ @HAVE_DOCBOOK_TRUE at tutorial_DATA = doc/doc/GNOME-tutorial.sgml doc/doc/index.html $(shell find doc/doc -name '*.html')
+ 
+ # build api docs
+-apidir = $(datadir)/doc/libgnome-java-$(VERSION)/api
++apidir = $(datadir)/doc/libgnome-java/api
+ 
+ # install other docs
+-docdir = $(datadir)/doc/libgnome-java-$(VERSION)
++docdir = $(datadir)/doc/libgnome-java
+ doc_DATA = $(srcdir)/AUTHORS $(srcdir)/COPYING \
+ 	$(srcdir)/NEWS $(srcdir)/README 
+ 
+@@ -3110,7 +3110,7 @@
+ 	done
+ 
+ uninstall-local:
+-	-rm -rf $(DESTDIR)$(datadir)/doc/libgnome-java-$(VERSION)
++	-rm -rf $(DESTDIR)$(datadir)/doc/libgnome-java
+ 	-rm -f $(DESTDIR)$(gnome_jardir)/gnome$(apiversion)-$(VERSION).jar
+ 
+ clean-local:

Added: trunk/libgnome-java/debian/rules
===================================================================
--- trunk/libgnome-java/debian/rules	2006-06-03 15:55:59 UTC (rev 2150)
+++ trunk/libgnome-java/debian/rules	2006-06-03 16:01:07 UTC (rev 2151)
@@ -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