Ignore:
Timestamp:
07/04/10 04:27:38 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.30.1-1
Location:
pkg/vinnie/main/libgnomecanvas/trunk/debian
Files:
6 edited

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 
     1libgnomecanvas (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 
     7libgnomecanvas (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 
    620 
    721libgnomecanvas (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 
    16Source: libgnomecanvas 
    27Section: devel 
    38Priority: optional 
    49Maintainer: Ondřej SurÜ <ondrej@debian.org> 
    5 Uploaders: 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> 
    6 Standards-Version: 3.8.1 
    7 Build-Depends: debhelper (>= 4.1.0), 
     10Uploaders: 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> 
     11Standards-Version: 3.8.4 
     12Build-Depends: debhelper (>= 5), 
    813        libgtk2.0-dev (>= 2.8.17), 
    914        libgail-dev (>= 1.9.0), 
  • pkg/vinnie/main/libgnomecanvas/trunk/debian/control.in

    r5233 r6636  
    44Maintainer: Ondřej SurÜ <ondrej@debian.org> 
    55Uploaders: @GNOME_TEAM@ 
    6 Standards-Version: 3.8.1 
    7 Build-Depends: debhelper (>= 4.1.0), 
     6Standards-Version: 3.8.4 
     7Build-Depends: debhelper (>= 5), 
    88        libgtk2.0-dev (>= 2.8.17), 
    99        libgail-dev (>= 1.9.0), 
  • pkg/vinnie/main/libgnomecanvas/trunk/debian/patches/01_canvasassert.patch

    r4316 r6636  
    11--- libgnomecanvas/gnome-canvas-shape.c.orig    2005-05-21 10:21:46.000000000 +0000 
    22+++ libgnomecanvas/gnome-canvas-shape.c 2005-05-21 10:23:05.000000000 +0000 
    3 @@ -1343,7 +1343,9 @@ 
     3@@ -1342,7 +1342,9 @@ 
    44 { 
    55        GnomeCanvasShapePrivGdk * gdk; 
  • pkg/vinnie/main/libgnomecanvas/trunk/debian/patches/99_ltmain_as-needed.patch

    r5233 r6636  
    11--- ltmain.sh.orig      2009-03-09 14:27:10.000000000 +0100 
    22+++ 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 
    55        ;; 
    66  
     
    1111+ 
    1212       -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 @@ 
    1616        lib= 
    1717        found=no 
  • pkg/vinnie/main/libgnomecanvas/trunk/debian/rules

    r4316 r6636  
    99-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 
    1010 
    11 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc 
     11DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-glade 
    1212 
    1313LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed 
Note: See TracChangeset for help on using the changeset viewer.