summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndreas Rottmann <rotty@debian.org>2009-07-04 14:31:38 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2009-09-14 12:32:48 +0200
commit8a927bfd7da41dbe61f3cfeaccbd37c761c0bc36 (patch)
tree18fb54e6fe0b653fd0e74f274c7e5104f367e7be /debian/control
parentfa095a4504cbe668e4244547e2c141597bea4ecf (diff)
Imported Debian patch 0.9.1-1debian/0.9.1-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dd24da3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: libunistring
+Priority: optional
+Maintainer: Andreas Rottmann <rotty@debian.org>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev
+Standards-Version: 3.8.2
+Section: libs
+Homepage: http://www.gnu.org/software/libunistring/
+
+Package: libunistring-dev
+Section: libdevel
+Architecture: any
+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
+ charactets (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
+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
+ charactets (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.