This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to annotated tag debian/3.4.3-13 in repository nethack.
commit bd6702bb6287c8d85865b6dde9299cc5d4b48deb Author: Ana Beatriz Guerrero Lopez <[email protected]> Date: Sun May 20 00:40:52 2012 +0200 Imported Debian patch 3.4.3-13 --- debian/changelog | 7 +++++++ debian/control | 35 +++-------------------------------- debian/nethack-qt.desktop | 10 ---------- debian/nethack-qt.dirs | 4 ---- debian/nethack-qt.install | 1 - debian/nethack-qt.links | 2 -- debian/nethack-qt.menu | 6 ------ debian/nethack-qt.postinst | 11 ----------- debian/nethack-qt.prerm | 8 -------- debian/rules | 2 +- 10 files changed, 11 insertions(+), 75 deletions(-) diff --git a/debian/changelog b/debian/changelog index ddde58f..95c4195 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nethack (3.4.3-13) unstable; urgency=low + + * QA upload, orphan package. + * Drop nethack-qt. (Closes: #604363) + + -- Ana Beatriz Guerrero Lopez <[email protected]> Sun, 20 May 2012 00:40:52 +0200 + nethack (3.4.3-12.3) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index e1d6248..74c5bec 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: nethack Section: games Priority: optional -Maintainer: Joshua Kwan <[email protected]> +Maintainer: Debian QA Group <[email protected]> Standards-Version: 3.8.3.0 -Build-Depends: flex, bison, groff-base, debhelper (>= 7), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, libqt3-mt-dev (>= 3:3.3.4-7), dpatch, po-debconf, xfonts-utils +Build-Depends: flex, bison, groff-base, debhelper (>= 7), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, dpatch, po-debconf, xfonts-utils Package: nethack-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>= 1.12) -Recommends: nethack-console | nethack-x11 | nethack-qt +Recommends: nethack-console | nethack-x11 Conflicts: suidmanager (<< 0.50), nethack-console (<< ${binary:Version}), nethack-x11 (<< ${binary:Version}), nethack-gnome (<< ${binary:Version}), nethack-qt (<< ${binary:Version}), nethack-lisp (<< ${binary:Version}) Replaces: nethack (<< 3.4.0) Description: dungeon crawl game - common files @@ -26,7 +26,6 @@ Description: dungeon crawl game - common files at the same time: - nethack-console: no graphics, just plain NetHack; - nethack-x11 : original X11/Athena-based graphical version; - - nethack-qt : Qt-based graphical version; - nethack-lisp : Lisp window version. . The various graphical front-ends for NetHack all share a large @@ -58,7 +57,6 @@ Description: dungeon crawl game - text-based interface at the same time: - nethack-console: no graphics, just plain NetHack; - nethack-x11 : original X11/Athena-based graphical version; - - nethack-qt : Qt-based graphical version; - nethack-lisp : Lisp window version. . This package provides the plain console version of NetHack. @@ -83,7 +81,6 @@ Description: dungeon crawl game - Lisp interface at the same time: - nethack-console: no graphics, just plain NetHack; - nethack-x11 : original X11/Athena-based graphical version; - - nethack-qt : Qt-based graphical version; - nethack-lisp : Lisp window version. . This package provides the version required for playing NetHack via @@ -108,33 +105,7 @@ Description: dungeon crawl game - X11 interface at the same time: - nethack-console: no graphics, just plain NetHack; - nethack-x11 : original X11/Athena-based graphical version; - - nethack-qt : Qt-based graphical version; - nethack-lisp : Lisp window version. . This package provides the text and X11/Athena-based graphical versions of NetHack. - -Package: nethack-qt -Depends: ${shlibs:Depends}, ${misc:Depends}, nethack-common (= ${binary:Version}) -Architecture: any -Provides: nethack -Description: dungeon crawl game - Qt interface - NetHack is a wonderfully silly, yet quite addictive, Dungeons & - Dragons-style adventure game. You play a character from one of many - classes (such as wizard, ranger, or tourist), 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 King Arthur, or - if you're REALLY lucky - the Ravenous - Bugblatter Beast of Traal. - . - You should install a front-end for NetHack if you - wish to play the game. Each of them includes the - original non-graphical version, and they can all be installed - at the same time: - - nethack-console: no graphics, just plain NetHack; - - nethack-x11 : original X11/Athena-based graphical version; - - nethack-qt : Qt-based graphical version; - - nethack-lisp : Lisp window version. - . - This package provides the text and Qt-based graphical versions - of NetHack. diff --git a/debian/nethack-qt.desktop b/debian/nethack-qt.desktop deleted file mode 100644 index 227bf3d..0000000 --- a/debian/nethack-qt.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Encoding=UTF-8 -Name=Qt NetHack -GenericName=NetHack (Qt interface) -Comment= -Icon=nethack -Exec=/usr/games/nethack-qt -Terminal=false -Categories=Application;Game;AdventureGame; diff --git a/debian/nethack-qt.dirs b/debian/nethack-qt.dirs deleted file mode 100644 index 87c41fe..0000000 --- a/debian/nethack-qt.dirs +++ /dev/null @@ -1,4 +0,0 @@ -etc/nethack -usr/games -usr/lib/games/nethack -usr/share/man/man6 diff --git a/debian/nethack-qt.install b/debian/nethack-qt.install deleted file mode 100644 index 0c8932c..0000000 --- a/debian/nethack-qt.install +++ /dev/null @@ -1 +0,0 @@ -debian/nethack-qt.desktop usr/share/applications diff --git a/debian/nethack-qt.links b/debian/nethack-qt.links deleted file mode 100644 index 2823e56..0000000 --- a/debian/nethack-qt.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/games/nethack/nethack-qt.sh usr/games/nethack-qt -usr/share/man/man6/nethack.6.gz usr/share/man/man6/nethack-qt.6.gz diff --git a/debian/nethack-qt.menu b/debian/nethack-qt.menu deleted file mode 100644 index 1d33e81..0000000 --- a/debian/nethack-qt.menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(nethack-qt):needs="x11" \ - command="/usr/games/nethack-qt" \ - hints="Roguelike,Maze,Dungeon" \ - section="Games/Adventure" \ - title="Qt NetHack" \ - icon="/usr/share/pixmaps/nethack.xpm" diff --git a/debian/nethack-qt.postinst b/debian/nethack-qt.postinst deleted file mode 100644 index f762c58..0000000 --- a/debian/nethack-qt.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -update-alternatives --install /usr/games/nethack nethack \ - /usr/lib/games/nethack/nethack-qt-tty.sh 60 - -update-alternatives --install /usr/games/nethack nethack \ - /usr/lib/games/nethack/nethack-qt.sh 50 - -#DEBHELPER# diff --git a/debian/nethack-qt.prerm b/debian/nethack-qt.prerm deleted file mode 100644 index 8fff3ee..0000000 --- a/debian/nethack-qt.prerm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -update-alternatives --remove nethack /usr/lib/games/nethack/nethack-qt.sh -update-alternatives --remove nethack /usr/lib/games/nethack/nethack-qt-tty.sh - -#DEBHELPER# diff --git a/debian/rules b/debian/rules index 6e674dd..0c788bb 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ endif export CFLAGS = $(optimize) -I../include -g -Wall -DGCC_WARN -D__CORRECT_ISO_CPP_STRINGS_H_PROTO -TARGETS = console lisp x11 qt +TARGETS = console lisp x11 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

