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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 24 12:50:51 UTC 2007


Author: lool
Date: Tue Apr 24 12:50:51 2007
New Revision: 10316

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10316
Log:
* Wrap build-deps and deps.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    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=10316&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Tue Apr 24 12:50:51 2007
@@ -1,8 +1,9 @@
 vte (1:0.16.1-2) UNRELEASED; urgency=low
 
   * Upload to unstable; drop check-dist include.
-
- -- Loic Minier <lool at dooz.org>  Tue, 24 Apr 2007 14:49:47 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 24 Apr 2007 14:50:43 +0200
 
 vte (1:0.16.1-1) experimental; urgency=low
 

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=10316&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control (original)
+++ desktop/unstable/vte/debian/control Tue Apr 24 12:50:51 2007
@@ -5,12 +5,30 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.3
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev (> 2.9.0), libgtk2.0-dev (>= 2.6.0), gettext, python-gtk2-dev, python-all-dev (>= 2.3.5-11), libncurses5-dev, libxrender-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools, libxt-dev, libfreetype6-dev (>= 2.0.2), python-support (>= 0.3), libpango1.0-dev, libxft-dev
+Build-Depends: cdbs (>= 0.4.43),
+               debhelper (>= 5.0.37.2),
+               libglib2.0-dev (> 2.9.0),
+               libgtk2.0-dev (>= 2.6.0),
+               gettext,
+               python-gtk2-dev,
+               python-all-dev (>= 2.3.5-11),
+               libncurses5-dev,
+               libxrender-dev,
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               gtk-doc-tools,
+               libxt-dev,
+               libfreetype6-dev (>= 2.0.2),
+               python-support (>= 0.3),
+               libpango1.0-dev,
+               libxft-dev
 
 Package: libvte9
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}, libvte-common
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libvte-common
 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
@@ -20,7 +38,22 @@
 Package: libvte-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libvte9 (= ${binary:Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev, libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, libfontconfig1-dev
+Depends: ${misc:Depends},
+         libvte9 (= ${binary:Version}),
+         libgtk2.0-dev (>= 2.4.0),
+         libncurses5-dev,
+         libxrender-dev,
+         libxft-dev,
+         libfreetype6-dev,
+         libatk1.0-dev,
+         libpango1.0-dev,
+         libglib2.0-dev,
+         libsm-dev,
+         libice-dev,
+         zlib1g-dev,
+         libncurses5-dev | libncurses-dev,
+         libx11-dev,
+         libfontconfig1-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
@@ -45,11 +78,16 @@
 Package: python-vte
 Architecture: any
 Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-gtk2
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Conflicts: python2.3-vte, python2.4-vte
-Replaces: python2.3-vte, python2.4-vte
+Conflicts: python2.3-vte,
+           python2.4-vte
+Replaces: python2.3-vte,
+          python2.4-vte
 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

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=10316&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in (original)
+++ desktop/unstable/vte/debian/control.in Tue Apr 24 12:50:51 2007
@@ -5,12 +5,30 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.3
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev (> 2.9.0), libgtk2.0-dev (>= 2.6.0), gettext, python-gtk2-dev, python-all-dev (>= 2.3.5-11), libncurses5-dev, libxrender-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools, libxt-dev, libfreetype6-dev (>= 2.0.2), python-support (>= 0.3), libpango1.0-dev, libxft-dev
+Build-Depends: cdbs (>= 0.4.43),
+               debhelper (>= 5.0.37.2),
+               libglib2.0-dev (> 2.9.0),
+               libgtk2.0-dev (>= 2.6.0),
+               gettext,
+               python-gtk2-dev,
+               python-all-dev (>= 2.3.5-11),
+               libncurses5-dev,
+               libxrender-dev,
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               gtk-doc-tools,
+               libxt-dev,
+               libfreetype6-dev (>= 2.0.2),
+               python-support (>= 0.3),
+               libpango1.0-dev,
+               libxft-dev
 
 Package: libvte9
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}, libvte-common
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libvte-common
 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
@@ -20,7 +38,22 @@
 Package: libvte-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libvte9 (= ${binary:Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev, libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, libfontconfig1-dev
+Depends: ${misc:Depends},
+         libvte9 (= ${binary:Version}),
+         libgtk2.0-dev (>= 2.4.0),
+         libncurses5-dev,
+         libxrender-dev,
+         libxft-dev,
+         libfreetype6-dev,
+         libatk1.0-dev,
+         libpango1.0-dev,
+         libglib2.0-dev,
+         libsm-dev,
+         libice-dev,
+         zlib1g-dev,
+         libncurses5-dev | libncurses-dev,
+         libx11-dev,
+         libfontconfig1-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
@@ -45,11 +78,16 @@
 Package: python-vte
 Architecture: any
 Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-gtk2
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Conflicts: python2.3-vte, python2.4-vte
-Replaces: python2.3-vte, python2.4-vte
+Conflicts: python2.3-vte,
+           python2.4-vte
+Replaces: python2.3-vte,
+          python2.4-vte
 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




More information about the pkg-gnome-commits mailing list