r16520 - in /desktop/unstable/vte/debian: changelog control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jul 11 17:46:20 UTC 2008


Author: lool
Date: Fri Jul 11 17:46:20 2008
New Revision: 16520

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16520
Log:
Redisable udeb as the static linking approach isn't terribly good and wont
work on !i386.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control.in

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=16520&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Fri Jul 11 17:46:20 2008
@@ -25,6 +25,8 @@
   * Drop dup --disable-maintainer-mode flag.
   * Allow overriding CFLAGS per package as cdbs only allows this for the
     makefile class.
+  * Redisable udeb as the static linking approach isn't terribly good and wont
+    work on !i386.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:44:36 +0200
 

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=16520&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in (original)
+++ desktop/unstable/vte/debian/control.in Fri Jul 11 17:46:20 2008
@@ -36,23 +36,23 @@
  sequence or just random data. The sample program "interpret" illustrates
  more or less what the widget sees after it filters incoming data.
 
-Package: libvte9-udeb
-XC-Package-Type: udeb
-Section: debian-installer
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
- This is a udeb, or a microdeb, for the debian-installer.
- .
- The VTE library inserts terminal capability strings into a trie, and then
- uses it to determine if data received from a pseudo-terminal is a control
- sequence or just random data. The sample program "interpret" illustrates
- more or less what the widget sees after it filters incoming data.
- .
- This package contains the minimal runtime library needed by the Debian
- installer.
+#Package: libvte9-udeb
+#XC-Package-Type: udeb
+#Section: debian-installer
+#Priority: extra
+#Architecture: any
+#Depends: ${misc:Depends},
+#         ${shlibs:Depends}
+#Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
+# This is a udeb, or a microdeb, for the debian-installer.
+# .
+# The VTE library inserts terminal capability strings into a trie, and then
+# uses it to determine if data received from a pseudo-terminal is a control
+# sequence or just random data. The sample program "interpret" illustrates
+# more or less what the widget sees after it filters incoming data.
+# .
+# This package contains the minimal runtime library needed by the Debian
+# installer.
 
 Package: libvte-dev
 Architecture: any




More information about the pkg-gnome-commits mailing list