Run wrap-and-sort
This commit is contained in:
33
debian/control
vendored
33
debian/control
vendored
@@ -2,18 +2,19 @@ Source: libgtop2
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bícha <jbicha@ubuntu.com>
|
||||
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>,
|
||||
Jeremy Bícha <jbicha@ubuntu.com>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-gir,
|
||||
dh-sequence-gnome,
|
||||
gettext,
|
||||
pkg-config,
|
||||
libxau-dev,
|
||||
libglib2.0-dev (>= 2.6.0),
|
||||
texinfo,
|
||||
libxt-dev,
|
||||
gtk-doc-tools (>= 1.4),
|
||||
libgirepository1.0-dev (>= 0.10.7-1~)
|
||||
libgirepository1.0-dev (>= 0.10.7-1~),
|
||||
libglib2.0-dev (>= 2.6.0),
|
||||
libxau-dev,
|
||||
libxt-dev,
|
||||
pkg-config,
|
||||
texinfo
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
||||
@@ -21,9 +22,9 @@ Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
||||
Package: libgtop-2.0-11
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
Depends: libgtop2-common (>= ${source:Version}),
|
||||
${misc:Depends},
|
||||
libgtop2-common (>= ${source:Version})
|
||||
${shlibs:Depends}
|
||||
Description: gtop system monitoring library (shared)
|
||||
The gtop library reads information about processes and the state of the
|
||||
system. It is used by the GNOME desktop environment.
|
||||
@@ -34,10 +35,10 @@ Package: libgtop2-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends},
|
||||
Depends: gir1.2-gtop-2.0 (= ${binary:Version}),
|
||||
libglib2.0-dev,
|
||||
libgtop-2.0-11 (= ${binary:Version}),
|
||||
gir1.2-gtop-2.0 (= ${binary:Version}),
|
||||
libglib2.0-dev
|
||||
${misc:Depends}
|
||||
Description: gtop system monitoring library (devel)
|
||||
The gtop library reads information about processes and the state of the
|
||||
system. It is used by the GNOME desktop environment.
|
||||
@@ -47,7 +48,7 @@ Description: gtop system monitoring library (devel)
|
||||
Package: libgtop2-common
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends},
|
||||
Depends: ${misc:Depends}
|
||||
Description: gtop system monitoring library (common)
|
||||
The gtop library reads information about processes and the state of the
|
||||
system. It is used by the GNOME desktop environment.
|
||||
@@ -58,7 +59,7 @@ Package: libgtop2-doc
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: doc
|
||||
Depends: ${misc:Depends},
|
||||
Depends: ${misc:Depends}
|
||||
Description: gtop system monitoring library (documentation)
|
||||
The gtop library reads information about processes and the state of the
|
||||
system. It is used by the GNOME desktop environment.
|
||||
@@ -69,8 +70,8 @@ Package: gir1.2-gtop-2.0
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: introspection
|
||||
Depends: ${misc:Depends},
|
||||
${gir:Depends}
|
||||
Depends: ${gir:Depends},
|
||||
${misc:Depends}
|
||||
Description: gtop system monitoring library (gir bindings)
|
||||
The gtop library reads information about processes and the state of the
|
||||
system. It is used by the GNOME desktop environment.
|
||||
|
||||
Reference in New Issue
Block a user