[scottfree] 04/08: Import Debian patch 1.14-5

Stephen Kitt skitt at moszumanska.debian.org
Fri Jan 20 08:00:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository scottfree.

commit 4241661eb9a4781f23e94b5810fbf6996ed36bfc
Author: Clint Adams <schizo at debian.org>
Date:   Mon Dec 17 18:24:30 2001 -0500

    Import Debian patch 1.14-5
---
 ScottCurses.c    |  2 ++
 debian/changelog | 33 ++++++++++++++++++++++++++++-----
 debian/control   |  7 ++++---
 debian/copyright |  3 ++-
 debian/rules     |  2 +-
 5 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/ScottCurses.c b/ScottCurses.c
index 978a5e7..09bf841 100755
--- a/ScottCurses.c
+++ b/ScottCurses.c
@@ -20,6 +20,8 @@
 #include <curses.h>
 #include <stdarg.h>
 #include <signal.h>
+#include <unistd.h>
+#include <sys/types.h>
 
 #include "Scott.h"
 
diff --git a/debian/changelog b/debian/changelog
index b734636..b5da692 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+scottfree (1.14-5) unstable; urgency=medium
+
+  * Update Standards-Version to 3.5.6.0.
+  * Alter spelling in package description.  closes: bug#125341.
+  * Avoid some implicit declarations by using include files.
+
+ -- Clint Adams <schizo at debian.org>  Mon, 17 Dec 2001 18:24:30 -0500
+
+scottfree (1.14-4) unstable; urgency=low
+
+  * Update Standards-Version to 3.5.2.0.
+
+ -- Clint Adams <schizo at debian.org>  Thu, 29 Mar 2001 16:22:05 -0500
+
+scottfree (1.14-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Added Build-Depends, fixes Bug#84669.
+
+ -- Lenart Janos <ocsi at debian.org>  Sat, 24 Feb 2001 03:53:27 +0100
+
+scottfree (1.14-3) unstable; urgency=low
+
+  * Upgraded to policy 3.1.1.
+  * Updated location of GPL.
+
+ -- Clint Adams <schizo at debian.org>  Tue,  9 May 2000 09:37:15 -0400
+
 scottfree (1.14-2) unstable; urgency=low
 
   * Recompiled against libncurses4. closes: bug#52339.
@@ -9,8 +37,3 @@ scottfree (1.14-1) unstable; urgency=low
   * Initial Release.
 
  -- Clint Adams <schizo at debian.org>  Tue, 24 Mar 1998 03:35:49 -0500
-
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "schizo at debian.org"
-End:
diff --git a/debian/control b/debian/control
index 91bad2e..4161c03 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: scottfree
 Section: games
 Priority: optional
 Maintainer: Clint Adams <schizo at debian.org>
-Standards-Version: 3.1.0.0
+Standards-Version: 3.5.6.0
+Build-Depends: libncurses5-dev, debmake
 
 Package: scottfree
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Interpreter for Adventure International games
- ScottFree reads and executes TRS80 format Scott Adams datafiles. It is
+ ScottFree reads and executes TRS-80 format Scott Adams data files. It is
  possible to run other formats either by writing a loader for that format or
- a converter to TRS80 format.
+ a converter to TRS-80 format.
  .
  Most Adventure International Games are distributed as shareware and are
  available from ftp://ftp.gmd.de/if-archive/scott-adams/
diff --git a/debian/copyright b/debian/copyright
index 4577d96..24bfba1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,4 +5,5 @@ It was downloaded from ftp://ftp.gmd.de/if-archive/scott-adams
 
 Copyright:
 
-ScottFree is distributed under the GPL version 2 (/usr/doc/copyright/GPL).
+ScottFree is distributed under the GPL version 2
+(/usr/share/common-licenses/GPL).
diff --git a/debian/rules b/debian/rules
index 549cad9..a72810d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ binary-arch: checkroot build
 # Must have debmake installed for this to work. Otherwise please copy
 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
 	debstd README Definition
-	dpkg-gencontrol
+	dpkg-gencontrol -isp
 	chown -R root.root debian/tmp
 	chmod -R go=rX debian/tmp
 	dpkg --build debian/tmp ..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scottfree.git



More information about the Pkg-games-commits mailing list