diff -Nru drmaa-0.7.9/debian/changelog drmaa-0.7.9/debian/changelog --- drmaa-0.7.9/debian/changelog 2020-02-19 21:05:48.000000000 +0000 +++ drmaa-0.7.9/debian/changelog 2020-05-12 15:39:19.000000000 +0000 @@ -1,3 +1,14 @@ +drmaa (0.7.9-2) unstable; urgency=medium + + * Team upload. + * Add fixed path to libdrmaa.so.1.0 + Closes: #953832 + * cme fix dpkg-control + * Add salsa-ci file (routine-update) + * VCS fields identical to source package name + + -- Andreas Tille Tue, 12 May 2020 17:39:19 +0200 + drmaa (0.7.9-1) unstable; urgency=medium * Team upload. diff -Nru drmaa-0.7.9/debian/control drmaa-0.7.9/debian/control --- drmaa-0.7.9/debian/control 2020-02-19 21:05:48.000000000 +0000 +++ drmaa-0.7.9/debian/control 2020-05-12 15:39:19.000000000 +0000 @@ -1,34 +1,29 @@ Source: drmaa -Priority: optional Maintainer: Debian Med Packaging Team -Uploaders: - Michael Hanke , - Yaroslav Halchenko , - Dominique Belhachemi -Build-Depends: - debhelper-compat (= 12), - dh-python, - python3-all, - python3-setuptools, -Standards-Version: 4.5.0 +Uploaders: Michael Hanke , + Yaroslav Halchenko , + Dominique Belhachemi Section: python Testsuite: autopkgtest-pkg-python +Priority: optional +Build-Depends: debhelper-compat (= 12), + dh-python, + python3-all, + python3-setuptools +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/med-team/drmaa +Vcs-Git: https://salsa.debian.org/med-team/drmaa.git Homepage: https://drmaa-python.readthedocs.io/en/latest/ -Vcs-Browser: https://salsa.debian.org/med-team/python-drmaa -Vcs-Git: https://salsa.debian.org/med-team/python-drmaa.git Rules-Requires-Root: no Package: python3-drmaa Architecture: all -Depends: - ${misc:Depends}, - ${python3:Depends}, - ${shlibs:Depends}, -Recommends: - gridengine-drmaa1.0 -Suggests: - libdrmaa1.0, - pbs-drmaa1, +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Recommends: gridengine-drmaa1.0 +Suggests: libdrmaa1.0, + pbs-drmaa1 Description: interface to DRMAA-compliant distributed resource management systems This is a Python implementation of the Distributed Resource Management (DRM) Application API (DRMAA). It provides all high-level functionality necessary diff -Nru drmaa-0.7.9/debian/patches/drmae_library_path.patch drmaa-0.7.9/debian/patches/drmae_library_path.patch --- drmaa-0.7.9/debian/patches/drmae_library_path.patch 1970-01-01 00:00:00.000000000 +0000 +++ drmaa-0.7.9/debian/patches/drmae_library_path.patch 2020-05-12 15:39:19.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Add fixed path to libdrmaa.so.1.0 + No idea why find_library('drmaa') does not work but since in + Debian we know the location it can be set fixed here +Bug-Debian: https://bugs.debian.org/953832 +Author: Andreas Tille +Last-Update: Sat, 14 Mar 2020 09:52:56 +0100 + +--- a/drmaa/wrappers.py ++++ b/drmaa/wrappers.py +@@ -47,6 +47,8 @@ if _drmaa_lib_env_name in os.environ: + libpath = os.environ[_drmaa_lib_env_name] + else: + libpath = find_library('drmaa') ++if libpath is None: ++ libpath = '/usr/lib/gridengine-drmaa/lib/libdrmaa.so.1.0' #find_library('drmaa') + + if libpath is None: + raise RuntimeError(('Could not find drmaa library. Please specify its ' + diff -Nru drmaa-0.7.9/debian/patches/series drmaa-0.7.9/debian/patches/series --- drmaa-0.7.9/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ drmaa-0.7.9/debian/patches/series 2020-05-12 15:39:19.000000000 +0000 @@ -0,0 +1 @@ +drmae_library_path.patch diff -Nru drmaa-0.7.9/debian/salsa-ci.yml drmaa-0.7.9/debian/salsa-ci.yml --- drmaa-0.7.9/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ drmaa-0.7.9/debian/salsa-ci.yml 2020-05-12 15:39:19.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml