File: control

package info (click to toggle)
freecell-solver 2.8.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 2,864 kB
  • ctags: 1,215
  • sloc: ansic: 14,713; sh: 10,555; perl: 451; python: 349; makefile: 99
file content (37 lines) | stat: -rw-r--r-- 1,546 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
27
28
29
30
31
32
33
34
35
36
37
Source: freecell-solver
Section: devel
Priority: optional
Maintainer: RISKO Gergely <risko@debian.org>
Standards-Version: 3.6.1.1
Build-depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0)

Package: libfreecell-solver0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Library for solving Freecell games
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.

Package: libfreecell-solver-dev
Architecture: any
Depends: libfreecell-solver0 (>= 2.0.0)
Description: Library for solving Freecell games (Development files)
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.
 .
 This package contains the files necessary to produce binaries which are
 linked against libfreecell-solver.
 
Package: freecell-solver-bin
Architecture: any
Section: games
Depends: ${shlibs:Depends}, python | python-base
Description: Library for solving Freecell games
 Freecell Solver is a library for automatically solving boards of Freecell and
 similar variants of card Solitaire. This package contains the header files and 
 static libraries necessary for developing programs using Freecell Solver.
 .
 This package contains the binaries included with freecell-solver