[scottfree] 10/11: Document the existing patches

Stephen Kitt skitt at moszumanska.debian.org
Fri Jan 20 11:54:49 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 a54445cf829d3b233d6a1b7c0b8bfa7dd443b762
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Jan 20 12:52:09 2017 +0100

    Document the existing patches
---
 debian/changelog                            | 1 +
 debian/patches/01_makefile.diff             | 8 +++++---
 debian/patches/02_scottcurses_includes.diff | 8 +++++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2cdd9f3..49b3478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ scottfree (1.14-10) UNRELEASED; urgency=low
   * Update the URL for the games, and add it as the homepage.
   * Fix a missing return value (allows building with clang, thanks to
     Nicolas Sévelin-Radiguet for the patch; Closes: #760675).
+  * Document the existing patches.
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:22:03 +0200
 
diff --git a/debian/patches/01_makefile.diff b/debian/patches/01_makefile.diff
index 029e205..4263160 100644
--- a/debian/patches/01_makefile.diff
+++ b/debian/patches/01_makefile.diff
@@ -1,6 +1,8 @@
-diff -urN scottfree-1.14.orig.orig/Makefile scottfree-1.14.orig/Makefile
---- scottfree-1.14.orig.orig/Makefile	1995-04-11 16:50:00.000000000 -0400
-+++ scottfree-1.14.orig/Makefile	2008-01-11 11:08:29.000000000 -0500
+Description: Build scottfree without termcap
+Author: Clint Adams <schizo at debian.org>
+
+--- a/Makefile
++++ b/Makefile
 @@ -4,11 +4,14 @@
  CC	=	gcc
  #
diff --git a/debian/patches/02_scottcurses_includes.diff b/debian/patches/02_scottcurses_includes.diff
index 2d8860b..049bf07 100644
--- a/debian/patches/02_scottcurses_includes.diff
+++ b/debian/patches/02_scottcurses_includes.diff
@@ -1,6 +1,8 @@
-diff -urN scottfree-1.14.orig.orig/ScottCurses.c scottfree-1.14.orig/ScottCurses.c
---- scottfree-1.14.orig.orig/ScottCurses.c	1995-04-27 06:03:27.000000000 -0400
-+++ scottfree-1.14.orig/ScottCurses.c	2008-01-11 10:49:52.000000000 -0500
+Description: Add missing headers
+Author: Clint Adams <schizo at debian.org>
+
+--- a/ScottCurses.c
++++ b/ScottCurses.c
 @@ -20,6 +20,8 @@
  #include <curses.h>
  #include <stdarg.h>

-- 
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