debian/0000755000000000000000000000000011664356436007204 5ustar debian/control0000644000000000000000000000407111664356067010611 0ustar Source: jthread Priority: extra Maintainer: Michael Gilbert Build-Depends: debhelper (>= 8.1.3~), texlive-latex-base, texlive-latex-recommended, cmake, Standards-Version: 3.9.2 Section: libs Homepage: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread Package: libjthread-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libjthread1.3.1 (= ${binary:Version}), Recommends: libjthread-doc Description: JThread cross-platform library headers The JThread package provides some classes to make use of threads easily on different platforms. The classes are actually rather simple wrappers around existing thread implementations. . This package contains the headers and development libraries needed to build applications using JThread. Package: libjthread1.3.1 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, Description: JThread cross-platform threading library The JThread package provides some classes to make use of threads easily on different platforms. The classes are actually rather simple wrappers around existing thread implementations. . This package contains the shared core library. Package: libjthread-dbg Section: debug Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libjthread1.3.1 (= ${binary:Version}), Description: JThread cross-platform threading library debugging symbols The JThread package provides some classes to make use of threads easily on different platforms. The classes are actually rather simple wrappers around existing thread implementations. . This package contains debugging symbols for the library. Package: libjthread-doc Section: doc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, Description: JThread cross-platform threading library documentation The JThread package provides some classes to make use of threads easily on different platforms. The classes are actually rather simple wrappers around existing thread implementations. . This package contains documentation on the library. debian/watch0000644000000000000000000000022411634010065010211 0ustar version=3 http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread \ http://research.edm.uhasselt.be/jori/jthread/jthread-(.*)\.tar\.bz2 debian/changelog0000644000000000000000000000152411664354313011050 0ustar jthread (1.3.1-3) unstable; urgency=low * Comment temporary lintian override. -- Michael Gilbert Sun, 27 Nov 2011 01:29:14 -0500 jthread (1.3.1-2) unstable; urgency=low * Add a debug package. -- Michael Gilbert Sun, 27 Nov 2011 01:13:10 -0500 jthread (1.3.1-1) unstable; urgency=low * New upstream release. * Fix package long descriptions. * Add dep5 revision number to copyright file. * Convert package to multi-arch. * Add a library symbols file. * Add libjthread-doc containing pdf manual. * Bump compat to 9. -- Michael Gilbert Sat, 26 Nov 2011 22:04:29 -0500 jthread (1.3.0-1) unstable; urgency=low * Initial release (closes: #641510). -- Michael Gilbert Tue, 13 Sep 2011 21:36:22 -0400 debian/libjthread.doc-base0000644000000000000000000000023411664351625012705 0ustar Document: libjthread Title: libjthread Manual Author: Jori Liesenborgs Section: Programming Format: PDF Files: /usr/share/doc/libjthread-doc/manual.pdf.gz debian/source/0000755000000000000000000000000011664354152010475 5ustar debian/source/format0000644000000000000000000000001411634002431011666 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000021511664354152014054 0ustar # temporary fix as multiarch needs debhelper 9, but that doesn't exist yet jthread source: package-needs-versioned-debhelper-build-depends 9 debian/copyright0000644000000000000000000000463311664325232011133 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: jthread Source: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread Files: * Copyright: Copyright (c) 2000-2011 Jori Liesenborgs (jori.liesenborgs@gmail.com) License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011 Michael Gilbert License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libjthread-doc.install0000644000000000000000000000007111664351776013447 0ustar debian/libjthread.doc-base usr/share/doc-base/libjthread debian/compat0000644000000000000000000000000211664337551010377 0ustar 9 debian/libjthread-doc.docs0000644000000000000000000000001311664351716012717 0ustar manual.pdf debian/rules0000755000000000000000000000173411664352727010270 0ustar #!/usr/bin/make -f version=$(shell dpkg-parsechangelog|grep "^Version:"|cut -d" " -f2|cut -d- -f1) multiarch=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) override_dh_auto_clean: dh_auto_clean rm -f \ debian/libjthread${version}.install \ debian/libjthread${version}.symbols \ debian/libjthread-dev.install \ debian/libjthread-dev.links \ manual.* override_dh_strip: dh_strip --dbg-package=libjthread-dbg override_dh_auto_install: pdflatex doc/manual.tex cp debian/libjthread.symbols debian/libjthread${version}.symbols echo "usr/lib/lib*.so.* usr/lib/${multiarch}" > debian/libjthread${version}.install echo "usr/lib/${multiarch}/libjthread.so.${version} usr/lib/${multiarch}/libjthread.so" \ > debian/libjthread-dev.links echo "usr/include/*" > debian/libjthread-dev.install echo "usr/lib/pkgconfig/*" >> debian/libjthread-dev.install echo "usr/lib/lib*.a usr/lib/${multiarch}" >> debian/libjthread-dev.install dh_auto_install %: dh $@ debian/libjthread.symbols0000644000000000000000000000152511664346750012727 0ustar libjthread.so.1.3.1 libjthread1.3.1 #MINVER# _ZN7jthread6JMutex4InitEv@Base 1.3.1 _ZN7jthread6JMutex4LockEv@Base 1.3.1 _ZN7jthread6JMutex6UnlockEv@Base 1.3.1 _ZN7jthread6JMutexC1Ev@Base 1.3.1 _ZN7jthread6JMutexC2Ev@Base 1.3.1 _ZN7jthread6JMutexD1Ev@Base 1.3.1 _ZN7jthread6JMutexD2Ev@Base 1.3.1 _ZN7jthread7JThread13ThreadStartedEv@Base 1.3.1 _ZN7jthread7JThread14GetReturnValueEv@Base 1.3.1 _ZN7jthread7JThread4KillEv@Base 1.3.1 _ZN7jthread7JThread5StartEv@Base 1.3.1 _ZN7jthread7JThread9IsRunningEv@Base 1.3.1 _ZN7jthread7JThread9TheThreadEPv@Base 1.3.1 _ZN7jthread7JThreadC1Ev@Base 1.3.1 _ZN7jthread7JThreadC2Ev@Base 1.3.1 _ZN7jthread7JThreadD0Ev@Base 1.3.1 _ZN7jthread7JThreadD1Ev@Base 1.3.1 _ZN7jthread7JThreadD2Ev@Base 1.3.1 _ZTIN7jthread7JThreadE@Base 1.3.1 _ZTSN7jthread7JThreadE@Base 1.3.1 _ZTVN7jthread7JThreadE@Base 1.3.1