[SCM] mate-menus Debian package branch, master, updated. 62607d4722994525efa127e2a1588b4b41f2d088

Mike Gabriel sunweaver at alioth.debian.org
Sat Aug 17 23:08:17 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=62607d4

The following commit has been merged in the master branch:
commit 62607d4722994525efa127e2a1588b4b41f2d088
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Aug 17 23:32:10 2013 +0200

    Package becomes team-maintained: MATE Packaging Team.
---
 debian/control |   72 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 41 insertions(+), 31 deletions(-)

diff --git a/debian/control b/debian/control
index c8a966a..96c766a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,33 @@
 Source: mate-menus
 Section: libs
 Priority: optional
-Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
-Uploaders: Steve Zesch <stevezesch2 at gmail.com>
-Build-Depends: debhelper (>= 8),
-               cdbs (>= 0.4.90~),
-               libglib2.0-dev,
-               python-all-dev (>= 2.6.6-3~),
-               intltool,
-               gobject-introspection,
-               libgirepository1.0-dev,
-               mate-common
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders:
+ John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
+ Mike Gabriel <sunweaver at debian.org>,
+ Stefano Karapetsas <stefano at karapetsas.com>,
+ Steve Zesch <stevezesch2 at gmail.com>,
+Build-Depends:
+ debhelper (>= 8),
+ cdbs (>= 0.4.90~),
+ libglib2.0-dev,
+ python-all-dev (>= 2.6.6-3~),
+ intltool,
+ gobject-introspection,
+ libgirepository1.0-dev,
+ mate-common,
 Standards-Version: 3.9.3
 Homepage: http://www.mate-desktop.org/
 X-Python-Version: >= 2.5
 
 Package: mate-menus
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-         libmatemenu (= ${binary:Version}),
-         python-gtk2
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ libmatemenu (= ${binary:Version}),
+ python-gtk2,
 Description: implementation of the freedesktop menu specification for MATE
  The package contains an implementation of the draft
  "Desktop Menu Specification" from freedesktop.org:
@@ -34,8 +40,9 @@ Description: implementation of the freedesktop menu specification for MATE
 Package: libmatemenu
 Architecture: any
 Section: libs
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 Breaks: mate-menus (<= 1.0.2-1)
 Replaces: mate-menus (<= 1.0.2-1)
 Description: implementation of the freedesktop menu specification for MATE (library)
@@ -49,11 +56,12 @@ Description: implementation of the freedesktop menu specification for MATE (libr
 Package: libmatemenu-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libmatemenu (= ${binary:Version}),
-         mate-menus (= ${binary:Version}),
-         libglib2.0-dev 
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libmatemenu (= ${binary:Version}),
+ mate-menus (= ${binary:Version}),
+ libglib2.0-dev,
 Description: implementation of the freedesktop menu specification for MATE (development files)
  The package contains an implementation of the draft
  "Desktop Menu Specification" from freedesktop.org:
@@ -64,25 +72,27 @@ Description: implementation of the freedesktop menu specification for MATE (deve
 
 Package: gir1.2-mate-menu
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-         ${gir:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ ${gir: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},
-         ${misc:Depends},
-         ${python:Depends},
-         python-gtk2
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-gtk2,
 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.

-- 
mate-menus Debian package



More information about the pkg-mate-commits mailing list