Some cleanup i forgot to do
Thank you for your time,
-Chase
From 8ce716070eb23cfc43f3d809b61e321d7d7e038b Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sat, 29 Sep 2018 20:50:20 -0500
Subject: [PATCH] debian: misc cleanup
---
cde/debian/control | 7 +++----
cde/debian/copyright | 22 ----------------------
cde/debian/rules | 2 +-
cde/debian/watch | 2 +-
4 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/cde/debian/control b/cde/debian/control
index 7c5b19f5..54b5afdc 100644
--- a/cde/debian/control
+++ b/cde/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 10),
libjpeg62-dev,
libfreetype6-dev,
libssl-dev,
- tcl8.6-dev,
+ tcl-dev,
ksh,
m4,
ncompress,
@@ -28,8 +28,7 @@ Build-Depends: debhelper (>= 10),
rpcbind,
bison,
libbison-dev,
- xbitmaps,
- chrpath
+ xbitmaps
Standards-Version: 4.1.2
Homepage: https://sourceforge.net/projects/cdesktopenv/
#Vcs-Git: https://anonscm.debian.org/git/collab-maint/cde-desktop.git
@@ -51,7 +50,7 @@ Depends: libxt6,
libjpeg62,
libfreetype6,
libuil4,
- tcl8.6,
+ tcl,
ksh,
m4,
ncompress,
diff --git a/cde/debian/copyright b/cde/debian/copyright
index b884b9cc..9065de74 100644
--- a/cde/debian/copyright
+++ b/cde/debian/copyright
@@ -39,28 +39,6 @@ Copyright: 1993 - 1999 Hewlett-Packard Company
2012 - 2016 William Schaub <wsch...@genesi-tech.com>
License: LGPL-2+
-Files: programs/dtdocbook/sgmls/sgml-mode.el
-Copyright: 1992 James Clark <j...@jclark.com>
- 1992 Free Software Foundation, Inc.
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
- .
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 1 can be found in the
- /usr/share/common-licenses/GPL-1 file.
-
Files: programs/dtinfo/DtMmdb/btree_berkeley/*.h
programs/dtinfo/DtMmdb/btree_berkeley/bt_close.c
programs/dtinfo/DtMmdb/btree_berkeley/bt_conv.c
diff --git a/cde/debian/rules b/cde/debian/rules
index 5146b515..bb4b22fd 100755
--- a/cde/debian/rules
+++ b/cde/debian/rules
@@ -15,5 +15,5 @@ override_dh_auto_build:
#make install is broken, so we use the install script instead
override_dh_auto_install:
- sudo ./admin/IntegTools/dbTools/installCDE -s . -destdir \
+ sudo ./admin/IntegTools/dbTools/installCDE -s . -destDir \
./debian/cde-desktop
diff --git a/cde/debian/watch b/cde/debian/watch
index 8a665b56..c3fe7b25 100644
--- a/cde/debian/watch
+++ b/cde/debian/watch
@@ -4,4 +4,4 @@ version=4
#opts="pgpsigurlmangle=s%$%.sig%"
# SourceForge hosted projects
-http://sf.net/cdesktopenv/ cde-src-(.*)\.tar\.gz debian uupdate
+http://sf.net/cdesktopenv/ cde-(.*)\.tar\.gz debian uupdate
--
2.17.1
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel