r27669 - in /desktop/experimental/vte/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 19 07:17:33 UTC 2011


Author: joss
Date: Tue Apr 19 07:17:24 2011
New Revision: 27669

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27669
Log:
Fix long description, thanks Teemu Ikonen. Closes: #623219.

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

Modified: desktop/experimental/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/changelog?rev=27669&op=diff
==============================================================================
--- desktop/experimental/vte/debian/changelog [utf-8] (original)
+++ desktop/experimental/vte/debian/changelog [utf-8] Tue Apr 19 07:17:24 2011
@@ -1,3 +1,9 @@
+vte (1:0.28.0-2) UNRELEASED; urgency=low
+
+  * Fix long description, thanks Teemu Ikonen. Closes: #623219.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 19 Apr 2011 09:15:59 +0200
+
 vte (1:0.28.0-1) experimental; urgency=low
 
   * Team upload.

Modified: desktop/experimental/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/control?rev=27669&op=diff
==============================================================================
--- desktop/experimental/vte/debian/control [utf-8] (original)
+++ desktop/experimental/vte/debian/control [utf-8] Tue Apr 19 07:17:24 2011
@@ -40,10 +40,13 @@
          ${shlibs:Depends},
          libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
+ .
+ This package contains the runtime library, needed by programs using the 
+ VTE widget with GTK+ 2.0.
 
 Package: libvte9-udeb
 XC-Package-Type: udeb
@@ -53,15 +56,13 @@
 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 provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- 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.
+ This package contains the minimal runtime library for GTK+ 2.0 needed 
+ by the Debian installer.
 
 Package: libvte-dev
 Architecture: any
@@ -78,13 +79,14 @@
 Recommends: libvte-doc
 Provides: python-vte-dev
 Description: Terminal emulator widget for GTK+ 2.0 - development files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains development files for the VTE library and its 
- Python bindings.
+ Python bindings. It is needed to develop and build programs using the 
+ VTE widget with GTK+ 2.0.
 
 Package: libvte-2.90-9
 Architecture: any
@@ -92,10 +94,13 @@
          ${shlibs:Depends},
          libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 3.0 - runtime files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
+ .
+ This package contains the runtime library, needed by programs using the 
+ VTE widget with GTK+ 3.0.
 
 Package: gir1.2-vte-2.90
 Architecture: any
@@ -105,8 +110,8 @@
  This package contains introspection data for VTE, a terminal emulator
  widget for GTK+.
  .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
+ It can be used by interpreters understanding the GIRepository format to 
+ write programs using the VTE widget for GTK+ 3.0.
 
 Package: libvte-2.90-dev
 Architecture: any
@@ -122,25 +127,27 @@
          libvte-common
 Recommends: libvte-doc
 Description: Terminal emulator widget for GTK+ 3.0 - development files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains development files for the VTE library and its 
- Python bindings.
+ Python bindings. It is needed to develop and build programs using the 
+ VTE widget with GTK+ 3.0.
 
 Package: libvte-common
 Architecture: all
 Depends: ${misc:Depends}
 Replaces: libvte2 (<= 0.5.1-2)
 Description: Terminal emulator widget for GTK+ - common files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- This package contains internationalization files for the VTE library.
+ This package contains internationalization files for the VTE library 
+ and common files for the GTK+ 2.x and 3.x versions.
 
 Package: python-vte
 Architecture: any
@@ -157,21 +164,22 @@
           python2.4-vte
 Breaks: gdebi (<< 0.6.1)
 Description: Python bindings for the VTE widget set
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- This package contains the Python bindings for the VTE library.
- 
+ This package contains the Python bindings to the VTE library for GTK+ 
+ 2.x.
+
 Package: libvte-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Description: Terminal emulator widget for GTK+ - documentation
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains documentation files for the VTE library.

Modified: desktop/experimental/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/control.in?rev=27669&op=diff
==============================================================================
--- desktop/experimental/vte/debian/control.in [utf-8] (original)
+++ desktop/experimental/vte/debian/control.in [utf-8] Tue Apr 19 07:17:24 2011
@@ -35,10 +35,13 @@
          ${shlibs:Depends},
          libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
+ .
+ This package contains the runtime library, needed by programs using the 
+ VTE widget with GTK+ 2.0.
 
 Package: libvte9-udeb
 XC-Package-Type: udeb
@@ -48,15 +51,13 @@
 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 provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- 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.
+ This package contains the minimal runtime library for GTK+ 2.0 needed 
+ by the Debian installer.
 
 Package: libvte-dev
 Architecture: any
@@ -73,13 +74,14 @@
 Recommends: libvte-doc
 Provides: python-vte-dev
 Description: Terminal emulator widget for GTK+ 2.0 - development files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains development files for the VTE library and its 
- Python bindings.
+ Python bindings. It is needed to develop and build programs using the 
+ VTE widget with GTK+ 2.0.
 
 Package: libvte-2.90-9
 Architecture: any
@@ -87,10 +89,13 @@
          ${shlibs:Depends},
          libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 3.0 - runtime files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
+ .
+ This package contains the runtime library, needed by programs using the 
+ VTE widget with GTK+ 3.0.
 
 Package: gir1.2-vte-2.90
 Architecture: any
@@ -100,8 +105,8 @@
  This package contains introspection data for VTE, a terminal emulator
  widget for GTK+.
  .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
+ It can be used by interpreters understanding the GIRepository format to 
+ write programs using the VTE widget for GTK+ 3.0.
 
 Package: libvte-2.90-dev
 Architecture: any
@@ -117,25 +122,27 @@
          libvte-common
 Recommends: libvte-doc
 Description: Terminal emulator widget for GTK+ 3.0 - development files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains development files for the VTE library and its 
- Python bindings.
+ Python bindings. It is needed to develop and build programs using the 
+ VTE widget with GTK+ 3.0.
 
 Package: libvte-common
 Architecture: all
 Depends: ${misc:Depends}
 Replaces: libvte2 (<= 0.5.1-2)
 Description: Terminal emulator widget for GTK+ - common files
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- This package contains internationalization files for the VTE library.
+ This package contains internationalization files for the VTE library 
+ and common files for the GTK+ 2.x and 3.x versions.
 
 Package: python-vte
 Architecture: any
@@ -152,21 +159,22 @@
           python2.4-vte
 Breaks: gdebi (<< 0.6.1)
 Description: Python bindings for the VTE widget set
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
- This package contains the Python bindings for the VTE library.
- 
+ This package contains the Python bindings to the VTE library for GTK+ 
+ 2.x.
+
 Package: libvte-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Description: Terminal emulator widget for GTK+ - documentation
- 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.
+ The VTE library provides a terminal emulator widget VteTerminal for
+ applications using the GTK+ toolkit. It also provides the VtePTY object 
+ containing functions for starting a new process on a new 
+ pseudo-terminal and for manipulating pseudo-terminals.
  .
  This package contains documentation files for the VTE library.




More information about the pkg-gnome-commits mailing list