r23505 - in /desktop/unstable/libgnomecanvas/debian: changelog control control.in patches/01_canvasassert.patch patches/99_ltmain_as-needed.patch rules
tao at users.alioth.debian.org
tao at users.alioth.debian.org
Thu Apr 1 19:24:10 UTC 2010
Author: tao
Date: Thu Apr 1 19:24:04 2010
New Revision: 23505
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23505
Log:
* New upstream release.
+ debian/patches/01_canvasassert.patch,
+ debian/patches/99_ltmain_as-needed.patch:
- Refreshed.
+ debian/rules:
- Added --enable-glade to DEB_CONFIGURE_EXTRA_FLAGS
* debian/control.in:
+ Bump Standards version to 3.8.4 (No changes needed).
+ Build-Depend on debhelper (>= 5) since we use compat level 5.
Modified:
desktop/unstable/libgnomecanvas/debian/changelog
desktop/unstable/libgnomecanvas/debian/control
desktop/unstable/libgnomecanvas/debian/control.in
desktop/unstable/libgnomecanvas/debian/patches/01_canvasassert.patch
desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch
desktop/unstable/libgnomecanvas/debian/rules
Modified: desktop/unstable/libgnomecanvas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/changelog?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/changelog [utf-8] Thu Apr 1 19:24:04 2010
@@ -1,3 +1,17 @@
+libgnomecanvas (2.30.1-1) unstable; urgency=low
+
+ * New upstream release.
+ + debian/patches/01_canvasassert.patch,
+ + debian/patches/99_ltmain_as-needed.patch:
+ - Refreshed.
+ + debian/rules:
+ - Added --enable-glade to DEB_CONFIGURE_EXTRA_FLAGS
+ * debian/control.in:
+ + Bump Standards version to 3.8.4 (No changes needed).
+ + Build-Depend on debhelper (>= 5) since we use compat level 5.
+
+ -- David Weinehall <tao at debian.org> Thu, 01 Apr 2010 21:35:49 +0300
+
libgnomecanvas (2.26.0-1) unstable; urgency=low
[ Sven Arvidsson ]
Modified: desktop/unstable/libgnomecanvas/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/control?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/control [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/control [utf-8] Thu Apr 1 19:24:04 2010
@@ -1,10 +1,15 @@
+# This file is autogenerated. DO NOT EDIT!
+#
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
Source: libgnomecanvas
Section: devel
Priority: optional
-Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Marc 'HE' Brockschmidt <he at debian.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.1
-Build-Depends: debhelper (>= 4.1.0),
+Maintainer: Ondřej Surý <ondrej at debian.org>
+Uploaders: David Weinehall <tao at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Marc 'HE' Brockschmidt <he at debian.org>, Sebastian Dröge <slomo at debian.org>
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5),
libgtk2.0-dev (>= 2.8.17),
libgail-dev (>= 1.9.0),
gettext,
Modified: desktop/unstable/libgnomecanvas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/control.in?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/control.in [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/control.in [utf-8] Thu Apr 1 19:24:04 2010
@@ -1,10 +1,10 @@
Source: libgnomecanvas
Section: devel
Priority: optional
-Maintainer: Josselin Mouette <joss at debian.org>
+Maintainer: Ondřej Surý <ondrej at debian.org>
Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.1
-Build-Depends: debhelper (>= 4.1.0),
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5),
libgtk2.0-dev (>= 2.8.17),
libgail-dev (>= 1.9.0),
gettext,
Modified: desktop/unstable/libgnomecanvas/debian/patches/01_canvasassert.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/patches/01_canvasassert.patch?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/patches/01_canvasassert.patch [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/patches/01_canvasassert.patch [utf-8] Thu Apr 1 19:24:04 2010
@@ -1,6 +1,6 @@
--- libgnomecanvas/gnome-canvas-shape.c.orig 2005-05-21 10:21:46.000000000 +0000
+++ libgnomecanvas/gnome-canvas-shape.c 2005-05-21 10:23:05.000000000 +0000
-@@ -1343,7 +1343,9 @@
+@@ -1342,7 +1342,9 @@
{
GnomeCanvasShapePrivGdk * gdk;
Modified: desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch [utf-8] Thu Apr 1 19:24:04 2010
@@ -1,7 +1,7 @@
--- ltmain.sh.orig 2009-03-09 14:27:10.000000000 +0100
+++ ltmain.sh 2009-04-28 13:17:11.438451691 +0200
-@@ -1807,6 +1807,11 @@
- arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+@@ -4716,6 +4716,11 @@
+ arg=$func_stripname_result
;;
+ -Wl,--as-needed)
@@ -10,9 +10,9 @@
+ ;;
+
-Wl,*)
- args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
- arg=
-@@ -2147,6 +2152,15 @@
+ func_stripname '-Wl,' '' "$arg"
+ args=$func_stripname_result
+@@ -5067,6 +5072,15 @@
lib=
found=no
case $deplib in
Modified: desktop/unstable/libgnomecanvas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/rules?rev=23505&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/rules [utf-8] (original)
+++ desktop/unstable/libgnomecanvas/debian/rules [utf-8] Thu Apr 1 19:24:04 2010
@@ -8,7 +8,7 @@
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-glade
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list