File: control

package info (click to toggle)
hitori 44.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,504 kB
  • sloc: ansic: 1,433; xml: 41; python: 13; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: hitori
Section: games
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Amin Bandali <bandali@ubuntu.com>, Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               desktop-file-utils,
               itstool,
               libgtk-3-dev (>= 3.15.0),
               meson
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://wiki.gnome.org/Apps/Hitori
Vcs-Browser: https://salsa.debian.org/gnome-team/hitori
Vcs-Git: https://salsa.debian.org/gnome-team/hitori.git

Package: hitori
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gvfs, yelp
Description: logic puzzle game similar to sudoku
 Hitori puzzles give you a grid filled with numbers. The goal is to
 remove numbers such that no row or column contains duplicates.
 .
 This implementation has undo/redo support, can give hints, and
 generates puzzles up to 10x10 cells large.