From b92f3517ff627f7fe602004a9ba9d04755ff83fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Feb 2015 14:10:25 +0100 Subject: Initial import of libhx version 3.22-1 --- debian/control | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4861756 --- /dev/null +++ b/debian/control @@ -0,0 +1,57 @@ +Source: libhx +Priority: extra +Maintainer: Jörg Frings-Fürst +Build-Depends: + debhelper (>= 9), + dh-autoreconf +Standards-Version: 3.9.6 +XS-Testsuite: autopkgtest +Section: libs +Homepage: http://libhx.sourceforge.net/ +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libhx.git +Vcs-Git: git://anonscm.debian.org/collab-maint/libhx.git + +Package: libhx28 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends} +Description: C library providing queue, tree, I/O and utility functions + a C library (with some C++ bindings available) that provides data + structures and functions commonly needed, such as maps, deques, linked lists, + string formatting and autoresizing, option and config file parsing, type + checking casts and more. + . + This package contains the shared libraries. + +Package: libhx-dev +Section: libdevel +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: + libhx28 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Description: Development files for libhx + a C library (with some C++ bindings available) that provides data + structures and functions commonly needed, such as maps, deques, linked lists, + string formatting and autoresizing, option and config file parsing, type + checking casts and more. + . + This package contains the development libraries, header files needed by + programs that want to compile with libHX. + +Package: libhx-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: libhx-dev +Description: Documentation files for libhx + a C library (with some C++ bindings available) that provides data + structures and functions commonly needed, such as maps, deques, linked lists, + string formatting and autoresizing, option and config file parsing, type + checking casts and more. + . + This package contains the development documentation. -- cgit v1.2.3