summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 0 insertions, 42 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 4a2bfef..0000000
--- a/debian/control
+++ /dev/null
@@ -1,42 +0,0 @@
-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.