debian/0000755000000000000000000000000012145152665007175 5ustar debian/libclthreads2.install0000644000000000000000000000002412145147045013277 0ustar usr/lib/*/lib*.so.* debian/gbp.conf0000644000000000000000000000003612145147045010607 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000031712145147045010252 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export PREFIX=/usr export LIBDIR=lib/$(DEB_HOST_MULTIARCH) export DESTDIR=$(CURDIR)/debian/tmp %: dh $@ -Smakefile debian/libclthreads-dev.install0000644000000000000000000000004012145147045013767 0ustar usr/include/* usr/lib/*/lib*.so debian/changelog0000644000000000000000000000512012145152525011040 0ustar clthreads (2.4.0-5) unstable; urgency=low * Removed symbols files to fix build with g++ 4.8. (Closes: #701261) * Remove obsolete DMUA. * Set dh 9. * Bump Standards. * Add VCS canonical URLs. -- Jaromír Mikeš Thu, 16 May 2013 14:18:58 +0200 clthreads (2.4.0-4) unstable; urgency=low * Build with Multi-Arch * Fixed URL in watch file * Fixed Homepage * Drop cdbs * Bump Standards * Refresh symbols files [ Alessio Treglia ] * Fix gbp.conf file * wrap-and-sort -a -s * Remove myself from the Uploaders field -- Jaromír Mikeš Wed, 01 Feb 2012 03:33:28 +0100 clthreads (2.4.0-3) unstable; urgency=low * Change my email address. * Bump Standards. * Switch to format 3.0 (quilt). * Add debian/gbp.conf,.gitignore files. * Add tags to patches as per DEP-3 spec. -- Alessio Treglia Thu, 08 Jul 2010 00:03:34 +0200 clthreads (2.4.0-2) unstable; urgency=low [ Jaromír Mikeš ] * Reordered control file * Bump to Standards-Version: 3.8.4 * Added Homepage field to control file * Corrected dependency in control file * File libclthreads2.symbols.amd64 added * File libclthreads2.symbols.i386 added * Fixed reference to LGPL-2 in copyright file * Fixed symbols in shared libraries (Closes: #558846) * Added quilt to build dependencies * weak-library-dev-dependency fixed * Set DM-Upload-Allowed: yes * Patch descriptions added [ Alessio Treglia ] * Set Debian pkg format to 1.0 * Alessio Treglia added as uploader -- Jaromír Mikeš Fri, 21 May 2010 22:49:12 +0200 clthreads (2.4.0-1) unstable; urgency=low [ Jaromír Mikeš ] * New upstream release * in copyright file changed author email and page for download * changed line in debian/control ... Standards-Version: from 3.7.2 to 3.7.3 * changed line in debian/control ... Section:(libclthreads-dev) to libdevel * line "Section: sound" to debian/control file * changed architecture from "any" to "all" [ Free Ekanayaka ] * Bump standards version to 3.8.1 * Set maintainer to Debian Multimedia Maintainers * Add Vcs-Git and Vcs-Browser * Update debian/watch -- Free Ekanayaka Sun, 29 Mar 2009 14:02:45 +0200 clthreads (2.2.1-2) unstable; urgency=low * Fixed years in debian/copyright, it's actually 2003-2006 not 2005- 2007 -- Free Ekanayaka Tue, 24 Apr 2007 10:48:09 +0200 clthreads (2.2.1-1) unstable; urgency=low * Initial release (Closes: #420520) -- Free Ekanayaka Sun, 22 Apr 2007 22:36:52 +0200 debian/watch0000644000000000000000000000015112145147045010217 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html \ clthreads-(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000242612145147045011130 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=202 Upstream-Name: clthreads Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2003-2008 Fons Adriaensen License: LGPL-2 Files: debian/* Copyright: 2009 Free Ekanayaka 2010-2012 Jaromír Mikeš 2010-2012 Alessio Treglia License: LGPL-2 License: LGPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/source/0000755000000000000000000000000012145147045010471 5ustar debian/source/format0000644000000000000000000000001412145147045011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012145147045010620 5ustar debian/patches/series0000644000000000000000000000004412145147045012033 0ustar makefile-01.patch makefile-02.patch debian/patches/makefile-02.patch0000644000000000000000000000106412145147045013636 0ustar Description: Patch is applied to fix build with binutils-gold. Origin: Debian Bug-Debian: http://bugs.debian.org/558846 Forwarded: no --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: clthreads/Makefile =================================================================== --- clthreads.orig/Makefile 2012-02-01 04:17:19.026947650 +0100 +++ clthreads/Makefile 2012-02-01 04:17:22.290947564 +0100 @@ -29,7 +29,7 @@ CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 -LDLFAGS += +LDFLAGS += -lrt LDLIBS += debian/patches/makefile-01.patch0000644000000000000000000000243212145147045013635 0ustar Description: Patch is applied because autotools are not used by upstream. Patch setting prefix=/usr and fix install commands. Forwarded: no --- Index: clthreads/Makefile =================================================================== --- clthreads.orig/Makefile 2012-02-01 03:31:15.743019817 +0100 +++ clthreads/Makefile 2012-02-01 04:15:38.070950286 +0100 @@ -17,9 +17,9 @@ # Modify as required. # -PREFIX = /usr/local +PREFIX ?= /usr/local SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') -LIBDIR = lib$(SUFFIX) +LIBDIR ?= lib$(SUFFIX) MAJVERS = 2 @@ -46,11 +46,12 @@ install: $(CLTHREADS_MIN) - /usr/bin/install -d $(PREFIX)/$(LIBDIR) - /usr/bin/install -m 644 $(CLTHREADS_H) $(PREFIX)/include - /usr/bin/install -m 755 $(CLTHREADS_MIN) $(PREFIX)/$(LIBDIR) - /sbin/ldconfig -n $(PREFIX)/$(LIBDIR) - ln -sf $(CLTHREADS_MIN) $(PREFIX)/$(LIBDIR)/$(CLTHREADS_SO) + /usr/bin/install -d $(DESTDIR)$(PREFIX)/$(LIBDIR) + /usr/bin/install -d $(DESTDIR)$(PREFIX)/include + /usr/bin/install -m 644 $(CLTHREADS_H) $(DESTDIR)$(PREFIX)/include + /usr/bin/install -m 755 $(CLTHREADS_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR) + /sbin/ldconfig -n $(DESTDIR)$(PREFIX)/$(LIBDIR) + ln -sf $(CLTHREADS_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLTHREADS_SO) clean: debian/libclthreads-dev.dirs0000644000000000000000000000002412145147045013264 0ustar usr/lib usr/include debian/control0000644000000000000000000000211312145151162010564 0ustar Source: clthreads Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 9), libasound2-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/clthreads.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/clthreads.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/ Package: libclthreads-dev Section: libdevel Architecture: any Depends: libclthreads2 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Development file for libclthreads C++ wrapper library around the POSIX threads API. . This package includes the development tools. Package: libclthreads2 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Description: POSIX threads C++ access library C++ wrapper library around the POSIX threads API. . This package includes the shared library object. debian/dirs0000644000000000000000000000002112145147045010046 0ustar usr/bin usr/sbin debian/compat0000644000000000000000000000000212145147045010367 0ustar 9 debian/libclthreads2.dirs0000644000000000000000000000001012145147045012565 0ustar usr/lib