debian/0000755000000000000000000000000011547103462007171 5ustar debian/convert-all.sh0000755000000000000000000000014311546410035011750 0ustar #!/bin/sh for i in `ls *.bm` ; do NAME=$(basename $i .bm); /usr/bin/convert $i "$NAME".png ; done debian/install0000644000000000000000000000156411546405366010577 0ustar bbb.png usr/share/crafty-bitmaps/ bbk.png usr/share/crafty-bitmaps/ bbn.png usr/share/crafty-bitmaps/ bbp.png usr/share/crafty-bitmaps/ bbq.png usr/share/crafty-bitmaps/ bbr.png usr/share/crafty-bitmaps/ bsq.png usr/share/crafty-bitmaps/ bwb.png usr/share/crafty-bitmaps/ bwk.png usr/share/crafty-bitmaps/ bwn.png usr/share/crafty-bitmaps/ bwp.png usr/share/crafty-bitmaps/ bwq.png usr/share/crafty-bitmaps/ bwr.png usr/share/crafty-bitmaps/ wbb.png usr/share/crafty-bitmaps/ wbk.png usr/share/crafty-bitmaps/ wbn.png usr/share/crafty-bitmaps/ wbp.png usr/share/crafty-bitmaps/ wbq.png usr/share/crafty-bitmaps/ wbr.png usr/share/crafty-bitmaps/ wsq.png usr/share/crafty-bitmaps/ wwb.png usr/share/crafty-bitmaps/ wwk.png usr/share/crafty-bitmaps/ wwn.png usr/share/crafty-bitmaps/ wwp.png usr/share/crafty-bitmaps/ wwq.png usr/share/crafty-bitmaps/ wwr.png usr/share/crafty-bitmaps/ debian/docs0000644000000000000000000000001711546307453010047 0ustar README.bitmaps debian/rules0000755000000000000000000000122711546407155010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: $(CURDIR)/debian/convert-all.sh # for i in `ls $(CURDIR)/*.bm` ; do NAME=$(basename $i .bm); /usr/bin/convert $i $(CURDIR)/"$NAME".png ; done override_dh_auto_clean: rm -rf $(CURDIR)/*.png debian/changelog0000644000000000000000000000132111547103377011045 0ustar crafty-bitmaps (1.0-1) unstable; urgency=low * Initial release (Closes: #620939) ITP. * Thanks to Mike Rohleder I found the motivation for fixing this bug. The images for the crafty annotation mode have been requested since Nov 2004. (Closes: #281936) * The upstream source bitmaps.tgz contained .gif binary files and a temporary tar archive. These files were not needed and have been removed. The orig.tar.gz only contains the .bm files, which are converted to .png. * The source now contains only XBM graphics, which are converted to png with the help of "convert" from the imagemagick package. -- Oliver Korff Mon, 04 Apr 2011 11:27:56 +0200 debian/watch0000644000000000000000000000013011546411524010214 0ustar # Upstream does not use any versioning of the sources. # Watchfile is useless # Oliver debian/compat0000644000000000000000000000000211546307453010374 0ustar 7 debian/README.source0000644000000000000000000000074111546537161011360 0ustar crafty-bitmaps (1.0-1) unstable; urgency=low * The source bitmaps.tgz contained .gif binary files and a temporary tar archive. These files were not needed and have been removed. The orig.tar.gz only contains the .bm files, which are converted to .png. * The original source did not contain any version numbering, this is set to 1.0, because the feature is built in for some years now. -- Oliver Korff Mon, 04 Apr 2011 11:27:56 +0200 debian/copyright0000644000000000000000000000222711546313060011123 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: bitmaps Source: ftp://ftp.cis.uab.edu/pub/hyatt/book/bitmaps.tgz Files: * Copyright: 1994 Elmar Bartel 1995 Tim Mann 1997 George Barrett License: GPL-2.0+ Files: debian/* Copyright: 2011 Oliver Korff License: GPL-2.0+ License: GPL-2.0+ This package 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 package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000011546307453010476 5ustar debian/source/format0000644000000000000000000000001411546307453011704 0ustar 3.0 (quilt) debian/control0000644000000000000000000000106711546542342010603 0ustar Source: crafty-bitmaps Section: contrib/games Priority: extra Maintainer: Oliver Korff Build-Depends: imagemagick, debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Package: crafty-bitmaps Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: crafty (>= 23.4-3) Description: bitmap images for crafty chess game annotation mode crafty is able to annotate PGN (Portable Game Notation) format chess games. This annotaion mode produces output in HTML-format and needs graphics to be user viewable. This package provides these graphics. debian/dirs0000644000000000000000000000003111546315723010053 0ustar usr/share/crafty-bitmaps