Source: libunibreak
Section: text
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 autoconf,
 automake,
 autotools-dev,
 dh-autoreconf,
 gettext,
 intltool,
 libtool,
 pkgconf,
 pkg-config,
Build-Depends-Indep: doxygen,
 graphviz,
Standards-Version: 4.6.2
Homepage: https://vimgadgets.sourceforge.net/libunibreak/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/libunibreak
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/libunibreak.git

Package: libunibreak-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libunibreak6 (= ${binary:Version}),
Suggests: libunibreak-doc (>= ${source:Version}),
Conflicts: liblinebreak-dev,
 liblinebreak2-dev,
Description: The libunibreak library
 Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer. FBReader is one real-world example, and the Enlightenment Foundation Libraries are another. You may also check some simple sample code, like showbreak and breaktext.

Package: libunibreak6
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: The libunibreak library
 Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer. FBReader is one real-world example, and the Enlightenment Foundation Libraries are another. You may also check some simple sample code, like showbreak and breaktext.

Package: libunibreak-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: The libunibreak library
 Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer. FBReader is one real-world example, and the Enlightenment Foundation Libraries are another. You may also check some simple sample code, like showbreak and breaktext.