Here are two patches, one gets rid of a lintian warning thrown due to a
deprecated key being present in the desktop entry. The other fixes the address
on sgml-mode.el and deletes dt-toolbox
Thank you for your time,
-Chase
From 5b4a4f6c354ba68795d513ee44fb41613f954e13 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sun, 13 May 2018 12:50:17 -0500
Subject: [PATCH 4/5] cde.desktop: remove deprecated encoding key
---
cde/contrib/desktopentry/cde.desktop | 1 -
1 file changed, 1 deletion(-)
diff --git a/cde/contrib/desktopentry/cde.desktop b/cde/contrib/desktopentry/cde.desktop
index 6d69852e..567adfee 100644
--- a/cde/contrib/desktopentry/cde.desktop
+++ b/cde/contrib/desktopentry/cde.desktop
@@ -1,5 +1,4 @@
[Desktop Entry]
-Endcoding=UTF-8
Name=CDE
Comment=Use this session to boot into the Common Desktop Environment
Exec=/usr/dt/bin/Xsession
--
2.17.0
From 151988392c4c3d17bd69b2cea5d629615f333a10 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sun, 13 May 2018 13:29:44 -0500
Subject: [PATCH 5/5] sgml-mode.el: fix address, dt-toolbox: delete
---
cde/programs/dtdocbook/sgmls/sgml-mode.el | 3 ++-
cde/programs/types/dt-toolbox | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
delete mode 100644 cde/programs/types/dt-toolbox
diff --git a/cde/programs/dtdocbook/sgmls/sgml-mode.el b/cde/programs/dtdocbook/sgmls/sgml-mode.el
index 36569657..7a3b732c 100644
--- a/cde/programs/dtdocbook/sgmls/sgml-mode.el
+++ b/cde/programs/dtdocbook/sgmls/sgml-mode.el
@@ -19,7 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+;; Floor, Boston, MA 02110-1301 USA
;;; Commentary:
diff --git a/cde/programs/types/dt-toolbox b/cde/programs/types/dt-toolbox
deleted file mode 100644
index 80a2e3f2..00000000
--- a/cde/programs/types/dt-toolbox
+++ /dev/null
@@ -1,2 +0,0 @@
-# This file is obsolete.
-# Do not update this file any more.
--
2.17.0
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel