debian/0000775000000000000000000000000012272763103007173 5ustar debian/pbs-drmaa-dev.postinst0000664000000000000000000000034211745106215013420 0ustar #!/bin/sh set -e update-alternatives \ --install /usr/lib/libdrmaa.so libdrmaa.so /usr/lib/pbs-drmaa/lib/libdrmaa.so 30 \ --slave /usr/include/drmaa.h drmaa.h /usr/lib/pbs-drmaa/include/drmaa.h #DEBHELPER# exit 0 debian/rules0000775000000000000000000000063412272762355010266 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf override_dh_auto_configure: ./configure --prefix=/usr/lib/pbs-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=. debian/watch0000664000000000000000000000007611651377777010251 0ustar version=3 http://sf.net/pbspro-drmaa/pbs-drmaa-(.*)\.tar\.gz debian/changelog0000664000000000000000000000264212272762640011056 0ustar pbs-drmaa (1.0.10-3ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el and update config.{sub,guess} for new arches. * Use automake's "foreign" option to fix FTBFS during autoreconf. -- Logan Rosen Fri, 31 Jan 2014 13:01:43 -0500 pbs-drmaa (1.0.10-3) unstable; urgency=low * use Debian's alternative system (Closes: #670105) (update-alternatives --display libdrmaa.so) -- Dominique Belhachemi Sun, 22 Apr 2012 18:26:02 -0400 pbs-drmaa (1.0.10-2) unstable; urgency=low * re-apply slightly different 10_kfreebsd.diff -- Dominique Belhachemi Thu, 10 Nov 2011 00:22:09 -0500 pbs-drmaa (1.0.10-1) unstable; urgency=low * Added Conflicts with libdrmaa1.0 and libdrmaa-dev * Removed 10_kfreebsd.diff (applied upstream) -- Dominique Belhachemi Wed, 09 Nov 2011 20:31:23 -0500 pbs-drmaa (1.0.9-3) unstable; urgency=low * Added patch for kfreebsd -- Dominique Belhachemi Wed, 12 Oct 2011 20:48:20 -0400 pbs-drmaa (1.0.9-2) unstable; urgency=low * Added package pbs-drmaa-dev * Updated machine-readable copyright file -- Dominique Belhachemi Mon, 10 Oct 2011 20:46:56 -0400 pbs-drmaa (1.0.9-1) unstable; urgency=low * Initial release (Closes: #644882) -- Dominique Belhachemi Wed, 05 Oct 2011 22:46:58 -0400 debian/compat0000664000000000000000000000000211656636567010413 0ustar 7 debian/copyright0000664000000000000000000000230411651377777011147 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Source: http://apps.man.poznan.pl/trac/pbs-drmaa/ Upstream-Contact: Mariusz MamoĊ„ski Files: * Copyright: 2006-2008, FedStage Systems 2011, Poznan Supercomputing and Networking Center License: GPL-3 Files: debian/* Copyright: 2011, Dominique Belhachemi License: GPL-3 License: GPL-3 The packaging of pbs-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/source/0000775000000000000000000000000011651377776010514 5ustar debian/source/format0000664000000000000000000000001411651377776011722 0ustar 3.0 (quilt) debian/pbs-drmaa-dev.install0000664000000000000000000000007211745103454013205 0ustar usr/lib/pbs-drmaa/lib/lib*.so usr/lib/pbs-drmaa/include/* debian/pbs-drmaa1.lintian-overrides0000664000000000000000000000007011656623633014507 0ustar pbs-drmaa1: package-name-doesnt-match-sonames libdrmaa1 debian/pbs-drmaa1.install0000664000000000000000000000004011745103504012501 0ustar usr/lib/pbs-drmaa/lib/lib*.so.* debian/pbs-drmaa-dev.prerm0000664000000000000000000000022711745103362012664 0ustar #!/bin/sh set -e if [ "$1" != "upgrade" ]; then update-alternatives --remove libdrmaa.so /usr/lib/pbs-drmaa/lib/libdrmaa.so fi #DEBHELPER# exit 0 debian/control0000664000000000000000000000247012272762437010612 0ustar Source: pbs-drmaa Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Dominique Belhachemi Build-Depends: debhelper (>= 7.0.50~), bison, gperf, ragel, libtorque2-dev, dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: http://sourceforge.net/projects/pbspro-drmaa/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/pbs-drmaa/trunk/ Vcs-Svn: svn://svn.debian.org/svn/pkg-escience/pbs-drmaa/trunk/ Package: pbs-drmaa-dev Section: libdevel Architecture: any Conflicts: libdrmaa-dev (<< 6.2u5-3) Depends: pbs-drmaa1 (= ${binary:Version}), ${misc:Depends} Description: DRMAA for Torque/PBS Pro - devel DRMAA for Torque/PBS Pro library is an implementation of OGF DRMAA 1.0 (Distributed Resource Management Application API) specification for the submission of jobs to Torque and PBS Professional systems. . This package contains the development files for pbs-drmaa. Package: pbs-drmaa1 Architecture: any Conflicts: libdrmaa1.0 (<< 6.2u5-3) Depends: ${shlibs:Depends}, ${misc:Depends} Description: DRMAA for Torque/PBS Pro - runtime DRMAA for Torque/PBS Pro library is an implementation of OGF DRMAA 1.0 (Distributed Resource Management Application API) specification for the submission of jobs to Torque and PBS Professional systems. debian/patches/0000775000000000000000000000000012272763100010617 5ustar debian/patches/11_foreign.diff0000664000000000000000000000042712272763074013420 0ustar --- a/drmaa_utils/configure.ac +++ b/drmaa_utils/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([scripts]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) DEVELOPER_MODE="no" AM_CONDITIONAL([DEVELOPER_MODE], [test "x$DEVELOPER_MODE" = "xyes"]) debian/patches/series0000664000000000000000000000004112272762562012042 0ustar 10_kfreebsd.diff 11_foreign.diff debian/patches/10_kfreebsd.diff0000664000000000000000000000036211656657532013557 0ustar --- pbs-drmaa-1.0.10.orig/drmaa_utils/drmaa_utils/util.h +++ pbs-drmaa-1.0.10/drmaa_utils/drmaa_utils/util.h @@ -29,7 +29,6 @@ # include #endif -#include #include #include #include