[mate-menus] 03/03: debian/control processed with wrap-and-sort.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Jun 11 06:52:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-menus.
commit 31effc93756e92d056ed026ebf78f03707ec2e08
Author: Martin Wimpress <code at flexion.org>
Date: Thu Jun 11 07:52:11 2015 +0100
debian/control processed with wrap-and-sort.
---
debian/control | 52 +++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)
diff --git a/debian/control b/debian/control
index 1ef2b15..631036b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
Stefano Karapetsas <stefano at karapetsas.com>,
Mike Gabriel <sunweaver at debian.org>,
Build-Depends: debhelper (>= 9),
- libglib2.0-dev,
- python-all-dev (>= 2.6.6-3~),
- intltool,
gobject-introspection,
+ intltool,
libgirepository1.0-dev,
- mate-common
+ libglib2.0-dev,
+ mate-common,
+ python-all-dev (>= 2.6.6-3~),
Standards-Version: 3.9.6
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-menus.git;a=summary
@@ -20,10 +20,10 @@ X-Python-Version: >= 2.7
Package: mate-menus
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: libmate-menu2 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
- libmate-menu2 (= ${binary:Version})
+ ${shlibs:Depends},
Description: implementation of the freedesktop menu specification for MATE
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
@@ -37,10 +37,12 @@ Package: libmate-menu2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
- ${shlibs:Depends}
-Breaks: mate-menus (<= 1.0.2-1), libmatemenu
-Replaces: mate-menus (<= 1.0.2-1), libmatemenu
-Provides: libmatemenu
+ ${shlibs:Depends},
+Breaks: libmatemenu,
+ mate-menus (<= 1.0.2-1),
+Replaces: libmatemenu,
+ mate-menus (<= 1.0.2-1),
+Provides: libmatemenu,
Description: implementation of the freedesktop menu specification for MATE (library)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
@@ -53,13 +55,13 @@ Package: libmate-menu-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: ${misc:Depends},
- ${shlibs:Depends},
+Depends: libglib2.0-dev,
libmate-menu2 (= ${binary:Version}),
- libglib2.0-dev
-Breaks: libmatemenu-dev
-Replaces: libmatemenu-dev
-Provides: libmatemenu-dev
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks: libmatemenu-dev,
+Replaces: libmatemenu-dev,
+Provides: libmatemenu-dev,
Description: implementation of the freedesktop menu specification for MATE (headers)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
@@ -70,25 +72,25 @@ Description: implementation of the freedesktop menu specification for MATE (head
Package: gir1.2-mate-menu
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${gir:Depends},
${misc:Depends},
${python:Depends},
- ${gir:Depends}
+ ${shlibs:Depends},
Description: GObject introspection data for the MATE menu specification
This package contains introspection data for MATE menu specification, an
an implementation of the draft "Desktop Menu Specification" from
freedesktop.org
.
It can be used by packages using the GIRepository format to generate dynamic
- bindings.
+ bindings.
Package: python-mate-menu
Section: python
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: python-gtk2,
${misc:Depends},
${python:Depends},
- python-gtk2
+ ${shlibs:Depends},
Description: implementation of the freedesktop menu specification for MATE (Python bindings)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org.
@@ -100,8 +102,8 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: ${misc:Depends},
- libmate-menu2 (= ${binary:Version})
+Depends: libmate-menu2 (= ${binary:Version}),
+ ${misc:Depends},
Description: implementation of the freedesktop menu spec for MATE (debugging symbols)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org.
@@ -115,9 +117,9 @@ Package: python-mate-menu-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ${misc:Depends},
+Depends: python-mate-menu,
+ ${misc:Depends},
${python:Depends},
- python-mate-menu,
Description: implementation of the freedesktop menu spec for MATE (Python debugging symbols)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-menus.git
More information about the pkg-mate-commits
mailing list