[nethack] 01/01: Imported Debian patch 3.4.3-10.3

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:53:20 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.3-10.3
in repository nethack.

commit 406950312fcff67905179d120f73981b04849bdc
Author: Pierre Habouzit <madcoder at debian.org>
Date:   Mon Feb 4 17:23:08 2008 +0100

    Imported Debian patch 3.4.3-10.3
---
 debian/changelog |  8 ++++++++
 debian/control   | 25 ++++---------------------
 debian/rules     |  2 +-
 3 files changed, 13 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43da3f7..f1df392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nethack (3.4.3-10.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop nethack-gnome: it's experimental, and works with completely outdated
+    gnome-libs. Closes: #460798
+
+ -- Pierre Habouzit <madcoder at debian.org>  Mon, 04 Feb 2008 17:23:08 +0100
+
 nethack (3.4.3-10.2) unstable; urgency=low
 
   * NMU
diff --git a/debian/control b/debian/control
index e12b4da..54d7856 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: games
 Priority: optional
 Maintainer: Joshua Kwan <joshk at triplehelix.org>
 Standards-Version: 3.7.2
-Build-Depends: flex, bison, groff-base, debhelper (>= 5.0.31), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, xutils, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, libqt3-mt-dev (>= 3:3.3.4-7), libgnome-dev, dpatch, po-debconf
+Build-Depends: flex, bison, groff-base, debhelper (>= 5.0.31), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, xutils, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, libqt3-mt-dev (>= 3:3.3.4-7), dpatch, po-debconf
 
 Package: nethack-common
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>= 1.12)
-Recommends: nethack-console | nethack-x11 | nethack-qt | nethack-gnome
-Conflicts: suidmanager (<< 0.50), gnomehack, nethack-console (<< ${Source-Version}), nethack-x11 (<< ${Source-Version}), nethack-gnome (<< ${Source-Version}), nethack-qt (<< ${Source-Version}), nethack-lisp (<< ${Source-Version})
-Replaces: nethack (<< 3.4.0), gnomehack
+Recommends: nethack-console | nethack-x11 | nethack-qt
+Conflicts: suidmanager (<< 0.50), nethack-console (<< ${Source-Version}), nethack-x11 (<< ${Source-Version}), nethack-gnome (<< ${Source-Version}), nethack-qt (<< ${Source-Version}), nethack-lisp (<< ${Source-Version})
+Replaces: nethack (<< 3.4.0)
 Description: Common files for Nethack dungeon crawl game
  The various graphical front-ends for Nethack all share a large
  number of files in common.  This package contains the graphics,
@@ -24,7 +24,6 @@ Description: Common files for Nethack dungeon crawl game
   * nethack-console (no graphics, just plain Nethack)
   * nethack-x11 (original X11/Athena-based graphical version)
   * nethack-qt (newer Qt-based graphical version)
-  * nethack-gnome (experimental Gnome-based graphical version)
   * nethack-lisp (for playing Nethack in Emacs; requires nethack-el)
  .
  There is a nethack-spoilers package available, if you're really
@@ -101,19 +100,3 @@ Description: Text-based/Qt overhead view D&D-style adventure game
  This package contains the text and Qt-based graphical versions
  of Nethack.
 
-Package: nethack-gnome
-Depends: ${shlibs:Depends}, nethack-common (= ${Source-Version})
-Architecture: any
-Section: gnome
-Provides: nethack
-Description: Text-based/Gnome 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,
- wizard, or any of many other classes, fighting your way down to
- retrieve the Amulet of Yendor (try saying THAT one backwards!) for
- your god. On the way, you might encounter a quantum mechanic or two,
- or perhaps a microscopic space fleet, or -- if you're REALLY lucky --
- the Ravenous Bugblatter Beast of Traal.
- .
- This package contains the text and Gnome-based graphical versions
- of Nethack.
diff --git a/debian/rules b/debian/rules
index 4b73e3f..12fe96b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 
 export CFLAGS = $(optimize) -I../include -g -Wall -DGCC_WARN
 
-TARGETS = console lisp x11 gnome qt
+TARGETS = console lisp x11 qt
 
 TARGET_NAMES = $(TARGETS:%=build-%)
 TARGET_STAMPS = $(TARGET_NAMES:%=%-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