From ca97d03abffc90c248d14b7f01f843de52b0d5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 27 Mar 2017 21:45:10 +0200 Subject: new upstream release --- debian/control | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..4a2bfef9 --- /dev/null +++ b/debian/control @@ -0,0 +1,42 @@ +Source: libunistring +Priority: optional +Maintainer: Andreas Rottmann +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. -- cgit v1.2.3