-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2010-09-16 22:21, Torsten Werner wrote: > Hi Guillaume, > > On Thu, Aug 26, 2010 at 5:49 PM, Guillaume Mazoyer > <[email protected]> wrote: >> Is anyone interested by this bug? > > sorry for not replying earlier. > >> Do you need more info or other files to patch the current package? > > May you send us a patch that just changes the debian directory, please? > > Thanks, > Torsten > >
Hi Guillaume
Thanks for your interest; I used "filterdiff -i '**/debian/**' $patch"
and had a look. It needs a just bit of cleaning:
* Maintainer field (+ the original maintainer) is set for Ubuntu
* Newer Standards-Versions (as I recall it is a "no-change")
* The libX-java package depends on an JRE (it no longer has to).
* non binNMU'able hard-coded interpackage dependency on
libjava-gnome-jni (in libjava-gnome-java)
You probably want to use >= ${source:Version} instead.
But other than that the patch looks good (as far as I can tell without
actually fetching the packaging and look at the final result).
~Niels
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEAREIAAYFAkyTSKwACgkQVCqoiq1YlqxhgACfc55vU98Dgld6rMs31WljdKT2
srAAoKwWxHSuoPEUMFOGcUBPUQSYaBkN
=x1UV
-----END PGP SIGNATURE-----
--- java-gnome-4.0.15/debian/changelog 2010-04-11 21:36:04.000000000 +0200 +++ java-gnome-4.0.16/debian/changelog 2010-07-13 17:14:45.000000000 +0200 @@ -1,3 +1,17 @@ +java-gnome (4.0.16-1) unstable; urgency=low + + * New upstream release. + * debian/control + - Update GTK+ depedency to libgtk2.0-dev (>= 2.18). + - Add libglib2.0-dev (>= 2.22) build dependency. + - Make sure the installed JNI package is always compatible with the package + which provides the JAR. + - Update Standards-Version to 3.9.0. + * debian/copyright + - Update copyright to 2010. + + -- Guillaume Mazoyer <[email protected]> Tue, 13 Jul 2010 17:13:35 +0200 + java-gnome (4.0.15-1) unstable; urgency=low * Team upload --- java-gnome-4.0.15/debian/control 2010-04-11 21:36:04.000000000 +0200 +++ java-gnome-4.0.16/debian/control 2010-07-13 17:15:13.000000000 +0200 @@ -1,9 +1,10 @@ Source: java-gnome Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Manu Mahajan <[email protected]>, Onkar Shinde <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, default-jdk, junit, libgtk2.0-dev (>= 2.16), libpango1.0-dev (>= 1.22), libgtksourceview2.0-dev (>= 2.6.1), libnotify-dev (>= 0.4.5), libgtkspell-dev (>= 2.0.13), libunique-dev (>= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme -Standards-Version: 3.8.4 +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Manu Mahajan <[email protected]>, Onkar Shinde <[email protected]>, Guillaume Mazoyer <[email protected]> +Build-Depends: debhelper (>= 5), cdbs, default-jdk, junit, libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.18), libpango1.0-dev (>= 1.22), libgtksourceview2.0-dev (>= 2.6.1), libnotify-dev (>= 0.4.5), libgtkspell-dev (>= 2.0.13), libunique-dev (>= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme +Standards-Version: 3.9.0 Section: java Homepage: http://java-gnome.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome @@ -12,7 +13,7 @@ Package: libjava-gnome-java Architecture: all -Depends: ${misc:Depends}, default-jre | java5-runtime, libjava-gnome-jni +Depends: ${misc:Depends}, default-jre | java5-runtime, libjava-gnome-jni (= 4.0.16) Description: The java-gnome language bindings project These are the Java bindings for GTK+ and GNOME! Featuring a robust engineering design, completely generated internals, a lovingly crafted --- java-gnome-4.0.15/debian/copyright 2009-12-28 11:21:15.000000000 +0100 +++ java-gnome-4.0.16/debian/copyright 2010-06-20 11:24:25.000000000 +0200 @@ -5,7 +5,7 @@ Files: * Copyright: - 2004-2009 Operational Dynamics Consulting Pty Ltd. + 2004-2010 Operational Dynamics Consulting Pty Ltd. 1997-1998 Andrew Cowie 1998-2005 The java-gnome Team 2007 Vreixo Formoso Lopes @@ -16,13 +16,13 @@ Files: src/generator/* Copyright: - 2004-2009 Operational Dynamics Consulting Pty Ltd. + 2004-2010 Operational Dynamics Consulting Pty Ltd. 2007 Vreixo Formoso Lopes License: GPL-2+ Files: tests/* Copyright: - 2004-2009 Operational Dynamics Consulting Pty Ltd. + 2004-2010 Operational Dynamics Consulting Pty Ltd. 1997-1998 Andrew Cowie License: GPL-2+
debian-changes.patch.sig
Description: Binary data

