debian/0000755000000000000000000000000012167237140007171 5ustar debian/compat0000644000000000000000000000000212141563607010371 0ustar 9 debian/rules0000755000000000000000000000024511756460521010256 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ get-orig-source: uscan --verbose --force-download --rename --repack debian/watch0000644000000000000000000000007412167234755010234 0ustar version=3 https://thrust.github.com/ .*/thrust-(\d+.*).zip debian/changelog0000644000000000000000000000335612167237035011055 0ustar libthrust (1.7.0-1) unstable; urgency=low * New upstream release. (Closes: #715362) * Update watch file. -- Andreas Beckmann Wed, 10 Jul 2013 12:57:33 +0200 libthrust (1.6.0-2) unstable; urgency=low * Set Multi-Arch: allowed. * Use canonical Vcs-* URLs. * Bump Standards-Version to 3.9.4. No changes needed. * Switch to debhelper 9. * Update my email address and drop DMUA. -- Andreas Beckmann Mon, 06 May 2013 01:27:17 +0200 libthrust (1.6.0-1) unstable; urgency=low [ Andreas Beckmann ] * New upstream release. (Closes: #671939) * New upstream hosting: http://thrust.github.com * Update watch file. * Move libthrust-dev from contrib to main as it gained support for OpenMP and TBB in addition to CUDA. Update the description accordingly and lower the Recommends: nvidia-cuda-toolkit to a Suggests. (Closes: #671778) * Use the final copyright-format 1.0 URL. * Update to Standards-Version: 3.9.3. [ Mathieu Malaterre ] * Add get-orig-source in d/rules -- Andreas Beckmann Wed, 09 May 2012 14:56:27 +0200 libthrust (1.5.1-1) unstable; urgency=low * New upstream release. * Set Maintainer to Debian NVIDIA Maintainers and move myself to Uploaders. -- Andreas Beckmann Fri, 17 Feb 2012 12:05:55 +0100 libthrust (1.5.0-1) unstable; urgency=low * New upstream release. * debian/copyright: - Update to dep5.mdwn?revision=202. - Update copyright entries for added/moved files. -- Andreas Beckmann Fri, 02 Dec 2011 01:48:24 +0100 libthrust (1.4.0-1) unstable; urgency=low * Initial release. (Closes: #628195) -- Andreas Beckmann Sat, 28 May 2011 09:32:48 +0200 debian/copyright0000644000000000000000000001054112100600752011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Thrust Upstream-Contact: thrust-users@googlegroups.com Source: http://thrust.github.com/ Files: * Copyright: Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 Files: tuple.h Copyright: Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: detail/static_assert.h Copyright: (C) Copyright John Maddock 2000 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: detail/backend/cuda/detail/b40c/* Copyright: Copyright 2010 Duane Merrill License: Apache-2.0 Files: detail/functional/actor.h detail/functional/argument.h detail/functional/value.h detail/functional/composite.h Copyright: Copyright (c) 2001-2002 Joel de Guzman Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 Files: iterator/counting_iterator.h iterator/iterator_traits.h Copyright: Copyright David Abrahams 2003 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: iterator/iterator_categories.h Copyright: (C) Copyright Jeremy Siek 2002 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: iterator/iterator_adaptor.h iterator/iterator_facade.h iterator/reverse_iterator.h iterator/transform_iterator.h Copyright: (C) Copyright David Abrahams 2002 (C) Copyright Jeremy Siek 2002 (C) Copyright Thomas Witt 2002 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: iterator/permutation_iterator.h Copyright: (C) Copyright Toon Knapen 2001 (C) Copyright David Abrahams 2003 (C) Copyright Roland Richter 2003 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: iterator/zip_iterator.h Copyright: Copyright David Abrahams and Thomas Becker 2000-2006 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: random/linear_feedback_shift_engine.h Copyright: Copyright Jens Maurer 2002 Copyright 2008-2012 NVIDIA Corporation License: Apache-2.0 and Boost-1.0 Files: debian/* Copyright: © 2011-2013 Andreas Beckmann License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". License: Boost-1.0 Boost Software License - Version 1.0 - August 17th, 2003 . Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000170012141564331010567 0ustar Source: libthrust Section: libdevel Priority: extra Maintainer: Debian NVIDIA Maintainers Uploaders: Andreas Beckmann , Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://thrust.github.com/ Vcs-Svn: svn://anonscm.debian.org/pkg-nvidia/packages/libthrust/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nvidia/packages/libthrust/ Package: libthrust-dev Architecture: all Multi-Arch: allowed Depends: ${misc:Depends} Suggests: nvidia-cuda-toolkit Description: Thrust - Parallel Algorithms Library Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL). Thrust's high-level interface greatly enhances programmer productivity while enabling performance portability between GPUs and multicore CPUs. Interoperability with established technologies (such as CUDA, TBB, and OpenMP) facilitates integration with existing software. debian/libthrust-dev.install0000644000000000000000000000021211752462232013351 0ustar *.h usr/include/thrust/ detail usr/include/thrust/ iterator usr/include/thrust/ random usr/include/thrust/ system usr/include/thrust/ debian/source/0000755000000000000000000000000012167237140010471 5ustar debian/source/format0000644000000000000000000000001411570123164011674 0ustar 3.0 (quilt)