[nethack] 01/01: Imported Debian patch 3.4.0-3.0woody4

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


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

jcowgill-guest pushed a commit to annotated tag debian/3.4.0-3.0woody4
in repository nethack.

commit 015de84b74d292d553a44fb2220f67e8689f7aab
Author: Ben Gertzfield <che at debian.org>
Date:   Mon Oct 13 20:15:15 2003 -0700

    Imported Debian patch 3.4.0-3.0woody4
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3906d4d..eb1904b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nethack (3.4.0-3.0woody4) stable; urgency=medium
+
+  * Stable upload; this upload is solely to recompile with gcc-3.0.
+  * Add Build-Depends on gcc-3.0 to fix compiler issue that caused
+    invisible doors on alpha architecture.  (Closes: #71455)
+
+ -- Ben Gertzfield <che at debian.org>  Mon, 13 Oct 2003 20:15:15 -0700
+
 nethack (3.4.0-3.0woody3) stable-security; urgency=high
 
   * Security update based on Peter Makholm's NMU from proposed-updates
diff --git a/debian/control b/debian/control
index 32f081f..546bda6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Ben Gertzfield <che at debian.org>
 Standards-Version: 3.5.2.0
-Build-Depends: flex, bison, groff, debhelper, xlibs-dev, xutils, bsdmainutils, libxaw-dev, libncurses5-dev | libncurses-dev, libqt-dev, libgnome-dev
+Build-Depends: flex, bison, groff, debhelper, xlibs-dev, xutils, bsdmainutils, libxaw-dev, libncurses5-dev | libncurses-dev, libqt-dev, libgnome-dev, gcc-3.0
 
 Package: nethack-common
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 319ad50..b041805 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@
 
 export DH_COMPAT=3
 
+# Force a build with gcc-3.0 to fix compiler bug that caused
+# invisible doors on alpha
+export CC=gcc-3.0
+
 build: build-stamp
 build-stamp: Makefile build-x11 build-gnome build-qt build-common
 	touch build-stamp

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