Changeset 6636 for pkg/vinnie/main/libgnomecanvas
- Timestamp:
- 07/04/10 04:27:38 (3 years ago)
- Location:
- pkg/vinnie/main/libgnomecanvas/trunk/debian
- Files:
-
- 6 edited
-
changelog (modified) (1 diff)
-
control (modified) (1 diff)
-
control.in (modified) (1 diff)
-
patches/01_canvasassert.patch (modified) (1 diff)
-
patches/99_ltmain_as-needed.patch (modified) (2 diffs)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/vinnie/main/libgnomecanvas/trunk/debian/changelog
r5233 r6636 1 libgnomecanvas (2.26.0-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.26.0-1 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 09 May 2009 10:40:28 -0700 1 libgnomecanvas (2.30.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.30.1-1 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 03 Jul 2010 19:27:07 -0700 6 7 libgnomecanvas (2.30.1-1) unstable; urgency=low 8 9 * New upstream release. 10 + debian/patches/01_canvasassert.patch, 11 + debian/patches/99_ltmain_as-needed.patch: 12 - Refreshed. 13 + debian/rules: 14 - Added --enable-glade to DEB_CONFIGURE_EXTRA_FLAGS 15 * debian/control.in: 16 + Bump Standards version to 3.8.4 (No changes needed). 17 + Build-Depend on debhelper (>= 5) since we use compat level 5. 18 19 -- David Weinehall <tao@debian.org> Thu, 01 Apr 2010 21:35:49 +0300 6 20 7 21 libgnomecanvas (2.26.0-1) unstable; urgency=low -
pkg/vinnie/main/libgnomecanvas/trunk/debian/control
r5233 r6636 1 # This file is autogenerated. DO NOT EDIT! 2 # 3 # Modifications should be made to debian/control.in instead. 4 # This file is regenerated automatically in the clean target. 5 1 6 Source: libgnomecanvas 2 7 Section: devel 3 8 Priority: optional 4 9 Maintainer: OndÅej SurÜ <ondrej@debian.org> 5 Uploaders: D ebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Sebastian Dröge <slomo@debian.org>6 Standards-Version: 3.8. 17 Build-Depends: debhelper (>= 4.1.0),10 Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Sebastian Dröge <slomo@debian.org> 11 Standards-Version: 3.8.4 12 Build-Depends: debhelper (>= 5), 8 13 libgtk2.0-dev (>= 2.8.17), 9 14 libgail-dev (>= 1.9.0), -
pkg/vinnie/main/libgnomecanvas/trunk/debian/control.in
r5233 r6636 4 4 Maintainer: OndÅej SurÜ <ondrej@debian.org> 5 5 Uploaders: @GNOME_TEAM@ 6 Standards-Version: 3.8. 17 Build-Depends: debhelper (>= 4.1.0),6 Standards-Version: 3.8.4 7 Build-Depends: debhelper (>= 5), 8 8 libgtk2.0-dev (>= 2.8.17), 9 9 libgail-dev (>= 1.9.0), -
pkg/vinnie/main/libgnomecanvas/trunk/debian/patches/01_canvasassert.patch
r4316 r6636 1 1 --- libgnomecanvas/gnome-canvas-shape.c.orig 2005-05-21 10:21:46.000000000 +0000 2 2 +++ libgnomecanvas/gnome-canvas-shape.c 2005-05-21 10:23:05.000000000 +0000 3 @@ -134 3,7 +1343,9 @@3 @@ -1342,7 +1342,9 @@ 4 4 { 5 5 GnomeCanvasShapePrivGdk * gdk; -
pkg/vinnie/main/libgnomecanvas/trunk/debian/patches/99_ltmain_as-needed.patch
r5233 r6636 1 1 --- ltmain.sh.orig 2009-03-09 14:27:10.000000000 +0100 2 2 +++ ltmain.sh 2009-04-28 13:17:11.438451691 +0200 3 @@ - 1807,6 +1807,11 @@4 arg= `$echo "X$arg" | $Xsed -e "s/^ //"`3 @@ -4716,6 +4716,11 @@ 4 arg=$func_stripname_result 5 5 ;; 6 6 … … 11 11 + 12 12 -Wl,*) 13 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`14 arg =15 @@ - 2147,6 +2152,15 @@13 func_stripname '-Wl,' '' "$arg" 14 args=$func_stripname_result 15 @@ -5067,6 +5072,15 @@ 16 16 lib= 17 17 found=no -
pkg/vinnie/main/libgnomecanvas/trunk/debian/rules
r4316 r6636 9 9 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 10 10 11 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc 11 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-glade 12 12 13 13 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
Note: See TracChangeset
for help on using the changeset viewer.


