--- pente-2.2.5.orig/debian/clean +++ pente-2.2.5/debian/clean @@ -0,0 +1,8 @@ +Makefile +pente +pente-*-Linux +Makefile-*-Linux +config.* +configure +Makefile- + --- pente-2.2.5.orig/debian/watch +++ pente-2.2.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.igoweb.org/~wms/comp/pente/ pente-(.+).tar.gz + --- pente-2.2.5.orig/debian/README.source +++ pente-2.2.5/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt to manage changes to the upstream code. Run +"QUILT_PATCHES=debian/patches quilt push -a" to apply all of the +patches. See /usr/share/doc/quilt/README.source for more information +on how to use quilt. --- pente-2.2.5.orig/debian/manpages +++ pente-2.2.5/debian/manpages @@ -0,0 +1 @@ +man6/pente.6 --- pente-2.2.5.orig/debian/pente.desktop +++ pente-2.2.5/debian/pente.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Pente +Comment=Five in a row game for X +Icon=pente +Terminal=false +Type=Application +Categories=Game;BoardGame; +Exec=pente --- pente-2.2.5.orig/debian/compat +++ pente-2.2.5/debian/compat @@ -0,0 +1 @@ +7 --- pente-2.2.5.orig/debian/control +++ pente-2.2.5/debian/control @@ -0,0 +1,23 @@ +Source: pente +Section: games +Priority: optional +Build-Depends: debhelper (>= 7.0.50), libncurses5-dev, libx11-dev, x11proto-core-dev, libxt-dev, quilt (>= 0.46-7), autoconf +Maintainer: Debian Games Team +Uploaders: Ryan Niebur +Standards-Version: 3.8.3 +Homepage: http://www.igoweb.org/~wms/comp/pente/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pente/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pente/?op=log + +Package: pente +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: five in a row game for X and the console + Pente is the English name for the Asian game ni-nuki, which itself + is a version of the game go-moku. The game is a variant of the well + known five in a row. Placing five stones in a row is one way to win, + the other is to capture five pairs of the opponents stones. + . + Pente can run in three different modes: X, curses or text. You can + play against the computer or another human, and there is also support + for playing over a network. --- pente-2.2.5.orig/debian/changelog +++ pente-2.2.5/debian/changelog @@ -0,0 +1,256 @@ +pente (2.2.5-7) UNRELEASED; urgency=low + + [ Ryan Niebur ] + * Update my email address + * set Standards-Version to 3.8.3 + * update dh7 usage + + [ Paul Wise ] + * Fix the desktop file up a bit (Closes: #570133) + + [ Bruno "Fuddl" Kleinert ] + * Team upload. + + -- Bruno "Fuddl" Kleinert Thu, 05 Aug 2010 16:33:56 -0400 + +pente (2.2.5-6) unstable; urgency=low + + [ Ryan Niebur ] + * Adopt as part of the games team (Closes: #515504) + * update build dependency from x-dev to x11proto-core-dev (Closes: + #515453) + * use Homepage field instead of long description + * debhelper 7 + * redo debian/rules + * add watch file + * update FSF address in debian/copyright, add information about Debian + packaging + * use quilt + * make it so that configure can be regerated + * build with sound support (Closes: #155806). Thanks to André + Dahlqvist for the patch. + * add README.source + * standards version 3.8.0 + * add .desktop file + + [ Gonéri Le Bouder ] + * Add Vcs-* fields + + -- Ryan Niebur Tue, 17 Feb 2009 12:43:32 +0100 + +pente (2.2.5-5.1) unstable; urgency=high + + * Non-maintainer upload. + * Add libxt-dev to build-depends (Closes: #347036, #349439). + + -- Luk Claes Thu, 26 Jan 2006 20:05:05 +0100 + +pente (2.2.5-5) unstable; urgency=low + + * Fix xlibs-dev build-depends for Xorg transition (closes: #347036) + * Update to Standards-Version 3.6.2 (no changes) + + -- Ross Younger Thu, 12 Jan 2006 19:11:25 +0000 + +pente (2.2.5-4) unstable; urgency=low + + * New maintainer (closes: #195686) + * Update copyright to refer to common-licenses, to pass lintian. + * Bring up to Standards-Version 3.6.1.0: + - README contains upstream changelog, so symlink it in + - convert this changelog to UTF-8 + * Add upstream homepage to package description. + + -- Ross Younger Sat, 15 Nov 2003 11:06:46 +0000 + +pente (2.2.5-3) unstable; urgency=low + + * Orphaning this package. + + -- André Dahlqvist Sun, 1 Jun 2003 17:34:13 +0200 + +pente (2.2.5-2) unstable; urgency=low + + * It seams like I accidentally dropped DEB_BUILD_OPTIONS at some point. + Now it's back and in compliance with latest policy. + + -- André Dahlqvist Wed, 30 Oct 2002 12:35:49 +0100 + +pente (2.2.5-1) unstable; urgency=low + + * New upstream release. + - Upstream author just merged some documentation changes that I had + made. + + -- André Dahlqvist Sat, 22 Dec 2001 18:57:50 +0100 + +pente (2.2.3-1) unstable; urgency=low + + * New upstream release. (Closes: #106967) + - Now uses the right words for "free software" in French and Italian. + - configure script generated with autoconf 2.13 instead of 2.12. + * Be paranoid and pass usr/share/man/man6 to dh_installdirs. + * Standards-Version: 3.5.6.0. No changes required. + + -- André Dahlqvist Sun, 29 Jul 2001 13:26:07 +0200 + +pente (2.2.2-9) unstable; urgency=low + + * Really change DH_COMPAT to 3 this time. + + -- André Dahlqvist Thu, 26 Jul 2001 02:03:29 +0200 + +pente (2.2.2-8) unstable; urgency=low + + * Use dh_installman instead of dh_installmanpages. + * Change DH_COMPAT from 2 to 3, and build-depend on debhelper 3. + + -- André Dahlqvist Wed, 13 Jun 2001 20:15:54 +0200 + +pente (2.2.2-7) unstable; urgency=low + + * Added support for building with debugging symbols through DEB_BUILD_OPTIONS + as recommended by policy. + * Compiled against xlibs 4.0.3 + * Standards-version: 3.5.4.0. No changes required. + + -- André Dahlqvist Mon, 30 Apr 2001 17:02:45 +0200 + +pente (2.2.2-6) unstable; urgency=low + + * Removed dh_testversion from debian/rules since I have a build dependency + debhelper already. + * Use my official debian e-mail address in the Maintainer: field. + + -- André Dahlqvist Sun, 29 Apr 2001 16:34:16 +0200 + +pente (2.2.2-5) unstable; urgency=medium + + * Something went wrong when the last version was built on the sponsors + box, this release should fix it. + * This upload is spnosored by Lenart Janos . + + -- André Dahlqvist Sun, 28 Jan 2001 10:37:48 +0100 + +pente (2.2.2-4) unstable; urgency=low + + * Fixed the menu entry; it used to always start pente in curses mode. + * Changed my e-mail address. + * Changed the upstream authors e-mail and webpage address. + * Fixed two minor errors in the manpage. + * Updated debhelper rules to version 2, and modified Build-Depends + accordingly. + * Did some other cleanups in debian/rules. + * Compiled against XFree86 4.0.2 libraries. + * Changed xlib6g-dev in Build-Depends to xlibs-dev. + * Minor wording changes in the short description. + + -- André Dahlqvist Thu, 11 Jan 2001 20:39:23 +0100 + +pente (2.2.2-3) unstable; urgency=low + + * New maintainer. Closes: #69642 + * Also closes a bug that I incorrectly filed. Closes: #72412 + * Wrote a new description. + * Changed libncurses4-dev in Build-Deps to libncurses5-dev. + * Standards version 3.2.1.0 + * Compiled against newer X libs. + * Let dh_strip handle the stripping of the executable. + * Various other changes to the package source. + * Upload on behalf of Andre Dahlqvist , I am + sponsoring this package until Andre becomes member of the debian project. + + -- Joop Stakenborg Mon, 25 Sep 2000 21:28:15 +0200 + +pente (2.2.2-2) unstable; urgency=low + + * Built with ncurses5, Closes: #55449 + + -- Joey Hess Fri, 21 Jan 2000 15:37:14 -0800 + +pente (2.2.2-1) unstable; urgency=low + + * New upstream, first in 2 years! + + -- Joey Hess Tue, 11 Jan 2000 16:29:10 -0800 + +pente (2.2.1-7) unstable; urgency=low + + * Build deps. + + -- Joey Hess Sat, 4 Dec 1999 15:12:10 -0800 + +pente (2.2.1-6) unstable; urgency=low + + * FHS + + -- Joey Hess Mon, 6 Sep 1999 16:22:43 -0700 + +pente (2.2.1-5) unstable; urgency=low + + * Rebuilt with ncurses 4. + + -- Joey Hess Fri, 30 Oct 1998 14:56:28 -0800 + +pente (2.2.1-4) unstable; urgency=low + + * Oops, I didn't fix all the spelling mistakes in the last release - + lintain caught another one and I've fixed it. + + -- Joey Hess Sat, 7 Mar 1998 22:12:56 -0800 + +pente (2.2.1-3) unstable; urgency=low + + * Fixed package description spelling (#18934). + + -- Joey Hess Thu, 5 Mar 1998 16:39:36 -0800 + +pente (2.2.1-2) unstable; urgency=low + + * Updated standards-version and fsf address. + + -- Joey Hess Mon, 9 Feb 1998 13:13:46 -0800 + +pente (2.2.1-1) unstable; urgency=low + + * New upstream release. + * Use debhelper. + + -- Joey Hess Wed, 3 Dec 1997 13:10:56 -0500 + +pente (2.2.0-1) unstable; urgency=low + + * New upstream release, and pristine source + * New style menu file. + * Libc6. + + -- Joey Hess Mon, 8 Sep 1997 22:25:23 -0400 + +pente (2.1.11-4) unstable; urgency=low + + * Added a menu file. + * Fixed typo in copyright file. + * Routine update of debian/rules: + New email address. + + -- Joey Hess Fri, 27 Dec 1996 21:11:58 -0500 + +pente (2.1.11-3) unstable; urgency=low + + * Routine update of debian/rules (now uses debmake). + * Stripped binary. + + -- Joey Hess Sat, 26 Oct 1996 20:33:00 -0400 + +pente (2.1.11-2) unstable; urgency=low + + * Uses install-fvwm2menu to register with fvwm2. + + -- Joey Hess Fri, 4 Oct 1996 21:39:32 -0400 + +pente (2.1.11-1) unstable; urgency=low + + * First release. + + -- Joey Hess Mon, 16 Sep 1996 16:58:33 -0400 + --- pente-2.2.5.orig/debian/copyright +++ pente-2.2.5/debian/copyright @@ -0,0 +1,34 @@ +This package was first debianized by Joey Hess on +Mon, 16 Sep 1996 16:58:33 -0400. + +The current maintainer is Ryan Niebur ; +other maintainers were Ross Younger , +Joop Stakenborg and André Dahlqvist +. + +It was downloaded from http://www.igoweb.org/~wms/comp/pente/index.html + +The Debian packaging is Copyright 1996-2009 by the various maintainers +(see changelog) and is licensed under the GPL version 2. + +Upstream Author: Bill Shubert + +Copyright: + Copyright (C) 1994-2001 Bill Shubert + + 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL-2'. --- pente-2.2.5.orig/debian/docs +++ pente-2.2.5/debian/docs @@ -0,0 +1 @@ +README --- pente-2.2.5.orig/debian/install +++ pente-2.2.5/debian/install @@ -0,0 +1,2 @@ +pente usr/games/ +debian/pente.desktop usr/share/applications/ --- pente-2.2.5.orig/debian/menu +++ pente-2.2.5/debian/menu @@ -0,0 +1,4 @@ +?package(pente):needs="x11" section="Games/Board" title="Pente" \ + command="/usr/games/pente" +?package(pente):needs="text" section="Games/Board" title="Pente" \ + command="/usr/games/pente -curses" --- pente-2.2.5.orig/debian/rules +++ pente-2.2.5/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +CMD=$(subst override_,,$@) + +override_dh_auto_configure: + autoconf + $(CMD) + +override_dh_clean: + $(CMD) + rm -fr obj-* + +override_dh_auto_install: + # it ignores DESTDIR, so lets just do it ourselves + mv $(shell readlink -f pente) pente --- pente-2.2.5.orig/debian/patches/series +++ pente-2.2.5/debian/patches/series @@ -0,0 +1,2 @@ +fix-configure +support-sound-again --- pente-2.2.5.orig/debian/patches/support-sound-again +++ pente-2.2.5/debian/patches/support-sound-again @@ -0,0 +1,24 @@ +the header moved, apparently + +--- a/configure.in ++++ b/configure.in +@@ -165,7 +165,7 @@ + AC_CHECK_HEADER( + sun/audioio.h, + AC_DEFINE(SUN_SOUND)) +-AC_CHECK_HEADER(machine/soundcard.h, AC_DEFINE(LINUX_SOUND)) ++AC_CHECK_HEADER(linux/soundcard.h, AC_DEFINE(LINUX_SOUND)) + WMS_CHECK_H_ERRNO + WMS_CHECK_SOCKETS + if test "$cross_compiling" = "yes" ; then +--- a/wmslib/src/wms/snd.c ++++ b/wmslib/src/wms/snd.c +@@ -14,7 +14,7 @@ + #if !HAVE_GETDTABLESIZE + #include + #endif +-#include ++#include + #include + #endif + --- pente-2.2.5.orig/debian/patches/fix-configure +++ pente-2.2.5/debian/patches/fix-configure @@ -0,0 +1,18 @@ +configure.in had a syntax error, and it needs to be used to regenerate +configure for the support-sound-again patch + +--- a/configure.in ++++ b/configure.in +@@ -164,10 +164,8 @@ + AC_TIME_WITH_SYS_TIME + AC_CHECK_HEADER( + sun/audioio.h, +- AC_DEFINE(SUN_SOUND), +- AC_CHECK_HEADER( +- machine/soundcard.h, +- AC_DEFINE(LINUX_SOUND))) ++ AC_DEFINE(SUN_SOUND)) ++AC_CHECK_HEADER(machine/soundcard.h, AC_DEFINE(LINUX_SOUND)) + WMS_CHECK_H_ERRNO + WMS_CHECK_SOCKETS + if test "$cross_compiling" = "yes" ; then