[nethack] 01/01: Imported Debian patch 3.2.2-11

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:53:04 UTC 2016


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

jcowgill-guest pushed a commit to annotated tag debian/3.2.2-11
in repository nethack.

commit c68cbec1a75bd497f1e9ae1feb462de1dd34544d
Author: Ben Gertzfield <che at debian.org>
Date:   Tue Oct 28 17:38:11 1997 -0800

    Imported Debian patch 3.2.2-11
---
 debian/changelog |  6 ++++++
 debian/control   |  2 +-
 debian/rules     | 16 +++++-----------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a2c56f..c5358a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nethack (3.2.2-11) unstable; urgency=low
+
+  * Hamm release of 3.2.2-10.
+
+ -- Ben Gertzfield <che at debian.org>  Tue, 28 Oct 1997 17:38:11 -0800
+
 nethack (3.2.2-10) stable; urgency=low
 
   * Re-built with libc5 libraries, as 3.2.2-7 was broken.
diff --git a/debian/control b/debian/control
index cfeb7dd..1cdbe40 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 2.3.0.0
 
 Package: nethack
 Architecture: any
-Depends: libc5 (>= 5.4.0-0), ncurses3.0, xlib6 (>= 3.2-0), xpm4.7 (>= 3.4j-0) 
+Depends: ${shlibs:Depends}
 Description: Text-based/X11 overhead view D&D-style adventure game
  Nethack is a wonderfully silly, yet quite addicting, Dungeons and
  Dragons-style adventure game. You play the part of a fierce fighter,
diff --git a/debian/rules b/debian/rules
index 9b63dc6..377dc8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,19 +6,13 @@
 # Copyright 1997 Ben Gertzfield. This script is released under the
 # GNU General Public License, version 2 or later.
 
-
-ARCH=$(shell dpkg --print-gnu-build-architecture)
-CCLIBC1=$(ARCH)-linuxlibc1-gcc
-VPATH=/usr/$(ARCH)-linuxlibc1/lib
-
 build:
 	$(checkdir)
-	make all CC=$(CCLIBC1) CFLAGS='-DDEBIAN -O2 -I../include \
-	  -I/usr/$(ARCH)-linuxlibc1/include -fomit-frame-pointer'
+	make all CFLAGS='-DDEBIAN -O2 -I../include \
+	  -I/usr/X11R6/include -fomit-frame-pointer'
 	touch build
-	cd util && make recover CC=$(CCLIBC1) \
-	  CFLAGS='-DDEBIAN -O2 -I../include \
-	  -I/usr/$(ARCH)-linuxlibc1/include -fomit-frame-pointer'
+	cd util && make recover CFLAGS='-DDEBIAN -O2 -I../include \
+	  -I/usr/X11R6/include -fomit-frame-pointer'
 
 clean:
 	$(checkdir)
@@ -110,7 +104,7 @@ binary-arch:	checkroot build
 
 	-find debian/tmp/usr/{doc,man} -type f -not -name '*.gz' | \
 	  xargs gzip -9f
-#	dpkg-shlibdeps debian/tmp/usr/lib/games/nethack/{nethack,recover}
+	dpkg-shlibdeps debian/tmp/usr/lib/games/nethack/{nethack,recover}
 	dpkg-gencontrol -pnethack
 	dpkg --build debian/tmp ..
 

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



More information about the Pkg-games-commits mailing list