[mate-system-tools] 16/20: debian/control: Split-off arch-indep files into bin:package mate-system-tools-common.

Mike Gabriel sunweaver at debian.org
Sat Oct 25 07:59:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-system-tools.

commit 66d2c6f16b2565d128f11a77647cf36131773a3c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Oct 25 04:08:02 2014 +0200

    debian/control: Split-off arch-indep files into bin:package mate-system-tools-common.
---
 debian/control                          | 21 +++++++++++++++++----
 debian/mate-system-tools-common.install |  5 +++++
 debian/mate-system-tools.install        |  3 +++
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d71b67f..fbabcca 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: mate-system-tools
-Section: mate
+Section: x11
 Priority: optional
 Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
 Uploaders: Mike Gabriel <sunweaver at debian.org>,
@@ -20,11 +20,10 @@ Build-Depends: autotools-dev,
                libxml-parser-perl,
                scrollkeeper,
                mate-common,
-               mate-doc-utils,
-               mate-doc-utils-gnome | gnome-doc-utils,
                libmatepolkit-dev,
                libcaja-extension-dev,
-               pkg-config
+               pkg-config,
+               yelp-tools,
 Standards-Version: 3.9.6
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-system-tools.git;a=summary
@@ -34,6 +33,7 @@ Package: mate-system-tools
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
+         mate-system-tools-common (>= ${source:Version}),
          perl,
          system-tools-backends (>= 2.9.4),
          mate-polkit
@@ -57,8 +57,21 @@ Description: Cross-platform configuration utilities for MATE
   - Services
   - Shares (NFS and Samba)
 
+Package: mate-system-tools-common
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: Cross-platform configuration utilities for MATE (common files)
+ The MATE System Tools are a fully integrated set of tools aimed at easing
+ the job that means the computer administration on an UNIX or Linux system.
+ They're thought to help from the new Linux or UNIX user to the system
+ administrators.
+ .
+ This package contains the architecture indepent files of mate-system-tools.
+
 Package: mate-system-tools-dbg
 Section: debug
+Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
          mate-system-tools (= ${binary:Version}),
diff --git a/debian/mate-system-tools-common.install b/debian/mate-system-tools-common.install
new file mode 100644
index 0000000..599e888
--- /dev/null
+++ b/debian/mate-system-tools-common.install
@@ -0,0 +1,5 @@
+etc/
+usr/share/glib-2.0/
+usr/share/icons/
+usr/share/locale/
+usr/share/mate-system-tools/
diff --git a/debian/mate-system-tools.install b/debian/mate-system-tools.install
new file mode 100644
index 0000000..cb26810
--- /dev/null
+++ b/debian/mate-system-tools.install
@@ -0,0 +1,3 @@
+usr/bin
+usr/lib
+usr/share/applications
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-system-tools.git



More information about the pkg-mate-commits mailing list