Source: zthreads
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://zthread.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/zthreads
Vcs-Git: https://salsa.debian.org/debian/zthreads.git

Package: libzthread-2.3-2t64
Provides: ${t64:Provides}
Replaces: libzthread-2.3-2
Breaks: libzthread-2.3-2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Object-oriented synchronization library for C++ (runtime lib)
 Zthreads is an advanced platform-independent, object-oriented
 threading and synchronization library. Designed and tested under
 POSIX & Win32 systems.
 .
 It provides several structures for concurrent programming like
 PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore,
 structures like Task and Thread are provided for creating threading
 applications in C++ easier.
 .
 This library wraps and interfaces with pthreads, so it is fully
 compliant.
 .
 This package provides the runtime library.

Package: libzthread-dev
Section: libdevel
Architecture: any
Depends: libzthread-2.3-2t64 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Object-oriented synchronization library for C++ (dev files)
 Zthreads is an advanced platform-independent, object-oriented
 threading and synchronization library. Designed and tested under
 POSIX & Win32 systems.
 .
 It provides several structures for concurrent programming like
 PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore,
 structures like Task and Thread are provided for creating threading
 applications in C++ easier.
 .
 This library wraps and interfaces with pthreads, so it is fully
 compliant.
 .
 This package provides the development files.
