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
|