--- gnome-mud-0.11.2.orig/debian/control +++ gnome-mud-0.11.2/debian/control @@ -0,0 +1,34 @@ +Source: gnome-mud +Section: gnome +Priority: optional +Maintainer: Jordi Mallach +Uploaders: Debian GNOME Maintainers +Build-Depends: + cdbs (>= 0.4.0), + debhelper (>= 7), + libglade2-dev, + libgconf2-dev, + libglib2.0-dev, + libgnet-dev (>= 0.22), + libgstreamer0.10-dev, + libgtk2.0-dev (>= 2.10), + libpcre3-dev, + libvte-dev (>= 0.11), + intltool, + zlib1g-dev, + gnome-pkg-tools +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-mud/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/ +Homepage: http://live.gnome.org/GnomeMud + +Package: gnome-mud +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: The GNOME MUD client + GNOME-Mud is a Multi-User Dungeon (MUD) client for X. It supports aliases, + triggers, multiple connections, command queuing, IPv6 servers and implements + more advanced MUD protocols like MSP or ZMP. It includes a plugin interface, + which can be used to add your own features (for example, a graphical health + monitor). It uses the GTK+ toolkit, but it can be used with any window + manager. --- gnome-mud-0.11.2.orig/debian/rules +++ gnome-mud-0.11.2/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-mccp + +binary-install/gnome-mud:: + mv $(CURDIR)/debian/gnome-mud/usr/bin $(CURDIR)/debian/gnome-mud/usr/games --- gnome-mud-0.11.2.orig/debian/compat +++ gnome-mud-0.11.2/debian/compat @@ -0,0 +1 @@ +7 --- gnome-mud-0.11.2.orig/debian/watch +++ gnome-mud-0.11.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.gnome.org/sources/gnome-mud/([\d\.]+\d)/gnome-mud-(.*)\.tar\.gz --- gnome-mud-0.11.2.orig/debian/copyright +++ gnome-mud-0.11.2/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Jordi Mallach on +Fri, 25 Feb 2000 15:58:43 +0100 +The original package was debianized by Ben Gertzfield che@debian.org on +Mon, 17 Aug 1998 12:54:47 -0700. + +It was downloaded from . + +Upstream author: Robin Ericsson + +Copyright © 1998-2005 Robin Ericsson + © 2005-2009 Les Harris + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- gnome-mud-0.11.2.orig/debian/control.in +++ gnome-mud-0.11.2/debian/control.in @@ -0,0 +1,34 @@ +Source: gnome-mud +Section: gnome +Priority: optional +Maintainer: Jordi Mallach +Uploaders: @GNOME_TEAM@ +Build-Depends: + cdbs (>= 0.4.0), + debhelper (>= 7), + libglade2-dev, + libgconf2-dev, + libglib2.0-dev, + libgnet-dev (>= 0.22), + libgstreamer0.10-dev, + libgtk2.0-dev (>= 2.10), + libpcre3-dev, + libvte-dev (>= 0.11), + intltool, + zlib1g-dev, + gnome-pkg-tools +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-mud/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/ +Homepage: http://live.gnome.org/GnomeMud + +Package: gnome-mud +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: The GNOME MUD client + GNOME-Mud is a Multi-User Dungeon (MUD) client for X. It supports aliases, + triggers, multiple connections, command queuing, IPv6 servers and implements + more advanced MUD protocols like MSP or ZMP. It includes a plugin interface, + which can be used to add your own features (for example, a graphical health + monitor). It uses the GTK+ toolkit, but it can be used with any window + manager. --- gnome-mud-0.11.2.orig/debian/menu +++ gnome-mud-0.11.2/debian/menu @@ -0,0 +1,7 @@ +?package(gnome-mud): \ + needs="X11" \ + section="Games/Adventure" \ + title="GNOME-Mud" \ + command="/usr/games/gnome-mud" \ + longtitle="GNOME MUD Client" \ + hints="MUD, Gtk, GNOME" --- gnome-mud-0.11.2.orig/debian/changelog +++ gnome-mud-0.11.2/debian/changelog @@ -0,0 +1,452 @@ +gnome-mud (0.11.2-1) unstable; urgency=low + + * New upstream release. + * Update copyright holders. + + -- Jordi Mallach Fri, 27 Feb 2009 17:51:27 +0100 + +gnome-mud (0.11.1-1) unstable; urgency=low + + * New upstream release. + * Drop Build-Depends on gnome-doc-utils. There are no 0.11 docs for now. + * Don't pass --disable-schemas-install to configure. Whatever that + fixed, it should be fixed now. + * Remove patch 01_fix_desktop_file.patch, applied upstream. + * Remove obsolete debhelper dirs and examples files. + * Move binary to /usr/games again. + * Update copyright years. + + -- Jordi Mallach Tue, 10 Feb 2009 01:39:23 +0100 + +gnome-mud (0.11-2) unstable; urgency=low + + [ Jordi Mallach ] + * Use LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed, as suggested by + Loïc Minier. + * Rebuilding the package gets rid of inactive GNOME maintainers + Closes: #472710, #508202. + * Upload to unstable. + * Removal of the mapper feature "fixes" a few bugs. + Closes: #228081, #328765, #328766, #328768, + Closes: #328770, #328771, #328772, #328773, #372585 + * Crashes related to the terminal should be fixed with the rewrite. + Closes: #328761, #372585. + * GConf files should be installed correctly now. Closes: #267256. + + + [ Emilio Pozuelo Monfort ] + * debian/watch: Don't uupdate. + * debian/patches/01_fix_desktop_file.patch: + - Update the desktop file to the latest standard. + + -- Jordi Mallach Tue, 10 Feb 2009 00:44:38 +0100 + +gnome-mud (0.11-1) experimental; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Jordi Mallach ] + * New upstream release. + * Bump to debhelper compatibility level 7. + * Update Build-Depends for the new codebase: + - remove libgnomeui-dev, python-dev, python-gtk2-dev and scrollkeeper. + - add libglib2.0-dev, libgnet-dev, libgstreamer01.0-dev, libgtk2.0-dev + and libpcre3-dev. + - update libvte-dev. + * Wrap Build-Depends. + * Update to Standards-Version 3.8.0. + * Don't pass --enable-python to configure. The Python plugin API is gone + in this release. + * Configure with --disable-schemas-install. + * Add -Wl,-O1 -Wl,--as-needed LDFLAGS as a binary dependency diet. + * Remove python plugin examples. + * Remove docs file. + * Update copyright. + * Update watch file. + + -- Jordi Mallach Thu, 24 Jul 2008 02:16:28 +0200 + +gnome-mud (0.10.7-1) unstable; urgency=low + + * New upstream release. + * debian/control.in: fix typo in Build-Depends (thanks, seb128). + + -- Jordi Mallach Mon, 16 May 2005 14:59:31 +0200 + +gnome-mud (0.10.6-1) unstable; urgency=low + + * New upstream release. + - directions in automapper are now configurable (closes: #253262). + * debian/control.in: add scrollkeeper and libglade2-dev to + Build-Depends (closes: #253677). + * debian/patches/01_about_dialog_fixes.patch: removed, applied upstream. + + -- Jordi Mallach Thu, 12 May 2005 12:52:14 +0200 + +gnome-mud (0.10.5-2) unstable; urgency=low + + * debian/examples: add plugins/python/HPinfo.py (closes: #233992). + * debian/postinst: removed, now handled by dh_gconf. + * debian/patches/01_about_dialog_fixes.patch: patch from CVS to fix + a bad pointer segfault and to show all the widgets in the about + dialog. + + -- Jordi Mallach Mon, 23 Feb 2004 12:35:42 +0100 + +gnome-mud (0.10.5-1) unstable; urgency=low + + * New upstream release. + * debian/control.in: build-dep on a newer debhelper that supports the + xml catalog for dh_scrollkeeper (closes: #231729). + * debian/copyright: update copyright years. + * debian/patches/00_modules_api_segfault_fix.patch: removed. + + -- Jordi Mallach Thu, 12 Feb 2004 12:25:41 +0100 + +gnome-mud (0.10.4a-1) unstable; urgency=low + + * New upstream release. + * debian/patches/00_modules_api_segfault_fix.patch: replace patch with a + fixed patch, which will appear in 0.10.5. + + -- Jordi Mallach Mon, 5 Jan 2004 15:30:41 +0100 + +gnome-mud (0.10.4-3) unstable; urgency=medium + + * debian/patches/00_modules_api_segfault_fix.patch: unapply plugin api + extension patch that went in just before 0.10.4 to see if it's the + cause of the random segfaults. According to my tests, it appears to be + (closes: #225171). + * debian/rules: include cdbs' simple-patchsys.mk. + + -- Jordi Mallach Sat, 27 Dec 2003 22:03:15 +0100 + +gnome-mud (0.10.4-2) unstable; urgency=low + + * debian/control.in: for some reason, we now need to build-depend on + intltool. + + -- Jordi Mallach Tue, 23 Dec 2003 12:44:08 +0100 + +gnome-mud (0.10.4-1) unstable; urgency=low + + * New upstream release. + + fixes crash on saving game buffer (closes: #222294). + + fixes alias handling: it only considers expanding an alias if it's the + first chunk of the input (closes: #222295). + + added a check for badly installed schemas. If you see an error about + this while using the Debian package, please report it. + + -- Jordi Mallach Mon, 22 Dec 2003 13:11:13 +0100 + +gnome-mud (0.10.3-1) unstable; urgency=low + + * New upstream release. + + fixes segfaults in connection wizard (closes: #208934). + * debian/rules: include cdbs rules before the class. Should fix doc + installation. + * debian/control: moved... + + debian/control.in: ... here, for GNOME Team changes. + + use ${misc:Depends}. + + build-depend on gnome-pkg-tools. + + add GNOME Team as Uploaders: + + bump Standards-Version to 3.6.1.0 (no changes required). + + -- Jordi Mallach Tue, 11 Nov 2003 18:33:00 +0100 + +gnome-mud (0.10.2-2) unstable; urgency=low + + * Transition to Python 2.3. + * debian/control: + + Build-Depend on python2.3-dev and python-gtk2-dev. + + bump Standards-Version to 3.6.0.0 (no changes needed). + + -- Jordi Mallach Mon, 18 Aug 2003 12:41:05 +0200 + +gnome-mud (0.10.2-1) unstable; urgency=low + + * New upstream release. + + -- Jordi Mallach Wed, 9 Jul 2003 20:45:47 +0200 + +gnome-mud (0.10.1-4) unstable; urgency=low + + * debian/rules: include cdbs makefiles before setting any variable + (closes: #198240). + + -- Jordi Mallach Sat, 21 Jun 2003 00:03:50 +0200 + +gnome-mud (0.10.1-3) unstable; urgency=low + + * debian/postinst: install schemas in configure phase. Duh! + * debian/control: don't build-depend on scrollkeeper, it's not needed at + build time. Depend on scrollkeeper (>= 0.3.8) instead. + + -- Jordi Mallach Wed, 18 Jun 2003 20:50:31 +0200 + +gnome-mud (0.10.1-2) unstable; urgency=low + + * More stupid mistakes in 0.10.x. + * src/gnome-mud.c: correctly initialize i18n. + + -- Jordi Mallach Tue, 10 Jun 2003 14:35:46 +0200 + +gnome-mud (0.10.1-1) unstable; urgency=low + + * New upstream release. + + the only changes are the segfault fixes included in our -1 release. + + -- Jordi Mallach Tue, 10 Jun 2003 14:02:01 +0200 + +gnome-mud (0.10.0-2) unstable; urgency=low + + * debian/control: add build-depends on libvte-dev (>= 0.10.26) + (thanks, Ryan Murray; closes: #196714). + + -- Jordi Mallach Mon, 9 Jun 2003 19:21:35 +0200 + +gnome-mud (0.10.0-1) unstable; urgency=low + + * New upstream release. + + ported to GNOME 2. + + most of the improvements were already backported in the 0.9.1 package. + + GNOME 2 docs aren't distributed as .html files, so we have no more + missing sgml icons (closes: #167623). + * Switch packaging to cdbs. + * debian/control: + + add build depends on cdbs and bump debhelper to (>= 4.1.0). Let's see + if I get it right... + + update build-depends for gnome 2. + + change section to gnome, to match the override file. + + bump Standards-Version to 3.5.10.0 (no changes required). + * src/net.c: apply CVS patch to fix a rare segfault. + * src/init.c: apply a patch from Robin Ericsson to fix a ridiculous + segfault. + + -- Jordi Mallach Sun, 08 Jun 2003 18:37:14 +0200 + +gnome-mud (0.9.1-5) unstable; urgency=low + + * src/init.c: point at the correct name for the user manual, add menu item + for the plugin API documentation (thanks, Kevin Ryde, closes: #167622). + + -- Jordi Mallach Mon, 4 Nov 2002 01:54:25 +0100 + +gnome-mud (0.9.1-4) unstable; urgency=low + + * Backport a few new features from CVS, as the GNOME2 port seems to be + stalled. + * debian/compat: added, switching to compatibility version 4. + * debian/control: + + bump debhelper build-dep to (>= 4.0.0). + + Standards-Version: 3.5.7.1. + + mention IPv6 support in the description. + * debian/rules: + + removed DH_COMPAT definition. + + added configure rule. + * src/net.c: added IPv6 support from Sjoerd Simons. + * src/python.c: move search path for python plugins to + "~/.gnome-mud/plugins/". + * src/telnet.c, src/window.c: handle a few extra telnet codes. + + -- Jordi Mallach Fri, 1 Nov 2002 00:43:44 +0100 + +gnome-mud (0.9.1-3) unstable; urgency=low + + * debian/control: + + Build-Depend on python2.2-dev (>= 2.2.1-9). + + improved the short description. + * debian/rules: + + drop support of D_B_O "debug", add support for "noopt". + + configure with just --enable-python. + + -- Jordi Mallach Sat, 31 Aug 2002 01:49:44 +0200 + +gnome-mud (0.9.1-2) unstable; urgency=low + + * The "D'oh!" release. + * Python plugins haven't worked since they were introduced. + I was playing being leet, building against python-2.2, while + there isn't a python-pygtk package for it. + * debian/control: build-depend on python-2.1-dev (>= 2.1.1-1.4). + * debian/rules: request python-2.1 on configure. + + -- Jordi Mallach Wed, 3 Jul 2002 16:59:22 +0200 + +gnome-mud (0.9.1-1) unstable; urgency=low + + * New upstream release. + + -- Jordi Mallach Wed, 3 Jul 2002 11:32:41 +0200 + +gnome-mud (0.9.0-2) unstable; urgency=medium + + * debian/control: + + added Build-Depends on python-gtk. + + Versioned python2.2-dev Build-Dep per python-policy. + + -- Jordi Mallach Wed, 17 Apr 2002 17:19:53 +0200 + +gnome-mud (0.9.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: added python2.2-dev to Build-Depends. + * debian/rules: + + enable python and MCCP support in configure. + + removed unneded stuff from the clean target. + + removed dh_make cruft. + * debian/changelog: removed emacs cruft. + * debian/copyright: updated download location and copyright notices. + + -- Jordi Mallach Fri, 15 Mar 2002 16:48:12 +0100 + +gnome-mud (0.8.0-1) unstable; urgency=low + + * New upstream release. The package is now called gnome-mud and + obviously, depends on gnome-libs. + * debian/README.Debian: removed, obsolete. + * debian/{amcl.6,manpages}: removed, integrated upstream. + * debian/dirs: renamed some dirs, amcl -> gnome-mud + * debian/docs: removed TODO, added ROADMAP. + * debian/menu: renaming changes. + * debian/control: + + changed source and package names. + + added libgnome-dev and scrollkeeper to Build-Depends, removed + automake, autoconf and gettext. + + changed description to reflect new names and features. + + Replaces,Conflicts,Provides: amcl. + * debian/rules: + + removed clean and build cruft from previous versions. + + removed dh_testversion calls. + + commented out dh_installman. + + move gnome-mud.1 to gnome-mud.6 in the install target. + * gnome-mud.1: s/AMCL/GNOME-MUD/, changed section. + + -- Jordi Mallach Thu, 8 Nov 2001 20:10:11 +0100 + +amcl (0.7.5-6) unstable; urgency=low + + * po/{fr.po,sv.po}: fixed encoding and charset fields so msgfmt + doesn't barf. + * debian/control: Standards-Version: 3.5.6.0 (no changes). + * debian/menu: fixed path to amcl. + + -- Jordi Mallach Mon, 27 Aug 2001 18:37:26 +0200 + +amcl (0.7.5-5) unstable; urgency=low + + * Added config.sub and config.guess so amcl builds on newer + architectures (closes: #103685). + * debian/control: Standards-Version: 3.5.5.0 (no changes). + + -- Jordi Mallach Fri, 6 Jul 2001 20:19:40 +0200 + +amcl (0.7.5-4) unstable; urgency=low + + * Added fr.po from Martin Quinson (closes: #86687). + * debian/rules: + + DH_COMPAT=3 + + CFLAGS changes for Gtk+ 1.2.9 (thanks mhp!) + + make version.h and then make the rest. That needs to be fixed + upstream. Or better still, that needs to be dropped + + use dh_installman now + * debian/control: + + Standards-Version: 3.5.2.0. + + Build-Depend on debhelper 3 now that we're using it. + + -- Jordi Mallach Tue, 20 Mar 2001 02:29:38 +0100 + +amcl (0.7.5-3) unstable; urgency=low + + * debian/control: + + fixed Build-Depends: added gettext and zlib1g-dev (closes: #83819). + + changed section to games, oops. + + -- Jordi Mallach Sun, 28 Jan 2001 13:05:26 +0100 + +amcl (0.7.5-2) unstable; urgency=low + + * debian/rules: install binaries in /usr/games. + * debian/dirs: manpage to games section, renamed it. + * debian/menu: changed menu section to Games/Adventure. + + -- Jordi Mallach Thu, 18 Jan 2001 12:04:20 +0100 + +amcl (0.7.5-1) unstable; urgency=low + + * New upstream release, just when I got bored of waiting for it and had + released -3... + * debian/rules: clean some autogenerated files in the clean rule. + * Added src/Makefile.mkhelp, src/mkhelp.c from CVS. Upstream removed them + from the tarball, wonder why... + + -- Jordi Mallach Wed, 20 Dec 2000 11:59:24 +0100 + +amcl (0.7.0-3) unstable; urgency=low + + * Added a manpage for amcl. + * debian/rules: + + use DH_COMPAT=2. + + Add DEB_BUILD_OPTIONS debug and nostrip support. + + replaced 'pwd' calls with make's $CURDIR. + * debian/control: + + added Build-Depends (closes: #70076, #70261). + + removed Suggests: menu. + + updated Standards-Version to 3.2.1. + + changed maintainer email address. + * debian/docs: removed INSTALL. + * Cool, now I notice I never uploaded -2 or it never hit unstable... + + -- Jordi Mallach Fri, 15 Dec 2000 16:49:36 +0100 + +amcl (0.7.0-2) unstable; urgency=low + + * debian/rules: manually erase src/mkhelp in the cleanup as the + distclean tag in the Makefile forgets about it. + * debian/dirs: add usr/share/amcl to get rid of an error message when + that directory is not present. + + -- Jordi Mallach Sun, 27 Feb 2000 04:31:35 +0100 + +amcl (0.7.0-1) unstable; urgency=low + + * New upstream release (Closes: #34466, #50789). + * New Maintainer (thanks Ben!). + * Many versions skipped, many things changed (have a look at changelog). + * debian/ + + README.Debian: removed obsolete information. + + changelog: removed add-log-mailing-address entry. + + docs: added new docs in the updated AMCL distribution. + + rules: updated some debhelper entries. + + copyright: updated download site and location of the license, stated + the authorship of AMCL. + + control: updated to Standards-Version: 3.1.1.1, updated description + and added a Suggests: menu entry. + + -- Jordi Mallach Fri, 25 Feb 2000 15:58:43 +0100 + +amcl (0.4.2-2) unstable; urgency=low + + * Rebuild with debhelper 1.1.19 so that debian/files gets properly + removed. Fixes: #27154 + + -- Ben Gertzfield Mon, 28 Sep 1998 11:04:30 -0700 + +amcl (0.4.2-1) unstable; urgency=low + + * New upstream release. + + -- Ben Gertzfield Tue, 22 Sep 1998 14:13:05 -0700 + +amcl (0.4.1-1) unstable; urgency=low + + * New upstream release. + + -- Ben Gertzfield Wed, 16 Sep 1998 17:40:57 -0700 + +amcl (0.3-1) unstable; urgency=low + + * Initial Release. + + -- Ben Gertzfield Mon, 17 Aug 1998 12:54:47 -0700