diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b2bb5ca --- /dev/null +++ b/debian/control @@ -0,0 +1,42 @@ +Source: libunistring +Priority: optional +Maintainer: Andreas Rottmann <rotty@debian.org> +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9.20160403~), autotools-dev, dh-autoreconf +Standards-Version: 3.9.8 +Section: libs +Homepage: http://www.gnu.org/software/libunistring/ +Vcs-Git: https://anonscm.debian.org/git/collab-maint/libunistring.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libunistring.git/ + + +Package: libunistring-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libunistring0 (= ${binary:Version}), ${misc:Depends} +Description: Unicode string library for C - development files + The 'libunistring' library implements Unicode strings (in the UTF-8, + UTF-16, and UTF-32 encodings), together with functions for Unicode + characters (character names, classifications, properties) and + functions for string processing (formatted output, width, word + breaks, line breaks, normalization, case folding, regular + expressions). + . + This package contains the development support files needed to compile + and link against libunistring, as well as the documentation in Info + and HTML format. + +Package: libunistring0 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Unicode string library for C + The 'libunistring' library implements Unicode strings (in the UTF-8, + UTF-16, and UTF-32 encodings), together with functions for Unicode + characters (character names, classifications, properties) and + functions for string processing (formatted output, width, word + breaks, line breaks, normalization, case folding, regular + expressions). + . + This package contains the shared library. |