diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-27 21:45:10 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-27 21:45:10 +0200 |
commit | ca97d03abffc90c248d14b7f01f843de52b0d5d3 (patch) | |
tree | f86f8b716b0e08fcfecc3ec1853cc1e99416398b /debian/control | |
parent | db6f1f397f45ccd3c11d16352ed46a9c1eae3442 (diff) |
new upstream release
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..4a2bfef --- /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: libunistring2 (= ${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: libunistring2 +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. |