debian/0000755000000000000000000000000011702331671007167 5ustar debian/patches/0000755000000000000000000000000011702051446010615 5ustar debian/patches/91_dont_backup_config.dpatch0000644000000000000000000000121211700411414016116 0ustar Description: Do not save the configuration file Author: Patrik Fimml Index: eboard-extras-pack1/Makefile.in =================================================================== --- eboard-extras-pack1.orig/Makefile.in 2012-01-02 21:26:48.438875016 +0100 +++ eboard-extras-pack1/Makefile.in 2012-01-02 21:26:51.854875108 +0100 @@ -20,7 +20,6 @@ $(INSTALL) -m 0644 $$p $(DATADIR)/`echo $$p`; \ else :; fi; \ done - @cp -f $(DATADIR)/eboard_themes.conf $(DATADIR)/extras1.prevconf # for eboard 0.3.1 and older (would work on newer ones too, # but it isn't package-friendly for people packaging for debian/patches/series0000644000000000000000000000005711700407731012034 0ustar 90_destdir.dpatch 91_dont_backup_config.dpatch debian/patches/90_destdir.dpatch0000644000000000000000000000075611700411412013747 0ustar Description: Respect DESTDIR Author: Patrik Fimml @DPATCH@ Index: eboard-extras-pack1/Makefile.in =================================================================== --- eboard-extras-pack1.orig/Makefile.in 2012-01-02 21:17:21.822859411 +0100 +++ eboard-extras-pack1/Makefile.in 2012-01-02 21:26:48.438875016 +0100 @@ -1,5 +1,5 @@ -DATADIR = @DATADIR@ +DATADIR = $(DESTDIR)@DATADIR@ INSTALL = @INSTALL@ DATAFILES = Alpha.png Diagram.png Kingdom.png Slics.png WCN.png \ debian/compat0000644000000000000000000000000211700407446010367 0ustar 8 debian/rules0000755000000000000000000000003611700407422010242 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000010711700407236010215 0ustar version=3 http://sf.net/eboard/eboard-extras-1pl(\d)\.tar\.(?:gz|bz2) debian/postinst0000644000000000000000000000044511700411754010777 0ustar #!/bin/sh set -e # Remove symlink created by previous packages. #359400 if [ "$1" = "configure" ]; then if [ -d /usr/doc -a -h /usr/doc/eboard-extras-pack1 -a -d /usr/share/doc/eboard-extras-pack1 ]; then rm -f /usr/doc/eboard-extras-pack1 fi fi #DEBHELPER# debian/clean0000644000000000000000000000005711700410406010166 0ustar Makefile config.cache config.log config.status debian/copyright0000644000000000000000000000441311700652310011116 0ustar This package was debianized by Daniel Burrows on Mon, 6 Aug 2001 22:32:11 -0400. The original tarball can be found at http://www.bergo.eng.br/eboard/index.php?p=2. Upstream Authors: Pulga --> Felipe Bergo Gorgonian --> Phillip Watts A --> main author * --> contributed to edition - --> nothing Piece Set Pulga Gorgonian ----------------------------------------------- Alpha.png * A Book.png * A Chap.png * A ChessBase.png - A Cmf.png - A Diagram.png - A Dyche1.png * * Dyche2.png * * Enquil.png A - Jumbo.png - A Kingdom.png * A Leipzig.png * A Mayan.png * A OldClassicDark.png - A Rastapov.png A - Slics.png - A Staunton (Tom Saavedra) Traveler.png - A Usual.png - A Vision.png A A WCN.png * A Yahoo.png - A Copyright: Copyright (C) 2001 Felipe Bergo , Phillip Watts , Tom Saadevra 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/dirs0000644000000000000000000000002711700407236010051 0ustar usr/share/games/eboard debian/docs0000644000000000000000000000000711700413277010040 0ustar README debian/source/0000755000000000000000000000000011700407436010470 5ustar debian/source/format0000644000000000000000000000001411700407436011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000121711700414700010564 0ustar Source: eboard-extras-pack1 Section: games Priority: optional Homepage: http://www.bergo.eng.br/eboard/ Maintainer: Vincent Legout Build-Depends: debhelper (>= 8.0.0) Build-Depends-Indep: eboard (>= 0.3.2pl1) Standards-Version: 3.9.2 Package: eboard-extras-pack1 Architecture: all Depends: ${misc:Depends} Recommends: eboard (>= 0.3.2pl1) Description: additional piece sets and sounds for eboard (pack 1) This is the first extras pack for eboard, a graphical chess program which can function as an interface to Internet chess servers such as FICS and to chess engines such as Crafty. It provides additional piece sets and sounds. debian/changelog0000644000000000000000000000302311702331671011037 0ustar eboard-extras-pack1 (2-3) unstable; urgency=low * New maintainer (Closes: #648342) * debian/rules: Rewrite using dh - debian/clean: Added * Use 3.0 (quilt) source format, add debian/source/format * Use quilt instead of dpatch: - Rename debian/patches/00list to debian/patches/series - Add DEP-3 headers - Drop dpatch from Build-Depends * debhelper 8: - Bump debian/compat - Update debhelper Build-Depends * debian/control: - Add ${misc:Depends} - Standards-Version 3.9.2 - Improve long description as suggested by lintian * debian/copyright: - Explicitly refer to the GPL-2 license - Remove trailing spaces * debian/postinst: Add set -e, thanks lintian -- Vincent Legout Sun, 08 Jan 2012 16:18:16 +0100 eboard-extras-pack1 (2-2) unstable; urgency=low * New maintainer (closes: #483164) * Acknowledge NMU (closes: #359400) * Add debian/watch * dpatch-ify -- Patrik Fimml Tue, 27 May 2008 22:15:24 +0200 eboard-extras-pack1 (2-1.1) unstable; urgency=low * Non-maintainer upload. * Get rid of the /usr/doc link in postinst (Closes: #359400). -- Amaya Rodrigo Sastre Fri, 14 Jul 2006 14:42:53 +0200 eboard-extras-pack1 (2-1) unstable; urgency=low * New upstream release -- Daniel Burrows Fri, 14 Sep 2001 16:56:28 -0400 eboard-extras-pack1 (1-1) unstable; urgency=low * Initial Release. (Closes: #107926) -- Daniel Burrows Mon, 6 Aug 2001 22:32:11 -0400