debian/0000755000000000000000000000000012263764171007177 5ustar debian/control0000644000000000000000000000230012263737175010601 0ustar Source: globus-gram-job-manager-slurm Priority: optional Maintainer: Mattias Ellert Build-Depends: debhelper (>= 5), autotools-dev, grid-packaging-tools (>= 3.4), globus-core (>= 8.16) Standards-Version: 3.9.5 Section: net Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gram-job-manager-slurm Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gram-job-manager-slurm Homepage: http://www.globus.org/ Package: globus-gram-job-manager-slurm Section: net Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends}, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 5), globus-gass-cache-program (>= 5), globus-common-progs (>= 14), globus-gatekeeper (>= 9) Description: Globus Toolkit - SLURM Job Manager Support The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-slurm package contains: SLURM Job Manager Support debian/rules0000755000000000000000000000572612263737214010267 0ustar #!/usr/bin/make -f # -*- makefile -*- name = globus-gram-job-manager-slurm _name = globus_gram_job_manager_slurm INSTALLDIR = $(CURDIR)/debian/tmp GLOBUSPACKAGEDIR = $(INSTALLDIR)$(_datadir)/globus/packages _prefix = /usr _bindir = $(_prefix)/bin _sbindir = $(_prefix)/sbin _libdir = $(_prefix)/lib _datadir = $(_prefix)/share _mandir = $(_datadir)/man _docdir = $(_datadir)/doc/$(name) configure: configure-stamp configure-stamp: dh_testdir dh_autotools-dev_updateconfig /usr/share/globus/globus-bootstrap.sh SRUN=/usr/bin/srun \ SBATCH=/usr/bin/sbatch \ SALLOC=/usr/bin/salloc \ SCANCEL=/usr/bin/scancel \ SCONTROL=/usr/bin/scontrol \ MPIRUN=/usr/bin/mpirun \ ./configure \ --disable-static \ --without-flavor \ --with-docdir=$(_docdir) touch $@ build: build-arch build-indep build-arch: build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot if [ -r Makefile ] ; then $(MAKE) distclean ; fi dh_autotools-dev_restoreconfig # Remove autogenerated files rm -f aclocal.m4 rm -f compile rm -f configure rm -f install-sh rm -f ltmain.sh rm -f missing rm -f mkinstalldirs rm -f doxygen/Doxyfile* rm -f doxygen/Makefile.am rm -f pkgdata/Makefile.am rm -f pkgdata/*.filelist rm -f pkgdata/*.gpt rm -f pkgdata/$(name).pc rm -f pkgdata/pkg_data_src.pc.in rm -f gptdata.sh rm -f globus_automake* rm -rf autom4te.cache rm -f mpi_type.rvf find . -name Makefile.in -exec rm {} ';' rm -f build-stamp configure-stamp dh_clean debian/*.install install: build-stamp dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(INSTALLDIR) # Remove jobmanager-slurm from install dir - leave it for admin config rm $(INSTALLDIR)/etc/grid-services/jobmanager-slurm # Remove installed license files rm -f $(INSTALLDIR)$(_docdir)/*LICENSE* sed /LICENSE/d \ -i $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist # List config files in each package - drop the file list rm $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_data.filelist rm $(GLOBUSPACKAGEDIR)/$(_name)/pkg_data_noflavor_data.gpt # Generate package filelists cat $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_rtl.filelist \ $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_pgm.filelist \ $(GLOBUSPACKAGEDIR)/$(_name)/noflavor_doc.filelist \ | sed s!^!debian/tmp$(_prefix)! > debian/$(name).install echo debian/tmp$(_datadir)/globus/globus_gram_job_manager/slurm.rvf \ >> debian/$(name).install echo debian/tmp/etc/globus/globus-slurm.conf >> debian/$(name).install echo debian/tmp/etc/grid-services/available/jobmanager-slurm-poll \ >> debian/$(name).install binary: binary-arch binary-indep binary-arch: binary-indep: install dh_testdir dh_testroot dh_installdocs debian/README dh_installchangelogs dh_install --fail-missing dh_installman dh_link dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb .PHONY: binary binary-arch binary-indep build build-arch build-indep clean configure install debian/README0000644000000000000000000000145111732377232010056 0ustar This package is part of the GRAM5 component of the Globus Toolkit. For more information visit: http://www.globus.org/toolkit/docs/latest-stable/gram5/ Admin Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/admin/ User's Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/user/ Developer's Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/developer/ Release Notes: http://www.globus.org/toolkit/docs/latest-stable/gram5/rn/ Public Interface Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/pi/ Quality Profile: http://www.globus.org/toolkit/docs/latest-stable/gram5/qp/ Migrating Guide: http://www.globus.org/toolkit/docs/latest-stable/gram5/mig/ Globus debian packaging is supported by the Initiative for Globus in Europe: http://www.ige-project.eu/ debian/copyright0000644000000000000000000000371412240705001011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: globus_gram_job_manager_slurm Upstream-Contact: http://www.globus.org/ Source: http://www.globus.org/ftppub/gt5/5.2/5.2.5/packages/src/globus_gram_job_manager_slurm-1.2.tar.gz Files: * Copyright: 1999-2013 University of Chicago License: Apache-2.0 Files: slurm.pm Copyright: 2010-2011 Kurakin Roman, License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2008-2013 Mattias Ellert 2010-2013 Initiative for Globus in Europe (IGE), http://www.ige-project.eu/ License: Apache-2.0 License: Apache-2.0 On Debian systems the full text of the Apache license version 2 can be found in /usr/share/common-licenses/Apache-2.0. debian/compat0000644000000000000000000000000211732376022010367 0ustar 5 debian/changelog0000644000000000000000000000135712263737154011060 0ustar globus-gram-job-manager-slurm (1.2-2) unstable; urgency=medium * Remove unused configure option -- Mattias Ellert Fri, 10 Jan 2014 10:33:04 +0100 globus-gram-job-manager-slurm (1.2-1) unstable; urgency=low * Now included in Globus Toolkit 5.2.5 (Closes: #729486) * Implement Multi-Arch support -- Mattias Ellert Mon, 11 Nov 2013 21:02:08 +0100 globus-gram-job-manager-slurm (0.1-2) UNRELEASED; urgency=low * Bugfix update -- Mattias Ellert Tue, 03 Apr 2012 16:46:01 +0200 globus-gram-job-manager-slurm (0.1-1) UNRELEASED; urgency=low * Initial release -- Mattias Ellert Wed, 21 Mar 2012 17:04:34 +0100 debian/source/0000755000000000000000000000000011732376022010471 5ustar debian/source/format0000644000000000000000000000001411732376022011677 0ustar 3.0 (quilt)