[SCM] mate-session-manager Debian package branch, master, updated. debian/1.6.1-1-16-g0e6805d
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Apr 8 23:08:59 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-session-manager.git;a=commitdiff;h=0c8a136
The following commit has been merged in the master branch:
commit 0c8a136d1a72f893dc51d271342d022fc0e435a4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 9 01:07:18 2014 +0200
Add 1001_hypen-used-as-minus-sign-man-page-fix.patch. Fix typo in man pages, that triggers lintian's hyphen-used-as-minus-sign test.
---
debian/changelog | 2 ++
...001_hypen-used-as-minus-sign-man-page-fix.patch | 40 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 43 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index df8a1c7..7f7e3cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ mate-session-manager (1.8.1-1) UNRELEASED; urgency=low
+ Drop 1001_fix-mate-bugtracker-url-in-man-pages.patch. Applied upstream.
+ Drop 1002_hyphen-as-minus-sign-in-man-page.patch. Applied Upstream.
+ Drop 1003_add-keywords-to-desktop-files.patch. Applied upstream.
+ + Add 1001_hypen-used-as-minus-sign-man-page-fix.patch. Fix typo in man
+ pages, that triggers lintian's hyphen-used-as-minus-sign test.
* lintian: Drop unused overrides.
[ Stefano Karapetsas ]
diff --git a/debian/patches/1001_hypen-used-as-minus-sign-man-page-fix.patch b/debian/patches/1001_hypen-used-as-minus-sign-man-page-fix.patch
new file mode 100644
index 0000000..3027abf
--- /dev/null
+++ b/debian/patches/1001_hypen-used-as-minus-sign-man-page-fix.patch
@@ -0,0 +1,40 @@
+Description: Typo fix in man pages
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/mate-desktop/mate-session-manager/issues/52
+Abstract:
+ Fix a systematic typo in three man pages that triggers
+ lintian's hyphen-used-as-minus-sign test.
+
+--- a/doc/man/mate-session-properties.1
++++ b/doc/man/mate-session-properties.1
+@@ -25,7 +25,7 @@
+
B\-\-version
R
+ Output version information and exit.
+ .TP
+-
B\-?, -h, \-\-help
R
++
B\-?, \-h, \-\-help
R
+ Print standard command line options.
+ .TP
+
B\-\-help\-all
R
+--- a/doc/man/mate-session-save.1
++++ b/doc/man/mate-session-save.1
+@@ -45,7 +45,7 @@
+
B\-\-version
R
+ Output version information and exit.
+ .TP
+-
B\-?, -h, \-\-help
R
++
B\-?, \-h, \-\-help
R
+ Print standard command line options.
+ .TP
+
B\-\-help\-all
R
+--- a/doc/man/mate-session.1
++++ b/doc/man/mate-session.1
+@@ -39,7 +39,7 @@
+
B\-\-version
R
+ Output version information and exit.
+ .TP
+-
B\-?, -h, \-\-help
R
++
B\-?, \-h, \-\-help
R
+ Print standard command line options.
+ .TP
+
B\-\-help\-all
R
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8c13cce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_hypen-used-as-minus-sign-man-page-fix.patch
--
mate-session-manager Debian package
More information about the pkg-mate-commits
mailing list