r24201 - in /desktop/unstable/vte/debian: changelog control control.in patches/01_transparent_crash.patch patches/90_autoreconf.patch patches/series
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Mon May 3 18:19:27 UTC 2010
Author: slomo
Date: Mon May 3 18:19:26 2010
New Revision: 24201
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24201
Log:
* New upstream bugfix release:
+ debian/patches/01_transparent_crash.patch:
- Dropped, fixed upstream.
+ debian/patches/90_autoreconf.patch:
- Regenerated for the new version.
+ debian/control.in:
- Update build dependencies and dependencies of the -dev package.
Removed:
desktop/unstable/vte/debian/patches/01_transparent_crash.patch
Modified:
desktop/unstable/vte/debian/changelog
desktop/unstable/vte/debian/control
desktop/unstable/vte/debian/control.in
desktop/unstable/vte/debian/patches/90_autoreconf.patch
desktop/unstable/vte/debian/patches/series
Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=24201&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Mon May 3 18:19:26 2010
@@ -1,3 +1,15 @@
+vte (1:0.24.1-1) unstable; urgency=low
+
+ * New upstream bugfix release:
+ + debian/patches/01_transparent_crash.patch:
+ - Dropped, fixed upstream.
+ + debian/patches/90_autoreconf.patch:
+ - Regenerated for the new version.
+ + debian/control.in:
+ - Update build dependencies and dependencies of the -dev package.
+
+ -- Sebastian Dröge <slomo at debian.org> Mon, 03 May 2010 20:11:29 +0200
+
vte (1:0.24.0-3) unstable; urgency=low
* debian/python-vte.install:
Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=24201&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control [utf-8] (original)
+++ desktop/unstable/vte/debian/control [utf-8] Mon May 3 18:19:26 2010
@@ -7,13 +7,14 @@
Section: libs
Priority: optional
Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Luca Falavigna <dktrkranz at debian.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.3
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+Standards-Version: 3.8.4
XS-Python-Version: >= 2.3
Build-Depends: cdbs (>= 0.4.43),
debhelper (>= 5.0.37.2),
- quilt,
libglib2.0-dev (>= 2.22.0),
+ libcairo2-dev,
+ libx11-dev,
libgtk2.0-dev (>= 2.19.7-2),
gettext,
python-gtk2-dev,
@@ -64,6 +65,8 @@
Depends: ${misc:Depends},
libvte9 (= ${binary:Version}),
python-vte (= ${binary:Version}),
+ libcairo2-dev,
+ libx11-dev,
libgtk2.0-dev (>= 2.14.0),
libpango1.0-dev (>= 1.22.0),
libglib2.0-dev (>= 2.22.0)
Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=24201&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in [utf-8] (original)
+++ desktop/unstable/vte/debian/control.in [utf-8] Mon May 3 18:19:26 2010
@@ -8,6 +8,8 @@
Build-Depends: cdbs (>= 0.4.43),
debhelper (>= 5.0.37.2),
libglib2.0-dev (>= 2.22.0),
+ libcairo2-dev,
+ libx11-dev,
libgtk2.0-dev (>= 2.19.7-2),
gettext,
python-gtk2-dev,
@@ -58,6 +60,8 @@
Depends: ${misc:Depends},
libvte9 (= ${binary:Version}),
python-vte (= ${binary:Version}),
+ libcairo2-dev,
+ libx11-dev,
libgtk2.0-dev (>= 2.14.0),
libpango1.0-dev (>= 1.22.0),
libglib2.0-dev (>= 2.22.0)
Modified: desktop/unstable/vte/debian/patches/90_autoreconf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/90_autoreconf.patch?rev=24201&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/90_autoreconf.patch [utf-8] (original)
+++ desktop/unstable/vte/debian/patches/90_autoreconf.patch [utf-8] Mon May 3 18:19:26 2010
@@ -1,6 +1,6 @@
-diff -Naur vte-0.24.0.old/aclocal.m4 vte-0.24.0/aclocal.m4
---- vte-0.24.0.old/aclocal.m4 2010-03-29 15:07:17.000000000 +0200
-+++ vte-0.24.0/aclocal.m4 2010-03-31 11:16:20.477296519 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/aclocal.m4 vte-0.24.1/aclocal.m4
+--- vte-0.24.1.old/aclocal.m4 2010-04-26 13:08:58.000000000 +0200
++++ vte-0.24.1/aclocal.m4 2010-05-03 20:15:29.739113319 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
@@ -4555,9 +4555,9 @@
+]) # _AM_PROG_TAR
m4_include([acinclude.m4])
-diff -Naur vte-0.24.0.old/compile vte-0.24.0/compile
---- vte-0.24.0.old/compile 2010-03-17 20:52:07.000000000 +0100
-+++ vte-0.24.0/compile 2010-03-31 11:16:22.522308110 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/compile vte-0.24.1/compile
+--- vte-0.24.1.old/compile 2010-03-17 20:52:07.000000000 +0100
++++ vte-0.24.1/compile 2010-05-03 20:15:31.779106949 +0200
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
@@ -4579,14 +4579,14 @@
fi
rmdir "$lockdir"
-diff -Naur vte-0.24.0.old/configure vte-0.24.0/configure
---- vte-0.24.0.old/configure 2010-03-29 15:07:28.000000000 +0200
-+++ vte-0.24.0/configure 2010-03-31 11:16:21.678286314 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/configure vte-0.24.1/configure
+--- vte-0.24.1.old/configure 2010-04-26 13:09:06.000000000 +0200
++++ vte-0.24.1/configure 2010-05-03 20:15:30.791108195 +0200
@@ -1,12 +1,14 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.64 for vte 0.24.0.
-+# Generated by GNU Autoconf 2.65 for vte 0.24.0.
+-# Generated by GNU Autoconf 2.64 for vte 0.24.1.
++# Generated by GNU Autoconf 2.65 for vte 0.24.1.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=vte>.
#
@@ -4660,7 +4660,7 @@
@@ -1745,7 +1752,7 @@
if $ac_init_version; then
cat <<\_ACEOF
- vte configure 0.24.0
+ vte configure 0.24.1
-generated by GNU Autoconf 2.64
+generated by GNU Autoconf 2.65
@@ -4705,7 +4705,7 @@
@@ -2209,7 +2216,7 @@
running configure, to aid debugging if configure makes a mistake.
- It was created by vte $as_me 0.24.0, which was
+ It was created by vte $as_me 0.24.1, which was
-generated by GNU Autoconf 2.64. Invocation command line was
+generated by GNU Autoconf 2.65. Invocation command line was
@@ -5570,8 +5570,8 @@
+fi
# Search for the required modules.
- VTE_PKGS="glib-2.0 >= $GLIB_REQUIRED gobject-2.0 pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gobject-2.0 gio-2.0 gio-unix-2.0"
-@@ -14875,6 +15043,14 @@
+
+@@ -14887,6 +15055,14 @@
am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
;;
@@ -5586,7 +5586,7 @@
esac
fi
-@@ -14905,6 +15081,14 @@
+@@ -14917,6 +15093,14 @@
am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
;;
@@ -5601,16 +5601,16 @@
esac
fi
-@@ -16132,7 +16316,7 @@
+@@ -16144,7 +16328,7 @@
# values after options handling.
ac_log="
- This file was extended by vte $as_me 0.24.0, which was
+ This file was extended by vte $as_me 0.24.1, which was
-generated by GNU Autoconf 2.64. Invocation command line was
+generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
-@@ -16172,6 +16356,7 @@
+@@ -16184,6 +16368,7 @@
-h, --help print this help, then exit
-V, --version print version number and configuration settings, then exit
@@ -5618,13 +5618,13 @@
-q, --quiet, --silent
do not print progress messages
-d, --debug don't remove temporary files
-@@ -16194,10 +16379,11 @@
+@@ -16206,10 +16391,11 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
- vte config.status 0.24.0
+ vte config.status 0.24.1
-configured by $0, generated by GNU Autoconf 2.64,
- with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+configured by $0, generated by GNU Autoconf 2.65,
@@ -5632,7 +5632,7 @@
Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
-@@ -16235,6 +16421,8 @@
+@@ -16247,6 +16433,8 @@
ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
$as_echo "$ac_cs_version"; exit ;;
@@ -5641,7 +5641,7 @@
--debug | --debu | --deb | --de | --d | -d )
debug=: ;;
--file | --fil | --fi | --f )
-@@ -16344,6 +16532,7 @@
+@@ -16356,6 +16544,7 @@
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
@@ -5649,7 +5649,7 @@
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
-@@ -16449,6 +16638,7 @@
+@@ -16461,6 +16650,7 @@
lt_SP2NL \
lt_NL2SP \
reload_flag \
@@ -5657,7 +5657,7 @@
deplibs_check_method \
file_magic_cmd \
AR \
-@@ -16693,7 +16883,7 @@
+@@ -16705,7 +16895,7 @@
t delim
:nl
h
@@ -5666,7 +5666,7 @@
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
-@@ -16707,7 +16897,7 @@
+@@ -16719,7 +16909,7 @@
t nl
:delim
h
@@ -5675,7 +5675,7 @@
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
-@@ -17391,6 +17581,9 @@
+@@ -17403,6 +17593,9 @@
reload_flag=$lt_reload_flag
reload_cmds=$lt_reload_cmds
@@ -5685,9 +5685,9 @@
# Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method
-diff -Naur vte-0.24.0.old/doc/Makefile.in vte-0.24.0/doc/Makefile.in
---- vte-0.24.0.old/doc/Makefile.in 2010-03-29 15:07:23.000000000 +0200
-+++ vte-0.24.0/doc/Makefile.in 2010-03-31 11:16:22.610286334 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/doc/Makefile.in vte-0.24.1/doc/Makefile.in
+--- vte-0.24.1.old/doc/Makefile.in 2010-04-26 13:09:01.000000000 +0200
++++ vte-0.24.1/doc/Makefile.in 2010-05-03 20:15:31.867106117 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -5720,9 +5720,9 @@
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
-diff -Naur vte-0.24.0.old/doc/openi18n/Makefile.in vte-0.24.0/doc/openi18n/Makefile.in
---- vte-0.24.0.old/doc/openi18n/Makefile.in 2010-03-29 15:07:23.000000000 +0200
-+++ vte-0.24.0/doc/openi18n/Makefile.in 2010-03-31 11:16:22.690287838 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/doc/openi18n/Makefile.in vte-0.24.1/doc/openi18n/Makefile.in
+--- vte-0.24.1.old/doc/openi18n/Makefile.in 2010-04-26 13:09:02.000000000 +0200
++++ vte-0.24.1/doc/openi18n/Makefile.in 2010-05-03 20:15:31.947112297 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -5737,9 +5737,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/doc/reference/Makefile.in vte-0.24.0/doc/reference/Makefile.in
---- vte-0.24.0.old/doc/reference/Makefile.in 2010-03-29 15:07:24.000000000 +0200
-+++ vte-0.24.0/doc/reference/Makefile.in 2010-03-31 11:16:22.766287154 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/doc/reference/Makefile.in vte-0.24.1/doc/reference/Makefile.in
+--- vte-0.24.1.old/doc/reference/Makefile.in 2010-04-26 13:09:02.000000000 +0200
++++ vte-0.24.1/doc/reference/Makefile.in 2010-05-03 20:15:32.027108361 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -5754,9 +5754,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/glade/Makefile.in vte-0.24.0/glade/Makefile.in
---- vte-0.24.0.old/glade/Makefile.in 2010-03-29 15:07:24.000000000 +0200
-+++ vte-0.24.0/glade/Makefile.in 2010-03-31 11:16:22.826285700 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/glade/Makefile.in vte-0.24.1/glade/Makefile.in
+--- vte-0.24.1.old/glade/Makefile.in 2010-04-26 13:09:02.000000000 +0200
++++ vte-0.24.1/glade/Makefile.in 2010-05-03 20:15:32.091106511 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -5771,9 +5771,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/gnome-pty-helper/aclocal.m4 vte-0.24.0/gnome-pty-helper/aclocal.m4
---- vte-0.24.0.old/gnome-pty-helper/aclocal.m4 2010-03-29 15:14:16.000000000 +0200
-+++ vte-0.24.0/gnome-pty-helper/aclocal.m4 2010-03-31 11:16:14.813289356 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/gnome-pty-helper/aclocal.m4 vte-0.24.1/gnome-pty-helper/aclocal.m4
+--- vte-0.24.1.old/gnome-pty-helper/aclocal.m4 2010-04-26 13:11:34.000000000 +0200
++++ vte-0.24.1/gnome-pty-helper/aclocal.m4 2010-05-03 20:15:24.335107290 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
@@ -5809,9 +5809,9 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-diff -Naur vte-0.24.0.old/gnome-pty-helper/configure vte-0.24.0/gnome-pty-helper/configure
---- vte-0.24.0.old/gnome-pty-helper/configure 2010-03-29 15:14:19.000000000 +0200
-+++ vte-0.24.0/gnome-pty-helper/configure 2010-03-31 11:16:15.425285926 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/gnome-pty-helper/configure vte-0.24.1/gnome-pty-helper/configure
+--- vte-0.24.1.old/gnome-pty-helper/configure 2010-04-26 13:11:36.000000000 +0200
++++ vte-0.24.1/gnome-pty-helper/configure 2010-05-03 20:15:24.927106753 +0200
@@ -1,12 +1,14 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
@@ -6205,9 +6205,9 @@
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
-diff -Naur vte-0.24.0.old/gnome-pty-helper/Makefile.in vte-0.24.0/gnome-pty-helper/Makefile.in
---- vte-0.24.0.old/gnome-pty-helper/Makefile.in 2010-03-29 15:14:18.000000000 +0200
-+++ vte-0.24.0/gnome-pty-helper/Makefile.in 2010-03-31 11:16:16.390286085 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/gnome-pty-helper/Makefile.in vte-0.24.1/gnome-pty-helper/Makefile.in
+--- vte-0.24.1.old/gnome-pty-helper/Makefile.in 2010-04-26 13:11:36.000000000 +0200
++++ vte-0.24.1/gnome-pty-helper/Makefile.in 2010-05-03 20:15:26.028106742 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -6246,9 +6246,9 @@
*.zip*) \
unzip $(distdir).zip ;;\
esac
-diff -Naur vte-0.24.0.old/ltmain.sh vte-0.24.0/ltmain.sh
---- vte-0.24.0.old/ltmain.sh 2010-03-17 20:51:45.000000000 +0100
-+++ vte-0.24.0/ltmain.sh 2010-03-31 11:16:16.621288360 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/ltmain.sh vte-0.24.1/ltmain.sh
+--- vte-0.24.1.old/ltmain.sh 2010-03-17 20:51:45.000000000 +0100
++++ vte-0.24.1/ltmain.sh 2010-05-03 20:15:26.331106712 +0200
@@ -1,6 +1,6 @@
# Generated from ltmain.m4sh.
@@ -7408,9 +7408,9 @@
esac
$ECHO > $output "\
# $outputname - a libtool library file
-diff -Naur vte-0.24.0.old/Makefile.in vte-0.24.0/Makefile.in
---- vte-0.24.0.old/Makefile.in 2010-03-29 15:07:26.000000000 +0200
-+++ vte-0.24.0/Makefile.in 2010-03-31 11:16:23.650287715 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/Makefile.in vte-0.24.1/Makefile.in
+--- vte-0.24.1.old/Makefile.in 2010-04-26 13:09:04.000000000 +0200
++++ vte-0.24.1/Makefile.in 2010-05-03 20:15:32.867110377 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -7475,9 +7475,9 @@
*.zip*) \
unzip $(distdir).zip ;;\
esac
-diff -Naur vte-0.24.0.old/perf/Makefile.in vte-0.24.0/perf/Makefile.in
---- vte-0.24.0.old/perf/Makefile.in 2010-03-29 15:07:24.000000000 +0200
-+++ vte-0.24.0/perf/Makefile.in 2010-03-31 11:16:22.882286535 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/perf/Makefile.in vte-0.24.1/perf/Makefile.in
+--- vte-0.24.1.old/perf/Makefile.in 2010-04-26 13:09:02.000000000 +0200
++++ vte-0.24.1/perf/Makefile.in 2010-05-03 20:15:32.163108194 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -7492,9 +7492,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/python/Makefile.in vte-0.24.0/python/Makefile.in
---- vte-0.24.0.old/python/Makefile.in 2010-03-29 15:07:24.000000000 +0200
-+++ vte-0.24.0/python/Makefile.in 2010-03-31 11:16:23.010286120 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/python/Makefile.in vte-0.24.1/python/Makefile.in
+--- vte-0.24.1.old/python/Makefile.in 2010-04-26 13:09:02.000000000 +0200
++++ vte-0.24.1/python/Makefile.in 2010-05-03 20:15:32.259111740 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -7509,9 +7509,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/src/Makefile.in vte-0.24.0/src/Makefile.in
---- vte-0.24.0.old/src/Makefile.in 2010-03-29 15:11:38.000000000 +0200
-+++ vte-0.24.0/src/Makefile.in 2010-03-31 11:16:23.494286319 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/src/Makefile.in vte-0.24.1/src/Makefile.in
+--- vte-0.24.1.old/src/Makefile.in 2010-04-26 13:09:04.000000000 +0200
++++ vte-0.24.1/src/Makefile.in 2010-05-03 20:15:32.699106487 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
@@ -7526,9 +7526,9 @@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
-diff -Naur vte-0.24.0.old/termcaps/Makefile.in vte-0.24.0/termcaps/Makefile.in
---- vte-0.24.0.old/termcaps/Makefile.in 2010-03-29 15:07:26.000000000 +0200
-+++ vte-0.24.0/termcaps/Makefile.in 2010-03-31 11:16:23.558287615 +0200
+diff '-x*config.guess' '-x*config.sub' -Naur vte-0.24.1.old/termcaps/Makefile.in vte-0.24.1/termcaps/Makefile.in
+--- vte-0.24.1.old/termcaps/Makefile.in 2010-04-26 13:09:04.000000000 +0200
++++ vte-0.24.1/termcaps/Makefile.in 2010-05-03 20:15:32.787110620 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
Modified: desktop/unstable/vte/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/series?rev=24201&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/series [utf-8] (original)
+++ desktop/unstable/vte/debian/patches/series [utf-8] Mon May 3 18:19:26 2010
@@ -1,4 +1,3 @@
-01_transparent_crash.patch
12_python_reaper.patch
25_optional-ncurses.patch
60_termcap-home-end.patch
More information about the pkg-gnome-commits
mailing list