[Pkg-libvirt-commits] [gtk-vnc] 01/02: Using wrap-and-sort -ast
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Wed Jan 25 18:03:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
eriberto pushed a commit to branch debian/sid
in repository gtk-vnc.
commit 810b64829e0183260102a640f5683f491bd6cf0d
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date: Wed Jan 25 15:44:00 2017 -0200
Using wrap-and-sort -ast
---
debian/control | 155 ++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 93 insertions(+), 62 deletions(-)
diff --git a/debian/control b/debian/control
index f54768c..84fccec 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,32 @@ Source: gtk-vnc
Section: gnome
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
-Uploaders: Guido Günther <agx at sigxcpu.org>
+Uploaders:
+ Guido Günther <agx at sigxcpu.org>,
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 10),
- dh-autoreconf,
- dh-python,
- gobject-introspection,
- intltool,
- libcairo2-dev,
- libffi-dev,
- libgcrypt20-dev,
- libgirepository1.0-dev,
- libgnutls28-dev,
- libgtk-3-dev,
- libgtk2.0-dev,
- libpulse-dev,
- libsasl2-dev,
- libtext-csv-perl,
- libtool,
- python-dev,
- python-gtk2-dev (>= 2.0),
- valac (>= 0.20)
-Build-Conflicts: libffi4-dev, valac-0.12
+Build-Depends:
+ debhelper (>= 10),
+ dh-autoreconf,
+ dh-python,
+ gobject-introspection,
+ intltool,
+ libcairo2-dev,
+ libffi-dev,
+ libgcrypt20-dev,
+ libgirepository1.0-dev,
+ libgnutls28-dev,
+ libgtk-3-dev,
+ libgtk2.0-dev,
+ libpulse-dev,
+ libsasl2-dev,
+ libtext-csv-perl,
+ libtool,
+ python-dev,
+ python-gtk2-dev (>= 2.0),
+ valac (>= 0.20),
+Build-Conflicts:
+ libffi4-dev,
+ valac-0.12,
X-Python-Version: >= 2.5
Vcs-Git: https://anonscm.debian.org/git/pkg-libvirt/gtk-vnc.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-libvirt/gtk-vnc.git
@@ -33,9 +37,13 @@ Package: libgvnc-1.0-0
Architecture: any
Multi-Arch: same
Section: libs
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: libgtk-vnc-1.0-0 (<= 0.4.3-1)
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ libgtk-vnc-1.0-0 (<= 0.4.3-1),
Description: VNC GObject wrapper (runtime libraries)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -51,9 +59,14 @@ Package: libgvnc-1.0-0-dbg
Architecture: any
Multi-Arch: same
Section: debug
-Depends: libgvnc-1.0-0 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Breaks: libgtk-vnc-1.0-0-dbg (<< 0.4.3-2)
-Replaces: libgtk-vnc-1.0-0-dbg (<< 0.4.3-2)
+Depends:
+ libgvnc-1.0-0 (=${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks:
+ libgtk-vnc-1.0-0-dbg (<< 0.4.3-2),
+Replaces:
+ libgtk-vnc-1.0-0-dbg (<< 0.4.3-2),
Priority: extra
Description: VNC GObject wrapper (debugging symbols)
It is built using coroutines, allowing it to be completely asynchronous while
@@ -69,12 +82,14 @@ Description: VNC GObject wrapper (debugging symbols)
Package: libgvnc-1.0-dev
Architecture: any
Section: libdevel
-Depends: libcairo2-dev (>= 1.2.0),
- libglib2.0-dev,
- libgnutls28-dev,
- libgvnc-1.0-0 (= ${binary:Version}),
- ${misc:Depends}
-Replaces: libgtk-vnc-1.0-dev (<= 0.4.3-1)
+Depends:
+ libcairo2-dev (>= 1.2.0),
+ libglib2.0-dev,
+ libgnutls28-dev,
+ libgvnc-1.0-0 (= ${binary:Version}),
+ ${misc:Depends},
+Replaces:
+ libgtk-vnc-1.0-dev (<= 0.4.3-1),
Description: VNC GObject wrapper (development files)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -91,8 +106,11 @@ Package: libgtk-vnc-1.0-0
Architecture: any
Multi-Arch: same
Section: libs
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: VNC viewer widget for GTK+2 (runtime libraries)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -108,9 +126,10 @@ Package: libgtk-vnc-1.0-0-dbg
Architecture: any
Multi-Arch: same
Section: debug
-Depends: libgtk-vnc-1.0-0 (=${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends:
+ libgtk-vnc-1.0-0 (=${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
Priority: extra
Description: VNC viewer widget for GTK+2 (debugging symbols)
It is built using coroutines, allowing it to be completely asynchronous while
@@ -126,12 +145,13 @@ Description: VNC viewer widget for GTK+2 (debugging symbols)
Package: libgtk-vnc-1.0-dev
Architecture: any
Section: libdevel
-Depends: libcairo2-dev (>= 1.2.0),
- libgnutls28-dev,
- libgtk-vnc-1.0-0 (= ${binary:Version}),
- libgtk2.0-dev (>= 2.0),
- libgvnc-1.0-dev (= ${binary:Version}),
- ${misc:Depends}
+Depends:
+ libcairo2-dev (>= 1.2.0),
+ libgnutls28-dev,
+ libgtk-vnc-1.0-0 (= ${binary:Version}),
+ libgtk2.0-dev (>= 2.0),
+ libgvnc-1.0-dev (= ${binary:Version}),
+ ${misc:Depends},
Description: VNC viewer widget for GTK+2 (development files)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -147,7 +167,9 @@ Package: libgtk-vnc-2.0-0
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: VNC viewer widget for GTK+3 (runtime libraries)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -163,9 +185,10 @@ Package: libgtk-vnc-2.0-0-dbg
Architecture: any
Multi-Arch: same
Section: debug
-Depends: libgtk-vnc-2.0-0 (=${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends:
+ libgtk-vnc-2.0-0 (=${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
Priority: extra
Description: VNC viewer widget for GTK+3 (debugging symbols)
It is built using coroutines, allowing it to be completely asynchronous while
@@ -181,13 +204,14 @@ Description: VNC viewer widget for GTK+3 (debugging symbols)
Package: libgtk-vnc-2.0-dev
Architecture: any
Section: libdevel
-Depends: gir1.2-gtk-vnc-2.0 (= ${binary:Version}),
- libcairo2-dev (>= 1.2.0),
- libgnutls28-dev,
- libgtk-3-dev,
- libgtk-vnc-2.0-0 (= ${binary:Version}),
- libgvnc-1.0-dev (= ${binary:Version}),
- ${misc:Depends}
+Depends:
+ gir1.2-gtk-vnc-2.0 (= ${binary:Version}),
+ libcairo2-dev (>= 1.2.0),
+ libgnutls28-dev,
+ libgtk-3-dev,
+ libgtk-vnc-2.0-0 (= ${binary:Version}),
+ libgvnc-1.0-dev (= ${binary:Version}),
+ ${misc:Depends},
Description: VNC viewer widget for GTK+3 (development files)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -204,8 +228,12 @@ Package: gir1.2-gtk-vnc-2.0
Section: introspection
Architecture: any
Multi-Arch: same
-Provides: gir1.2-gvnc-1.0
-Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides:
+ gir1.2-gvnc-1.0,
+Depends:
+ ${gir:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: GObject introspection data for GTK-VNC
This package contains introspection data for the GTK-VNC library.
.
@@ -220,10 +248,11 @@ Description: GObject introspection data for GTK-VNC
Package: python-gtk-vnc
Architecture: any
Section: python
-Depends: python-gtk2 (>= 2.0),
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
+Depends:
+ python-gtk2 (>= 2.0),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
Description: VNC viewer widget for GTK+2 (Python binding)
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
@@ -238,7 +267,9 @@ Description: VNC viewer widget for GTK+2 (Python binding)
Package: gvncviewer
Architecture: any
Section: x11
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: VNC viewer using gtk-vnc
It is built using coroutines, allowing it to be completely asynchronous while
remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/gtk-vnc.git
More information about the Pkg-libvirt-commits
mailing list