File: control

package info (click to toggle)
libestr 0.1.10-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,456 kB
  • ctags: 200
  • sloc: sh: 11,332; ansic: 651; makefile: 21
file content (32 lines) | stat: -rw-r--r-- 1,081 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
Source: libestr
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
    autotools-dev,
    dh-autoreconf
Standards-Version: 3.9.7
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 contains some essential string manipulation
 functions and more, like escaping special characters.
 .
 This package contains the development files.

Package: libestr0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}, multiarch-support
Description: Helper functions for handling strings (lib)
 The 'libestr' library contains some essential string manipulation
 functions and more, like escaping special characters.
 .
 This package contains the shared library.