[pkg-java] r11296 - in trunk/java-gnome/debian: . patches
Onkar Shinde
onkarshinde-guest at alioth.debian.org
Wed Dec 16 15:08:07 UTC 2009
Author: onkarshinde-guest
Date: 2009-12-16 15:08:01 +0000 (Wed, 16 Dec 2009)
New Revision: 11296
Modified:
trunk/java-gnome/debian/changelog
trunk/java-gnome/debian/patches/01_take_screenshots.diff
trunk/java-gnome/debian/rules
Log:
java-gnome 4.0.14
Modified: trunk/java-gnome/debian/changelog
===================================================================
--- trunk/java-gnome/debian/changelog 2009-12-16 07:48:44 UTC (rev 11295)
+++ trunk/java-gnome/debian/changelog 2009-12-16 15:08:01 UTC (rev 11296)
@@ -1,3 +1,15 @@
+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.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com> Wed, 16 Dec 2009 16:51:26 +0530
+
java-gnome (4.0.13-3) unstable; urgency=low
* debian/rules
Modified: trunk/java-gnome/debian/patches/01_take_screenshots.diff
===================================================================
--- trunk/java-gnome/debian/patches/01_take_screenshots.diff 2009-12-16 07:48:44 UTC (rev 11295)
+++ trunk/java-gnome/debian/patches/01_take_screenshots.diff 2009-12-16 15:08:01 UTC (rev 11296)
@@ -25,15 +25,6 @@
}
Gtk.init(new String[] {
-@@ -148,7 +148,7 @@
- SnapshotQuestionMessageDialog.class,
- SnapshotTreeView.class,
- SnapshotTreeStore.class,
-- SnapshotFileChooserDialog.class,
-+ /*SnapshotFileChooserDialog.class,*/
- SnapshotAboutDialog.class,
- SnapshotHScale.class,
- SnapshotVScale.class,
@@ -162,7 +162,7 @@
SnapshotContextLine.class,
SnapshotTextView.class,
Modified: trunk/java-gnome/debian/rules
===================================================================
--- trunk/java-gnome/debian/rules 2009-12-16 07:48:44 UTC (rev 11295)
+++ trunk/java-gnome/debian/rules 2009-12-16 15:08:01 UTC (rev 11296)
@@ -9,7 +9,10 @@
ifneq (,$(filter $(DEB_HOST_ARCH), i386 amd64 powerpc))
DEB_MAKE_ENVVARS += DISPLAY=":99"
DEB_MAKE_BUILD_TARGET += doc
-endif
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH), hppa))
+CFLAGS += -ffunction-sections
+endif
get-orig-source:
uscan --force-download --rename
More information about the pkg-java-commits
mailing list