debian/control processed with wrap-and-sort.
This commit is contained in:
parent
f5b32ebe28
commit
379c5caef9
40
debian/control
vendored
40
debian/control
vendored
@ -5,18 +5,18 @@ Maintainer: MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
|
||||
Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
|
||||
Stefano Karapetsas <stefano@karapetsas.com>,
|
||||
Mike Gabriel <sunweaver@debian.org>,
|
||||
Build-Depends: debhelper (>= 9),
|
||||
Build-Depends: autotools-dev,
|
||||
cdbs,
|
||||
autotools-dev,
|
||||
pkg-config,
|
||||
debhelper (>= 9),
|
||||
gobject-introspection,
|
||||
gtk-doc-tools,
|
||||
libdbus-glib-1-dev,
|
||||
libgirepository1.0-dev,
|
||||
libgtk2.0-dev,
|
||||
libpolkit-agent-1-dev,
|
||||
libpolkit-gobject-1-dev,
|
||||
gtk-doc-tools,
|
||||
libgirepository1.0-dev,
|
||||
gobject-introspection,
|
||||
mate-common,
|
||||
pkg-config,
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: http://www.mate-desktop.org/
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-polkit.git;a=summary
|
||||
@ -25,11 +25,11 @@ Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-polkit.git
|
||||
Package: mate-polkit
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Depends: mate-polkit-common (= ${binary:Version}),
|
||||
policykit-1,
|
||||
mate-polkit-common (= ${binary:Version}),
|
||||
Provides: policykit-1-gnome
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Provides: policykit-1-gnome,
|
||||
Description: MATE authentication agent for PolicyKit-1
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
@ -39,8 +39,8 @@ Description: MATE authentication agent for PolicyKit-1
|
||||
Package: mate-polkit-common
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks: mate-polkit (<< 1.8.0),
|
||||
Description: MATE authentication agent for PolicyKit-1 (common files)
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
@ -53,10 +53,10 @@ Package: libpolkit-gtk-mate-1-0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
Depends: policykit-1,
|
||||
${misc:Depends},
|
||||
policykit-1,
|
||||
Provides: libmatepolkit
|
||||
${shlibs:Depends},
|
||||
Provides: libmatepolkit,
|
||||
Breaks: libmatepolkit (<< 1.8.0),
|
||||
Replaces: libmatepolkit (<< 1.8.0),
|
||||
Description: MATE authentication agent for PolicyKit-1 (library)
|
||||
@ -69,12 +69,12 @@ Package: libmatepolkit-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Depends: libpolkit-gobject-1-dev,
|
||||
libpolkit-gtk-mate-1-0 (= ${binary:Version}),
|
||||
libpolkit-gobject-1-dev,
|
||||
mate-polkit,
|
||||
policykit-1,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: MATE authentication agent for PolicyKit-1 (development files)
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
@ -86,9 +86,9 @@ Priority: extra
|
||||
Section: debug
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
Depends: libpolkit-gtk-mate-1-0 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
libpolkit-gtk-mate-1-0 (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
Description: MATE authentication agent for PolicyKit-1 (debugging symbols)
|
||||
The mate-polkit package provides a D-Bus session bus service that is used to
|
||||
bring up authentication dialogs used for obtaining privileges.
|
||||
|
Loading…
Reference in New Issue
Block a user