Changeset 7207
- Timestamp:
- 01/22/11 19:21:07 (2 years ago)
- Location:
- pkg/raul/main/libgnome/trunk/debian
- Files:
-
- 2 added
- 4 edited
-
changelog (modified) (1 diff)
-
patches/00_as-needed.patch (modified) (2 diffs)
-
patches/02_path_max.patch (modified) (1 diff)
-
rules (modified) (1 diff)
-
source (added)
-
source/format (added)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/libgnome/trunk/debian/changelog
r6623 r7207 1 libgnome (2.32.0-parsix1) unstable; urgency=low 2 3 * New upstream stable version 4 - switched to source format 3.0 (quilt) 5 - refreshed 02_path_max.patch and 00_as-needed.patch 6 7 -- Alan Baghumian <alan@technotux.org> Sat, 22 Jan 2011 10:20:10 -0800 8 1 9 libgnome (2.30.0-parsix1) unstable; urgency=low 2 10 -
pkg/raul/main/libgnome/trunk/debian/patches/00_as-needed.patch
r2313 r7207 1 Index: nautilus-2.18.1/ltmain.sh 2 =================================================================== 3 --- nautilus-2.18.1.orig/ltmain.sh 2006-07-13 09:12:13.000000000 +0200 4 +++ nautilus-2.18.1/ltmain.sh 2007-06-06 23:36:38.899175453 +0200 5 @@ -1794,6 +1794,11 @@ 6 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 1 diff -urN libgnome-2.32.0/ltmain.sh libgnome-2.32.0.new//ltmain.sh 2 --- libgnome-2.32.0/ltmain.sh 2010-09-27 10:29:03.000000000 -0700 3 +++ libgnome-2.32.0.new//ltmain.sh 2011-01-22 10:18:42.775091194 -0800 4 @@ -5041,6 +5041,11 @@ 5 arg=$func_stripname_result 7 6 ;; 8 7 … … 13 12 + 14 13 -Wl,*) 15 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`16 arg =17 @@ - 2134,6 +2139,15 @@14 func_stripname '-Wl,' '' "$arg" 15 args=$func_stripname_result 16 @@ -5394,6 +5399,15 @@ 18 17 lib= 19 18 found=no -
pkg/raul/main/libgnome/trunk/debian/patches/02_path_max.patch
r492 r7207 1 --- libgnome-2.10.0/libgnome/gnome-program.c.orig 2005-06-08 00:56:37.044243608 +0200 2 +++ libgnome-2.10.0/libgnome/gnome-program.c 2005-06-08 00:57:11.757966320 +0200 3 @@ -54,6 +54,10 @@ 4 #include "gnome-i18n.h" 5 #include "gnome-url.h" 1 diff -urN libgnome-2.32.0/libgnome/gnome-program.c libgnome-2.32.0.new//libgnome/gnome-program.c 2 --- libgnome-2.32.0/libgnome/gnome-program.c 2010-02-07 10:04:26.000000000 -0800 3 +++ libgnome-2.32.0.new//libgnome/gnome-program.c 2011-01-22 10:18:00.051074175 -0800 4 @@ -64,6 +64,10 @@ 5 6 #define GNOME_PROGRAM_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), GNOME_TYPE_PROGRAM, GnomeProgramPrivate)) 6 7 7 8 +#ifndef PATH_MAX -
pkg/raul/main/libgnome/trunk/debian/rules
r5231 r7207 2 2 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 include /usr/share/cdbs/1/rules/simple-patchsys.mk5 4 include /usr/share/cdbs/1/rules/utils.mk 6 5 include /usr/share/cdbs/1/class/gnome.mk
Note: See TracChangeset
for help on using the changeset viewer.


