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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: t4kcommon
Section: libs
Priority: optional
Maintainer: Holger Levsen <holger@debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
,autopoint
,doxygen
,libpng-dev
,librsvg2-dev
,libsdl-pango-dev
,libsdl-image1.2-dev
,libsdl-mixer1.2-dev
,libsdl-net1.2-dev
,libxml2-dev
# needed for de-duplication:
,rdfind ,symlinks
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/tux4kids/
Vcs-Git: https://salsa.debian.org/tux4kids-pkg-team/t4kcommon.git
Vcs-Browser: https://salsa.debian.org/tux4kids-pkg-team/t4kcommon
Package: libt4k-common0t64
Provides: ${t64:Provides}
Replaces: libt4k-common0
Breaks: libt4k-common0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: common library for tux4kids
t4k_common is a library of code shared between tuxmath and tuxtype.
Package: libt4k-common0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libt4k-common0t64 (= ${binary:Version})
,librsvg2-dev
,libsdl-pango-dev
,libsdl-image1.2-dev
,libxml2-dev
#Suggests: libt4k-common0-doc
Description: common library for tux4kids - development files
t4k_common is a library of code shared between tuxmath and tuxtype.
.
This package contains the development flies.
#Package: libt4k-common0-doc
#Section: doc
#Architecture: all
#Multi-Arch: foreign
#Depends: ${misc:Depends}, libjs-jquery
#Suggests: libt4k-common0-dev
#Description: common library for tux4kids - documentation
# t4k_common is a library of code shared between tuxmath and tuxtype.
# .
# This package contains the HTML documentation.
#Package: libt4k-common0-dbg
#Section: debug
#Priority: extra
#Architecture: any
#Multi-Arch: same
#Depends: ${misc:Depends}, libt4k-common0t64 (= ${binary:Version})
#Description: common library for tux4kids - debugging symbols
# t4k_common is a library of code shared between tuxmath and tuxtype.
# .
# This package provides debugging symbols.
|