debian/0000775000000000000000000000000012267255724007204 5ustar debian/changelog0000664000000000000000000000260312267255724011057 0ustar slurm-drmaa (1.0.6-2build3) trusty; urgency=medium * No-change rebuild against libslurm26. -- Martin Pitt Mon, 20 Jan 2014 18:24:06 +0100 slurm-drmaa (1.0.6-2build2) saucy; urgency=low * Rebuild for libslurm25. -- Colin Watson Mon, 22 Jul 2013 01:46:36 +0100 slurm-drmaa (1.0.6-2build1) saucy; urgency=low * No-change rebuild against latest libslurm -- Jeremy Bicha Tue, 04 Jun 2013 14:34:45 -0400 slurm-drmaa (1.0.6-2) unstable; urgency=low * debian/compat: increase compat level to 9 * debian/control: set Standards-Version: 3.9.4 -- Dominique Belhachemi Wed, 23 Jan 2013 08:25:09 -0500 slurm-drmaa (1.0.6-1) unstable; urgency=low * new release * removed unused lintian override -- Dominique Belhachemi Mon, 21 Jan 2013 22:11:56 -0500 slurm-drmaa (1.0.4-3) unstable; urgency=low * use Debian's alternative system (update-alternatives --display libdrmaa.so) -- Dominique Belhachemi Sun, 22 Apr 2012 17:57:44 -0400 slurm-drmaa (1.0.4-2) unstable; urgency=low * upload to unstable -- Dominique Belhachemi Fri, 13 Apr 2012 20:14:02 -0400 slurm-drmaa (1.0.4-1) experimental; urgency=low * Initial release (Closes: #668467) -- Dominique Belhachemi Wed, 11 Apr 2012 20:48:29 -0400 debian/control0000664000000000000000000000337412077762204010611 0ustar Source: slurm-drmaa Priority: optional Maintainer: Dominique Belhachemi Build-Depends: debhelper (>= 9), bison, gperf, ragel, libslurm-dev Standards-Version: 3.9.4 Section: libs Homepage: http://apps.man.poznan.pl/trac/slurm-drmaa Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/slurm-drmaa/ Vcs-Svn: svn://svn.debian.org/svn/pkg-escience/slurm-drmaa/ Package: slurm-drmaa-dev Section: libdevel Architecture: any Conflicts: libdrmaa-dev (<< 6.2u5-3), pbs-drmaa-dev (<< 1.0.10-2) Depends: slurm-drmaa1 (= ${binary:Version}), ${misc:Depends} Description: PSNC DRMAA for SLURM - devel PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is an implementation of Open Grid Forum DRMAA 1.0 (Distributed Resource Management Application API) specification for submission and control of jobs to Simple Linux Utility for Resource Management (SLURM). Using DRMAA, grid applications builders, portal developers and ISVs can use the same high-level API to link their software with different cluster/resource management systems. . This package contains the development files for slurm-drmaa. Package: slurm-drmaa1 Architecture: any Conflicts: libdrmaa1.0 (<< 6.2u5-3), pbs-drmaa1 (<< 1.0.10-2) Depends: ${shlibs:Depends}, ${misc:Depends} Description: PSNC DRMAA for SLURM - runtime PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is an implementation of Open Grid Forum DRMAA 1.0 (Distributed Resource Management Application API) specification for submission and control of jobs to Simple Linux Utility for Resource Management (SLURM). Using DRMAA, grid applications builders, portal developers and ISVs can use the same high-level API to link their software with different cluster/resource management systems. debian/compat0000664000000000000000000000000212077573241010376 0ustar 9 debian/patches/0000775000000000000000000000000012077355731010631 5ustar debian/slurm-drmaa-dev.install0000664000000000000000000000007612077345244013573 0ustar usr/lib/slurm-drmaa/lib/lib*.so usr/lib/slurm-drmaa/include/* debian/source/0000775000000000000000000000000012077345244010500 5ustar debian/source/format0000664000000000000000000000001412077345244011706 0ustar 3.0 (quilt) debian/slurm-drmaa1.install0000664000000000000000000000004212077345244013071 0ustar usr/lib/slurm-drmaa/lib/lib*.so.* debian/slurm-drmaa-dev.postinst0000664000000000000000000000034612077345244014010 0ustar #!/bin/sh set -e update-alternatives \ --install /usr/lib/libdrmaa.so libdrmaa.so /usr/lib/slurm-drmaa/lib/libdrmaa.so 40 \ --slave /usr/include/drmaa.h drmaa.h /usr/lib/slurm-drmaa/include/drmaa.h #DEBHELPER# exit 0 debian/copyright0000664000000000000000000000231512077345244011134 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Source: http://apps.man.poznan.pl/trac/slurm-drmaa/ Upstream-Contact: Mariusz MamoĊ„ski Files: * Copyright: 2006-2008, FedStage Systems 2010-2011, Poznan Supercomputing and Networking Center License: GPL-3 Files: debian/* Copyright: 2012, Dominique Belhachemi License: GPL-3 License: GPL-3 The packaging of slurm-drmma is licensed as free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/slurm-drmaa-dev.prerm0000664000000000000000000000023112077345244013243 0ustar #!/bin/sh set -e if [ "$1" != "upgrade" ]; then update-alternatives --remove libdrmaa.so /usr/lib/slurm-drmaa/lib/libdrmaa.so fi #DEBHELPER# exit 0 debian/rules0000775000000000000000000000073012077361416010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: ./configure --with-slurm-inc=/usr/include/slurm/ --with-slurm-lib=/usr/lib/libslurm.so --prefix=/usr/lib/slurm-drmaa get-orig-source: # Uscan will read debian/watch, grab the correct version, repack, and leave it in the # current directory uscan --noconf --force-download --rename --repack --download-current-version --destdir=.