Skip to content

Debian Changelog sudoku (1.0.1-3)

2008

sudoku (1.0.1-3) unstable; urgency=low

   * debian/copyright: Indicate that upstream homepage is no more available.
     Closes: #470744
   * Makefile, debian/dirs: Install the binary in /usr/games instead of
     /usr/bin.
   * debian/control: Do not mention the Homepage anymore.
   * debian/control: Bump Standards-Version to 3.7.3. No changes.

 -- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>  Sat, 26 Apr 2008 23:40:09 +0200

2007

sudoku (1.0.1-2) unstable; urgency=low

   * Makefile: Do not strip sudoku when it is installed. This fixes the
     handling of the nostrip build option. Closes: #438072

 -- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>  Sat, 25 Aug 2007 22:45:49 +0200

2005

sudoku (1.0.1-1) unstable; urgency=low

   * Initial release Closes: #378167
 
   * Fix the "save" command (accept \n as \r)
 
   * rework the Makefile to support DESTDIR.
 
   * Add a "restart" command to restore a blanked sudoku, with the original
     digits ("clear" remove all the digits)
 
   * Fix the "undo" command (the cursor was not going back to the changed
     digit).
 
   * change the location of the data files from /usr/lib to /usr/share (and fix
     the Makefile and man page accordingly).
 
   * Add a -c<class> option to specify the complexity of the generated board.
 
   * Use the cbreak mode instead of raw mode to allow signals.
 
   * Use minus signs instead of hyphens in the man page.
 
   * Display the time spent for solving the puzzle.
 
   * Avoid special keys to have be interpreted like another key (e.g. PAGE_UP
     was 5 and PAGE_DOWN was 6).

 -- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>  Mon, 26 Dec 2005 22:40:39 +0100