diff -u crafty-books-small-1.0.debian1/debian/dirs crafty-books-small-1.0.debian1/debian/dirs --- crafty-books-small-1.0.debian1/debian/dirs +++ crafty-books-small-1.0.debian1/debian/dirs @@ -1 +1 @@ -var/lib/crafty +usr/share/crafty diff -u crafty-books-small-1.0.debian1/debian/control crafty-books-small-1.0.debian1/debian/control --- crafty-books-small-1.0.debian1/debian/control +++ crafty-books-small-1.0.debian1/debian/control @@ -1,13 +1,13 @@ Source: crafty-books-small Section: contrib/games Priority: optional -Build-Depends: crafty (>= 22.10), debhelper (>> 5.0.0) +Build-Depends: crafty (>= 23.1), debhelper (>> 5.0.0) Maintainer: Oliver Korff -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Package: crafty-books-small Architecture: all -Recommends: crafty (>= 22.10) +Depends: ${misc:Depends}, crafty (>= 23.1) Conflicts: crafty-books-medtosmall, crafty-books-medium, crafty-books-large Description: Small-size opening books for crafty chess engine Opening books that crafty use to evaluate the position during the game. diff -u crafty-books-small-1.0.debian1/debian/rules crafty-books-small-1.0.debian1/debian/rules --- crafty-books-small-1.0.debian1/debian/rules +++ crafty-books-small-1.0.debian1/debian/rules @@ -23,8 +23,8 @@ | /usr/games/crafty echo "books create start.pgn 60" \ | /usr/games/crafty - rm log* - rm game* + rm -f log* + rm -f game* touch build-stamp clean: @@ -44,8 +44,8 @@ # Add here commands to install the package into debian/crafty #install -o root -g games -d debian/crafty-books-med/var/lib/crafty/TB - install -m664 -o root -g games books.bin debian/crafty-books-small/var/lib/crafty - install -m664 -o root -g games book.bin debian/crafty-books-small/var/lib/crafty + install -m664 -o root -g games books.bin debian/crafty-books-small/usr/share/crafty + install -m664 -o root -g games book.bin debian/crafty-books-small/usr/share/crafty #touch debian/crafty-books-med/var/lib/crafty/position.lrn #touch debian/crafty-books-med/var/lib/crafty/book.lrn diff -u crafty-books-small-1.0.debian1/debian/changelog crafty-books-small-1.0.debian1/debian/changelog --- crafty-books-small-1.0.debian1/debian/changelog +++ crafty-books-small-1.0.debian1/debian/changelog @@ -1,3 +1,15 @@ +crafty-books-small (1.0.debian1-2) unstable; urgency=low + + * crafty >= 23 reports the book to be outdated, so a rebuild is done + * Added a ${misc:Depends} entry to the control file + * Changed "Recommends" field to "Depends", the books do not work without + crafty + * Adjusted Standards-Version to 3.8.3 + * Moved the books to /usr/share/crafty. These books are no changing + data and should be used in $HOME/.crafty anyway. (Closes: #564121) + + -- Oliver Korff Fri, 08 Jan 2010 09:45:52 +0100 + crafty-books-small (1.0.debian1-1) unstable; urgency=low * Repackaged the source and added subdirectory to