Author: tmancill Date: 2012-06-05 04:44:50 +0000 (Tue, 05 Jun 2012) New Revision: 16105
Added: tags/java-gnome/4.1.1-3/ tags/java-gnome/4.1.1-3/debian/changelog tags/java-gnome/4.1.1-3/debian/control Removed: tags/java-gnome/4.1.1-3/debian/changelog tags/java-gnome/4.1.1-3/debian/control Log: [svn-buildpackage] Tagging java-gnome 4.1.1-3 Deleted: tags/java-gnome/4.1.1-3/debian/changelog =================================================================== --- trunk/java-gnome/debian/changelog 2012-06-04 22:18:36 UTC (rev 16101) +++ tags/java-gnome/4.1.1-3/debian/changelog 2012-06-05 04:44:50 UTC (rev 16105) @@ -1,200 +0,0 @@ -java-gnome (4.1.1-1) experimental; urgency=low - - * New upstream release. - * debian/patches/02_javadoc_workaround.patch - - Remove useless patch (fixed upstream) - * debian/patches/03_libnotify_0_7.patch - - Remove useless patch (fixed upstream) - * debian/control: - - Update dependencies list according to the upstream configure file. - - Fix description-synopsis-starts-with-article - - Fix needless-dependency-on-jre - - Bump Standards-Version to 3.9.2 - - -- Guillaume Mazoyer <[email protected]> Thu, 28 Jul 2011 21:07:13 +0200 - -java-gnome (4.0.19-1) experimental; urgency=low - - * New upstream release. - * debian/patches/02_javadoc_workaround.patch - - Fix javadoc generation. - * debian/patches/03_libnotify_0_7.patch - - Fix binding compilation with libnotify 0.7. - * debian/control: - - Update dependencies list according to the upstream configure file. - - -- Guillaume Mazoyer <[email protected]> Wed, 23 Feb 2011 17:29:16 +0100 - -java-gnome (4.0.18-1) experimental; urgency=low - - * New upstream release (Closes: #588943). - * Update copyright. - * debian/patches/01_take_screenshots.diff - - Use dbus-launch to start metacity. - * debian/control - - Add libglib2.0-dev (>= 2.22) dependency. - - Add libcairo2-dev (>= 1.10) dependency. - - Add librsvg2-dev dependency. - - Add libatk1.0-dev dependency. - - Bump GTK+ build dependency version as per upstream. - - Make sure the installed JNI package is always compatible with the package - which provides the JAR. - - libjava-gnome-java does not need to depends on a JRE. - - Bumped Standards-Version to 3.9.1. - - -- Sylvestre Ledru <[email protected]> Sun, 16 Jan 2011 09:44:09 +0100 - -java-gnome (4.0.15-1) unstable; urgency=low - - * Team upload - * New upstream release - * Change maintainers into Maintainers. - * Remove Thomas from Uploaders. - * Switch to source format 3.0. - * Update Standards-Version: 3.8.4. - - -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 21:28:43 +0200 - -java-gnome (4.0.14-2) unstable; urgency=low - - * debian/patches/01_take_screenshots.diff - - Disable the file chooser dialog again as it still causes FTBFS on buildd. - (Closes: #564494) - * debian/rules - - Add verbosity to build log if architecture is hppa. This will help us - track down cause of FTBFS on hppa. - - -- Onkar Shinde <[email protected]> Sat, 16 Jan 2010 19:19:07 +0530 - -java-gnome (4.0.14-1) unstable; urgency=low - - * New upstream release. - * debian/rules - - Add compiler flag -ffunction-sections if the architecture is hppa. Fixes - FTBFS on hppa. (Closes: #558999) - * debian/patches/01_take_screenshots.diff - - Revert the commenting of the code that launches file chooser dialog. - Not needed anymore as the glib bug that caused the FTBFS is fixed. - * debian/copyright - - Rewrite file according to DEP-5. Clarify licensing of some files which - are not part of the runtime. - - -- Onkar Shinde <[email protected]> Mon, 28 Dec 2009 15:50:27 +0530 - -java-gnome (4.0.13-3) unstable; urgency=low - - * debian/rules - - Do not build docs on anything other than i386, amd64, powerpc. - Fixes FTBFS on Debian as well as Ubuntu buildd. - * debian/control - - Add 'DM-Upload-Allowed: yes' so that I can upload the package when I - become DM. :-) - - -- Onkar Shinde <[email protected]> Mon, 21 Sep 2009 20:06:40 +0530 - -java-gnome (4.0.13-2) unstable; urgency=low - - * debian/patches/01_take_screenshots.diff - - Comment out the code that launches file chooser dialog. It caused build - failure on buildd. (Closes: #546313) - - -- Onkar Shinde <[email protected]> Thu, 17 Sep 2009 23:24:56 +0530 - -java-gnome (4.0.13-1) unstable; urgency=low - - * New upstream release. - * debian/control - - Add cdbs build-dependency. - - Bump GTK+ build dependency version as per upstream. - - Add build dependencies xvfb, xfonts-base, metacity, hicolor-icon-theme. - These are needed for screenshot generation during build. - - Add a -doc package which contains API documentation. (LP: #309023) - - Remove ${shlibs:Depends} dependency for -java package. - - Add myself to uploaders. - - Change standard version to 3.8.3. - * debian/rules - - Rewrite to build using cdbs. The file is simplified and very small now. - - Add configure argument specifying jni directory. - * debian/libjava-gnome-*.install - - Add files to use with cdbs. - * debian/patches/01_change_jni_library_location.diff - - Removed. Not needed anymore. - * debian/patches/01_take_screenshots.diff - - Small changes to upstream code that takes screenshots during build - process. The patch makes sure the process works inside pbuilder chroot. - * debian/README.source - - Add to comply with policy. - * debian/watch - - Make regular expression more compact. - - -- Onkar Shinde <[email protected]> Mon, 07 Sep 2009 12:29:11 +0530 - -java-gnome (4.0.12-1) unstable; urgency=low - - [ Manu Mahajan ] - * Update to latest upstream release 4.0.12 (LP: #380446) - * Split the binary package into two separate packages for java and jni files - - [ Onkar Shinde ] - * debian/control - - Add various build dependencies as specified in configure file in upstream - source. - - Remove build dependency default-jdk-builddep. We do not build any -gcj - package. - - Add default-jre | java5-runtime as dependency since the target JVM - version is 1.5. - * debian/rules - - Remove the hard coded version of jni .so file. - - [ Torsten Werner ] - * Change Section: java. - * Add get-orig-source target to debian/rules. - * Minor fix in debian/copyright: do not refer to unversioned GPL file. - - -- Torsten Werner <[email protected]> Thu, 20 Aug 2009 20:22:27 +0200 - -java-gnome (4.0.9-2) unstable; urgency=low - - [ Manu Mahajan ] - * Merged changes from Ubuntu package(4.0.9-1) courtesy of Hannes Wallnoefer - - -- Manu Mahajan <[email protected]> Sat, 20 Dec 2008 22:45:00 +0530 - -java-gnome (4.0.9-1) unstable; urgency=low - - [ Hannes Wallnoefer ] - * New upstream release 4.0.9 - * Remove Cairo export patch, bug has been fixed upstream - (Gnome bug #528282) - - -- Hannes Wallnoefer <[email protected]> Wed, 03 Dec 2008 23:49:59 +0100 - -java-gnome (4.0.7-1) unstable; urgency=low - - [ Manu Mahajan ] - * Upgraded to upstream version 4.0.7 - * Changed build dependency from java-gcj-compat-dev to default-jdk-builddep - Closes: #477867 - - [ Thomas Girard ] - * Switch to quilt for patch management - * Add Vcs-*: fields to debian/control - * Add Homepage: field to debian/control - * Apply patch to prevent export of Cairo backend functions. Thanks to - Loïc Minier for his invaluable help on this FTBFS bug. Closes: #476295 - * Remove markdown section from debian/copyright; it's no longer distributed - in the tarball. - - -- Thomas Girard <[email protected]> Sat, 10 May 2008 13:57:29 +0000 - -java-gnome (4.0.6-1) unstable; urgency=low - - [ Manu Mahajan ] - * Initial release, Closes: Bug#467442 - * Changed location of libgtkjni from usr/lib to usr/lib/jni - * Tweaked the MakeFile to build with java-gcj-compat-dev - - [ Thomas Girard ] - * Backport changeset 449: "Remove 15 warnings related to sentinels" - - -- Manu Mahajan <[email protected]> Mon, 24 Mar 2008 01:01:11 +0530 Copied: tags/java-gnome/4.1.1-3/debian/changelog (from rev 16104, trunk/java-gnome/debian/changelog) =================================================================== --- tags/java-gnome/4.1.1-3/debian/changelog (rev 0) +++ tags/java-gnome/4.1.1-3/debian/changelog 2012-06-05 04:44:50 UTC (rev 16105) @@ -0,0 +1,215 @@ +java-gnome (4.1.1-3) unstable; urgency=low + + * Team upload. + * Add python to build-dep to address FTBFS. (Closes: #676073) + * Bump Standards-Version to 3.9.3 (no changes). + + -- tony mancill <[email protected]> Mon, 04 Jun 2012 21:14:40 -0700 + +java-gnome (4.1.1-2) unstable; urgency=low + + * Team upload + * Upload in unstable to fix the transition to libnotify (Closes: #630285) + + -- Sylvestre Ledru <[email protected]> Fri, 05 Aug 2011 16:38:43 +0200 + +java-gnome (4.1.1-1) experimental; urgency=low + + * New upstream release. + * debian/patches/02_javadoc_workaround.patch + - Remove useless patch (fixed upstream) + * debian/patches/03_libnotify_0_7.patch + - Remove useless patch (fixed upstream) + * debian/control: + - Update dependencies list according to the upstream configure file. + - Fix description-synopsis-starts-with-article + - Fix needless-dependency-on-jre + - Bump Standards-Version to 3.9.2 + + -- Guillaume Mazoyer <[email protected]> Thu, 28 Jul 2011 21:07:13 +0200 + +java-gnome (4.0.19-1) experimental; urgency=low + + * New upstream release. + * debian/patches/02_javadoc_workaround.patch + - Fix javadoc generation. + * debian/patches/03_libnotify_0_7.patch + - Fix binding compilation with libnotify 0.7. + * debian/control: + - Update dependencies list according to the upstream configure file. + + -- Guillaume Mazoyer <[email protected]> Wed, 23 Feb 2011 17:29:16 +0100 + +java-gnome (4.0.18-1) experimental; urgency=low + + * New upstream release (Closes: #588943). + * Update copyright. + * debian/patches/01_take_screenshots.diff + - Use dbus-launch to start metacity. + * debian/control + - Add libglib2.0-dev (>= 2.22) dependency. + - Add libcairo2-dev (>= 1.10) dependency. + - Add librsvg2-dev dependency. + - Add libatk1.0-dev dependency. + - Bump GTK+ build dependency version as per upstream. + - Make sure the installed JNI package is always compatible with the package + which provides the JAR. + - libjava-gnome-java does not need to depends on a JRE. + - Bumped Standards-Version to 3.9.1. + + -- Sylvestre Ledru <[email protected]> Sun, 16 Jan 2011 09:44:09 +0100 + +java-gnome (4.0.15-1) unstable; urgency=low + + * Team upload + * New upstream release + * Change maintainers into Maintainers. + * Remove Thomas from Uploaders. + * Switch to source format 3.0. + * Update Standards-Version: 3.8.4. + + -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 21:28:43 +0200 + +java-gnome (4.0.14-2) unstable; urgency=low + + * debian/patches/01_take_screenshots.diff + - Disable the file chooser dialog again as it still causes FTBFS on buildd. + (Closes: #564494) + * debian/rules + - Add verbosity to build log if architecture is hppa. This will help us + track down cause of FTBFS on hppa. + + -- Onkar Shinde <[email protected]> Sat, 16 Jan 2010 19:19:07 +0530 + +java-gnome (4.0.14-1) unstable; urgency=low + + * New upstream release. + * debian/rules + - Add compiler flag -ffunction-sections if the architecture is hppa. Fixes + FTBFS on hppa. (Closes: #558999) + * debian/patches/01_take_screenshots.diff + - Revert the commenting of the code that launches file chooser dialog. + Not needed anymore as the glib bug that caused the FTBFS is fixed. + * debian/copyright + - Rewrite file according to DEP-5. Clarify licensing of some files which + are not part of the runtime. + + -- Onkar Shinde <[email protected]> Mon, 28 Dec 2009 15:50:27 +0530 + +java-gnome (4.0.13-3) unstable; urgency=low + + * debian/rules + - Do not build docs on anything other than i386, amd64, powerpc. + Fixes FTBFS on Debian as well as Ubuntu buildd. + * debian/control + - Add 'DM-Upload-Allowed: yes' so that I can upload the package when I + become DM. :-) + + -- Onkar Shinde <[email protected]> Mon, 21 Sep 2009 20:06:40 +0530 + +java-gnome (4.0.13-2) unstable; urgency=low + + * debian/patches/01_take_screenshots.diff + - Comment out the code that launches file chooser dialog. It caused build + failure on buildd. (Closes: #546313) + + -- Onkar Shinde <[email protected]> Thu, 17 Sep 2009 23:24:56 +0530 + +java-gnome (4.0.13-1) unstable; urgency=low + + * New upstream release. + * debian/control + - Add cdbs build-dependency. + - Bump GTK+ build dependency version as per upstream. + - Add build dependencies xvfb, xfonts-base, metacity, hicolor-icon-theme. + These are needed for screenshot generation during build. + - Add a -doc package which contains API documentation. (LP: #309023) + - Remove ${shlibs:Depends} dependency for -java package. + - Add myself to uploaders. + - Change standard version to 3.8.3. + * debian/rules + - Rewrite to build using cdbs. The file is simplified and very small now. + - Add configure argument specifying jni directory. + * debian/libjava-gnome-*.install + - Add files to use with cdbs. + * debian/patches/01_change_jni_library_location.diff + - Removed. Not needed anymore. + * debian/patches/01_take_screenshots.diff + - Small changes to upstream code that takes screenshots during build + process. The patch makes sure the process works inside pbuilder chroot. + * debian/README.source + - Add to comply with policy. + * debian/watch + - Make regular expression more compact. + + -- Onkar Shinde <[email protected]> Mon, 07 Sep 2009 12:29:11 +0530 + +java-gnome (4.0.12-1) unstable; urgency=low + + [ Manu Mahajan ] + * Update to latest upstream release 4.0.12 (LP: #380446) + * Split the binary package into two separate packages for java and jni files + + [ Onkar Shinde ] + * debian/control + - Add various build dependencies as specified in configure file in upstream + source. + - Remove build dependency default-jdk-builddep. We do not build any -gcj + package. + - Add default-jre | java5-runtime as dependency since the target JVM + version is 1.5. + * debian/rules + - Remove the hard coded version of jni .so file. + + [ Torsten Werner ] + * Change Section: java. + * Add get-orig-source target to debian/rules. + * Minor fix in debian/copyright: do not refer to unversioned GPL file. + + -- Torsten Werner <[email protected]> Thu, 20 Aug 2009 20:22:27 +0200 + +java-gnome (4.0.9-2) unstable; urgency=low + + [ Manu Mahajan ] + * Merged changes from Ubuntu package(4.0.9-1) courtesy of Hannes Wallnoefer + + -- Manu Mahajan <[email protected]> Sat, 20 Dec 2008 22:45:00 +0530 + +java-gnome (4.0.9-1) unstable; urgency=low + + [ Hannes Wallnoefer ] + * New upstream release 4.0.9 + * Remove Cairo export patch, bug has been fixed upstream + (Gnome bug #528282) + + -- Hannes Wallnoefer <[email protected]> Wed, 03 Dec 2008 23:49:59 +0100 + +java-gnome (4.0.7-1) unstable; urgency=low + + [ Manu Mahajan ] + * Upgraded to upstream version 4.0.7 + * Changed build dependency from java-gcj-compat-dev to default-jdk-builddep + Closes: #477867 + + [ Thomas Girard ] + * Switch to quilt for patch management + * Add Vcs-*: fields to debian/control + * Add Homepage: field to debian/control + * Apply patch to prevent export of Cairo backend functions. Thanks to + Loïc Minier for his invaluable help on this FTBFS bug. Closes: #476295 + * Remove markdown section from debian/copyright; it's no longer distributed + in the tarball. + + -- Thomas Girard <[email protected]> Sat, 10 May 2008 13:57:29 +0000 + +java-gnome (4.0.6-1) unstable; urgency=low + + [ Manu Mahajan ] + * Initial release, Closes: Bug#467442 + * Changed location of libgtkjni from usr/lib to usr/lib/jni + * Tweaked the MakeFile to build with java-gcj-compat-dev + + [ Thomas Girard ] + * Backport changeset 449: "Remove 15 warnings related to sentinels" + + -- Manu Mahajan <[email protected]> Mon, 24 Mar 2008 01:01:11 +0530 Deleted: tags/java-gnome/4.1.1-3/debian/control =================================================================== --- trunk/java-gnome/debian/control 2012-06-04 22:18:36 UTC (rev 16101) +++ tags/java-gnome/4.1.1-3/debian/control 2012-06-05 04:44:50 UTC (rev 16105) @@ -1,80 +0,0 @@ -Source: java-gnome -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Manu Mahajan <[email protected]>, - Onkar Shinde <[email protected]>, - Guillaume Mazoyer <[email protected]> -Build-Depends: cdbs, - debhelper (>= 5), - default-jdk, - hicolor-icon-theme, - junit, - libatk1.0-dev, - libcairo2-dev (>= 1.10), - libenchant-dev, - libglib2.0-dev (>= 2.28), - libgtk-3-dev (>= 3.0), - libgtksourceview-3.0-dev (>= 3.0), - libnotify-dev (>= 0.7), - libpango1.0-dev (>= 1.28), - librsvg2-dev (>= 2.32), - libunique-3.0-dev (>= 3.0), - metacity, - quilt, - xfonts-base, - xvfb -Standards-Version: 3.9.2 -Section: java -Homepage: http://java-gnome.sourceforge.net/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-gnome -DM-Upload-Allowed: yes - -Package: libjava-gnome-java -Architecture: all -Depends: libjava-gnome-jni (>= ${source:Version}), - ${misc:Depends} -Description: 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 - layer presenting the public API, and steadily increasing coverage of - the underlying libraries. - . - You can use java-gnome to develop sophisticated user interfaces for - Linux applications so that they richly integrate with the GNOME Desktop - while leveraging the power of the Java language and your expertise with - it. - -Package: libjava-gnome-jni -Section: libs -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: libjava-gnome-java (<< 4.0.11) -Description: 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 - layer presenting the public API, and steadily increasing coverage of - the underlying libraries. - . - You can use java-gnome to develop sophisticated user interfaces for - Linux applications so that they richly integrate with the GNOME Desktop - while leveraging the power of the Java language and your expertise with - it. - -Package: libjava-gnome-java-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Suggests: libjava-gnome-java -Description: 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 - layer presenting the public API, and steadily increasing coverage of - the underlying libraries. - . - You can use java-gnome to develop sophisticated user interfaces for - Linux applications so that they richly integrate with the GNOME Desktop - while leveraging the power of the Java language and your expertise with - it. - . - This package contains the API documentation. Copied: tags/java-gnome/4.1.1-3/debian/control (from rev 16104, trunk/java-gnome/debian/control) =================================================================== --- tags/java-gnome/4.1.1-3/debian/control (rev 0) +++ tags/java-gnome/4.1.1-3/debian/control 2012-06-05 04:44:50 UTC (rev 16105) @@ -0,0 +1,81 @@ +Source: java-gnome +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Manu Mahajan <[email protected]>, + Onkar Shinde <[email protected]>, + Guillaume Mazoyer <[email protected]> +Build-Depends: cdbs, + debhelper (>= 5), + default-jdk, + hicolor-icon-theme, + junit, + libatk1.0-dev, + libcairo2-dev (>= 1.10), + libenchant-dev, + libglib2.0-dev (>= 2.28), + libgtk-3-dev (>= 3.0), + libgtksourceview-3.0-dev (>= 3.0), + libnotify-dev (>= 0.7), + libpango1.0-dev (>= 1.28), + librsvg2-dev (>= 2.32), + libunique-3.0-dev (>= 3.0), + metacity, + quilt, + xfonts-base, + xvfb, + python +Standards-Version: 3.9.3 +Section: java +Homepage: http://java-gnome.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-gnome +DM-Upload-Allowed: yes + +Package: libjava-gnome-java +Architecture: all +Depends: libjava-gnome-jni (>= ${source:Version}), + ${misc:Depends} +Description: 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 + layer presenting the public API, and steadily increasing coverage of + the underlying libraries. + . + You can use java-gnome to develop sophisticated user interfaces for + Linux applications so that they richly integrate with the GNOME Desktop + while leveraging the power of the Java language and your expertise with + it. + +Package: libjava-gnome-jni +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Replaces: libjava-gnome-java (<< 4.0.11) +Description: 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 + layer presenting the public API, and steadily increasing coverage of + the underlying libraries. + . + You can use java-gnome to develop sophisticated user interfaces for + Linux applications so that they richly integrate with the GNOME Desktop + while leveraging the power of the Java language and your expertise with + it. + +Package: libjava-gnome-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: libjava-gnome-java +Description: 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 + layer presenting the public API, and steadily increasing coverage of + the underlying libraries. + . + You can use java-gnome to develop sophisticated user interfaces for + Linux applications so that they richly integrate with the GNOME Desktop + while leveraging the power of the Java language and your expertise with + it. + . + This package contains the API documentation. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

