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 71 72 73 74 75 76 77
|
Source: ctpl
Priority: optional
Maintainer: Geany Packaging Team <pkg-geany-team@lists.alioth.debian.org>
Uploaders: Jonathan Michalon <johndescs@gmail.com>,
Evgeni Golov <evgeni@debian.org>, Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev,
libtool (>= 2.2),
libglib2.0-dev (>= 2.24),
libglib2.0-doc (>= 2.24),
gtk-doc-tools (>= 1.9),
pkg-config (>= 0.9)
Standards-Version: 3.9.3
Section: libs
Homepage: http://ctpl.tuxfamily.org/
Vcs-Git: git://git.debian.org/pkg-geany/packages/ctpl.git
Vcs-Browser: http://git.debian.org/?p=pkg-geany/packages/ctpl.git;a=summary
Package: libctpl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libglib2.0-dev,
libctpl2 (= ${binary:Version})
Suggests: libctpl-doc
Description: template engine written in C, development files
CTPL is a C template engine library allowing fast and easy computation of
templates with precise control over the parsing environment.
.
CTPL supports a wide range of input types through GIO
like in-memory, files, FTP, HTTP and more.
.
This package contains the header files which are needed for developing
CTPL applications.
Package: libctpl2
Architecture: any
Multi-Arch: same
Pre-Depends: ${shlibs:Pre-Depends}, ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: template engine written in C
CTPL is a C template engine library allowing fast and easy computation of
templates with precise control over the parsing environment.
.
CTPL supports a wide range of input types through GIO
like in-memory, files, FTP, HTTP and more.
Package: libctpl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libglib2.0-doc (>= 2.16)
Description: template engine written in C, documentation files
CTPL is a C template engine library allowing fast and easy computation of
templates with precise control over the parsing environment.
.
CTPL supports a wide range of input types through GIO
like in-memory, files, FTP, HTTP and more.
.
This package contains the documentation for CTPL.
Package: ctpl
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libctpl2 (= ${binary:Version})
Description: command-line template parsing utility
CTPL is a C template engine library allowing fast and easy computation of
templates with precise control over the parsing environment.
.
CTPL supports a wide range of input types through GIO
like in-memory, files, FTP, HTTP and more.
.
This package contains a standalone command-line utility to parse CTPL
templates.
|