r2161 - in trunk: . libgconf-java libgconf-java/debian libgconf-java/debian/patches

Mark Howard mh at costa.debian.org
Sat Jun 3 16:10:12 UTC 2006


Author: mh
Date: 2006-06-03 16:10:11 +0000 (Sat, 03 Jun 2006)
New Revision: 2161

Added:
   trunk/libgconf-java/
   trunk/libgconf-java/debian/
   trunk/libgconf-java/debian/changelog
   trunk/libgconf-java/debian/compat
   trunk/libgconf-java/debian/control
   trunk/libgconf-java/debian/copyright
   trunk/libgconf-java/debian/libgconf-java.install
   trunk/libgconf-java/debian/patches/
   trunk/libgconf-java/debian/patches/01-no-version-in-installdirs.diff
   trunk/libgconf-java/debian/rules
Log:
Initial import of debian packages

Added: trunk/libgconf-java/debian/changelog
===================================================================
--- trunk/libgconf-java/debian/changelog	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/changelog	2006-06-03 16:10:11 UTC (rev 2161)
@@ -0,0 +1,31 @@
+libgconf-java (2.10.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Howard <mh at debian.org>  Sun, 12 Jun 2005 13:06:51 +0100
+
+libgconf-java (2.8.3.1-3) unstable; urgency=low
+
+  * Cleaned up build depends 
+
+ -- Mark Howard <mh at debian.org>  Sun, 17 Apr 2005 11:14:27 +0000
+
+libgconf-java (2.8.3.1-2) unstable; urgency=medium
+
+  * Changed libgcj4-dev build dependency to new libgcj-dev
+  * Clean *.Plo files.
+    Closes: #303470. Thanks to Andreas Jochens
+  * Patch Makefile.in to fix distclean and run full distclean.
+    Closes: #304643
+
+ -- Mark Howard <mh at debian.org>  Sat, 16 Apr 2005 10:13:33 +0000
+
+libgconf-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.
+  * libgconf-java was previously in libgtk-java. The packages are small, hence
+    just one binary package
+
+ -- Mark Howard <mh at debian.org>  Tue,  8 Mar 2005 21:34:54 +0000

Added: trunk/libgconf-java/debian/compat
===================================================================
--- trunk/libgconf-java/debian/compat	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/compat	2006-06-03 16:10:11 UTC (rev 2161)
@@ -0,0 +1 @@
+4

Added: trunk/libgconf-java/debian/control
===================================================================
--- trunk/libgconf-java/debian/control	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/control	2006-06-03 16:10:11 UTC (rev 2161)
@@ -0,0 +1,35 @@
+Source: libgconf-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, libgtk-java (>=2.6), libgconf2-dev
+Standards-Version: 3.6.1.0
+
+Package: libgconf-java
+Section: libs
+Architecture: any
+Depends: libgtk-java (>=2.6)
+Replaces: libgtk2-java
+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 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 gconf 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/libgconf-java/debian/copyright
===================================================================
--- trunk/libgconf-java/debian/copyright	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/copyright	2006-06-03 16:10:11 UTC (rev 2161)
@@ -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/libgconf-java/debian/libgconf-java.install
===================================================================
--- trunk/libgconf-java/debian/libgconf-java.install	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/libgconf-java.install	2006-06-03 16:10:11 UTC (rev 2161)
@@ -0,0 +1 @@
+debian/tmp/usr/*

Added: trunk/libgconf-java/debian/patches/01-no-version-in-installdirs.diff
===================================================================
--- trunk/libgconf-java/debian/patches/01-no-version-in-installdirs.diff	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/patches/01-no-version-in-installdirs.diff	2006-06-03 16:10:11 UTC (rev 2161)
@@ -0,0 +1,37 @@
+--- Makefile.in.orig	2005-06-12 13:08:32.000000000 +0100
++++ Makefile.in	2005-06-12 13:10:18.000000000 +0100
+@@ -127,7 +127,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) \
+@@ -325,13 +325,13 @@
+ pkgconfig_DATA = gconf-java.pc
+ 
+ # install examples script
+-exampledir = $(datadir)/doc/libgconf-java-$(VERSION)/examples
++exampledir = $(datadir)/doc/libgconf-java/examples
+ 
+ # build api docs
+-apidir = $(datadir)/doc/libgconf-java-$(VERSION)/api
++apidir = $(datadir)/doc/libgconf-java/api
+ 
+ # install other docs
+-docdir = $(datadir)/doc/libgconf-java-$(VERSION)
++docdir = $(datadir)/doc/libgconf-java
+ doc_DATA = $(srcdir)/AUTHORS $(srcdir)/COPYING \
+ 	$(srcdir)/NEWS $(srcdir)/README 
+ 
+@@ -1098,7 +1098,7 @@
+ 	done
+ 
+ uninstall-local:
+-	-rm -rf $(DESTDIR)$(datadir)/doc/libgconf-java-$(VERSION)
++	-rm -rf $(DESTDIR)$(datadir)/doc/libgconf-java
+ 	-rm -f $(DESTDIR)$(gconf_jardir)/gconf$(apiversion)-$(VERSION).jar
+ 
+ clean-local:

Added: trunk/libgconf-java/debian/rules
===================================================================
--- trunk/libgconf-java/debian/rules	2006-06-03 16:09:03 UTC (rev 2160)
+++ trunk/libgconf-java/debian/rules	2006-06-03 16:10:11 UTC (rev 2161)
@@ -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