r16516 - in /desktop/unstable/vte/debian: changelog patches/20_make_ft2_optional.patch patches/30_fix_build_no_pty_helper.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jul 11 16:35:43 UTC 2008


Author: lool
Date: Fri Jul 11 16:35:43 2008
New Revision: 16516

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16516
Log:
Update changelog and GNOME bugs references.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/patches/20_make_ft2_optional.patch
    desktop/unstable/vte/debian/patches/30_fix_build_no_pty_helper.patch

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=16516&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Fri Jul 11 16:35:43 2008
@@ -2,16 +2,23 @@
 
   [ Loic Minier ]
   * Properly anchor libvteN regexp.
+  * Misc cleanups of the below changelog and patches.
 
   [ Jérémy Bobbio ]
-  * Enable libvte9-udeb build, introducing the following patches:
+  * New patch, 20_make_ft2_optional, make Freetype2 bdep/dep optional;
+    GNOME #542560.
+  * New patch, 29_add_am_prog_cc_c_o_for_buffer_c, add the AM_PROG_CC_C_O
+    macro which automake claim is required and was added in upstream SVN
+    already.
+  * New patch, 30_fix_build_no_pty_helper, fix missing header issue when
+    building without gnome-pty-helper; GNOME #542561.
+  * New patch, 25_enable_static_ncurses, allows linking statically against
+    ncurses.
+  * New patch, 90_autoreconf, run autoreconf for 20_make_ft2_optional,
+    29_add_am_prog_cc_c_o_for_buffer_c, and 25_enable_static_ncurses.
+  * Re-enable libvte9-udeb build.
      - Drop libvte-common dep in the udeb.
-     - 20_make_ft2_optional: make the dependency on freetype 2 optional.
-     - 25_enable_static_ncurses: allow ncurses to be linked statically.
-     - 29_add_am_prog_cc_c_o_for_buffer_c: make automake happy.
-     - 30_fix_build_no_pty_helper: fix header issue when gnome-pty-helper is
-                                   not enabled.
-     - 90_autoreconf: run autoreconf to add freetype and ncurses options.
+     - Configure the udeb without pangox and ft2 and with a static ncurses.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:44:36 +0200
 

Modified: desktop/unstable/vte/debian/patches/20_make_ft2_optional.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/20_make_ft2_optional.patch?rev=16516&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/20_make_ft2_optional.patch (original)
+++ desktop/unstable/vte/debian/patches/20_make_ft2_optional.patch Fri Jul 11 16:35:43 2008
@@ -1,3 +1,5 @@
+GNOME #542560
+
 --- vte-0.16.14.orig/configure.in
 +++ vte-0.16.14/configure.in
 @@ -365,6 +366,9 @@

Modified: desktop/unstable/vte/debian/patches/30_fix_build_no_pty_helper.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/30_fix_build_no_pty_helper.patch?rev=16516&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/30_fix_build_no_pty_helper.patch (original)
+++ desktop/unstable/vte/debian/patches/30_fix_build_no_pty_helper.patch Fri Jul 11 16:35:43 2008
@@ -1,3 +1,5 @@
+GNOME #542561
+
 --- vte-0.16.14.orig/src/pty.c
 +++ vte-0.16.14/src/pty.c
 @@ -62,6 +62,8 @@




More information about the pkg-gnome-commits mailing list