Reinstate and update 2001_omit-gfdl-licensed-help-files.patch. Correct a typo.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -11,10 +11,9 @@ mate-system-monitor (1.10.0+dfsg1-1) UNRELEASED; urgency=low
|
||||
+ Update copyright file after new upstream release.
|
||||
* debian/patches:
|
||||
+ Drop 1001_fix-name-section-in-man-page.patch. Applied upstream.
|
||||
+ Drop 2001_omit-gfdl-licensed-help-files.patch. Applied upstream.
|
||||
* debian/rules:
|
||||
+ Add --enable-systemd because systemd is disabled by default.
|
||||
+ Remov obsolete --disable-scrollkeeper.
|
||||
+ Remove obsolete --disable-scrollkeeper.
|
||||
|
||||
-- Martin Wimpress <code@flexion.org> Tue, 09 Jun 2015 04:55:41 +0100
|
||||
|
||||
|
@ -1,22 +1,23 @@
|
||||
Description: Don't build non-DFSG (GFDL 1.1 licensed) help files
|
||||
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
||||
Author: Martin Wimpress <code@flexion.org>
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
|
||||
-SUBDIRS = pixmaps po src help
|
||||
+SUBDIRS = pixmaps po src
|
||||
|
||||
man_MANS = mate-system-monitor.1
|
||||
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -106,7 +106,6 @@
|
||||
@@ -126,7 +126,6 @@ Makefile
|
||||
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user