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
|
Source: libestr
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
autotools-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://libestr.sourceforge.net/
#Vcs-Git: git://git.debian.org/collab-maint/libestr.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libestr.git;a=summary
Package: libestr-dev
Section: libdevel
Architecture: any
Depends: libestr0 (= ${binary:Version}), ${misc:Depends}
Description: Helper functions for handling strings (headers)
The 'libestr' library implements some helper functions to
handle strings and easily, escaping special characters etc.
.
This package contains the development files.
Package: libestr0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: multiarch-support
Description: Helper functions for handling strings (lib)
The 'libestr' library implements some helper functions to
handle strings and easily, escaping special characters etc.
.
This package contains the shared library.
|