[SCM] mate-system-monitor Debian package branch, master, updated. 53714f877fd73682cea447f8387d97a765f3e627
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Feb 18 09:42:32 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-system-monitor.git;a=commitdiff;h=096b812
The following commit has been merged in the master branch:
commit 096b8124cdb52c6a568a58e897f2dc3320f20ce0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Feb 18 10:39:36 2014 +0100
debian/patches: (a) add missing keywords to .desktop file, (b) omit GFDL-1.1 licensed doc files during build
---
.../1001_add-keywords-to-desktop-file.patch | 12 ++++++++++++
.../2001_omit-gfdl-licensed-help-files.patch | 22 ++++++++++++++++++++++
debian/patches/series | 2 ++
3 files changed, 36 insertions(+)
diff --git a/debian/patches/1001_add-keywords-to-desktop-file.patch b/debian/patches/1001_add-keywords-to-desktop-file.patch
new file mode 100644
index 0000000..656fbd7
--- /dev/null
+++ b/debian/patches/1001_add-keywords-to-desktop-file.patch
@@ -0,0 +1,12 @@
+Description: Add keywords key to .desktop file
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/mate-system-monitor.desktop.in.in
++++ b/mate-system-monitor.desktop.in.in
+@@ -9,6 +9,7 @@
+ Type=Application
+ StartupNotify=true
+ Categories=GTK;System;Monitor;
++Keywords=MATE;system;monitor;process;list;view;current;resources;
+ OnlyShowIn=MATE;
+ X-MATE-Bugzilla-Bugzilla=MATE
+ X-MATE-Bugzilla-Product=system-monitor
diff --git a/debian/patches/2001_omit-gfdl-licensed-help-files.patch b/debian/patches/2001_omit-gfdl-licensed-help-files.patch
new file mode 100644
index 0000000..5667b20
--- /dev/null
+++ b/debian/patches/2001_omit-gfdl-licensed-help-files.patch
@@ -0,0 +1,22 @@
+Description: Don't build non-DFSG (GFDL 1.1 licensed) help files
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/configure.ac
++++ b/configure.ac
+@@ -81,7 +81,6 @@
+ src/Makefile
+ pixmaps/Makefile
+ po/Makefile.in
+-help/Makefile
+ mate-system-monitor.desktop.in
+ ])
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-SUBDIRS = pixmaps po src help
++SUBDIRS = pixmaps po src
+
+ man_MANS = mate-system-monitor.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eeac465
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+1001_add-keywords-to-desktop-file.patch
+2001_omit-gfdl-licensed-help-files.patch
--
mate-system-monitor Debian package
More information about the pkg-mate-commits
mailing list