[med-svn] [Git][med-team/toil][master] 3 commits: routine-update: debhelper-compat 13

Michael R. Crusoe gitlab at salsa.debian.org
Fri Aug 7 16:14:00 BST 2020



Michael R. Crusoe pushed to branch master at Debian Med / toil


Commits:
9a895eb6 by Michael R. Crusoe at 2020-08-07T17:07:21+02:00
routine-update: debhelper-compat 13

- - - - -
07c541f8 by Michael R. Crusoe at 2020-08-07T17:13:11+02:00
enlighten is now available

- - - - -
df6596ba by Michael R. Crusoe at 2020-08-07T17:13:38+02:00
Update patch metadata

- - - - -


11 changed files:

- debian/README.Debian
- debian/README.source
- debian/changelog
- debian/control
- debian/patches/debianize_docs
- debian/patches/no_galaxy_lib
- debian/patches/no_virtualenv_to_create_manpages.patch
- debian/patches/remove-pathlib2-dep
- debian/patches/setting_version.patch
- debian/patches/soften-mesos-deps
- debian/patches/version.patch


Changes:

=====================================
debian/README.Debian
=====================================
@@ -5,4 +5,4 @@ This package is still preliminary since
  * testing is not activated
  * manpages are missing
 
-  -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sun, 13 Jan 2019 23:25:16 -0800
+  -- Michael R. Crusoe <crusoe at debian.org>  Sun, 13 Jan 2019 23:25:16 -0800


=====================================
debian/README.source
=====================================
@@ -7,4 +7,4 @@ compatability of toil is recent.
 The bulk of the manual testing is currently focused on the toil-cwl-runner
 using the docker.io package.
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sun, 13 Jan 2019 23:25:16 -0800
+ -- Michael R. Crusoe <crusoe at debian.org>  Sun, 13 Jan 2019 23:25:16 -0800


=====================================
debian/changelog
=====================================
@@ -2,9 +2,10 @@ toil (4.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Refreshed the patches
-    TODO: package python3-enlighten
+  * debhelper-compat 13 (routine-update)
+  * Update patch metatdata
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Thu, 07 May 2020 15:00:22 +0200
+ -- Michael R. Crusoe <crusoe at debian.org>  Thu, 07 May 2020 15:00:22 +0200
 
 toil (4.0.0-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
            Michael R. Crusoe <crusoe at debian.org>
 Section: net
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-setuptools,
@@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 12),
                python3-pytest-xdist,
                cwltool,
                python3-distutils,
+               python3-enlighten,
 # documentation
                python3-urllib3,
                python3-sphinx


=====================================
debian/patches/debianize_docs
=====================================
@@ -1,5 +1,6 @@
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Author: Michael R. Crusoe <crusoe at debian.org>
 Description: Update docs to reflect a local install
+Forwarded: not-needed
 --- toil.orig/docs/index.rst
 +++ toil/docs/index.rst
 @@ -31,7 +31,6 @@


=====================================
debian/patches/no_galaxy_lib
=====================================
@@ -1,5 +1,6 @@
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Author: Michael R. Crusoe <crusoe at debian.org>
 Description: skip galaxy-lib, not yet packaged for Debian
+Forwarded: not-needed
 --- toil.orig/setup.py
 +++ toil/setup.py
 @@ -31,7 +31,6 @@


=====================================
debian/patches/no_virtualenv_to_create_manpages.patch
=====================================
@@ -1,5 +1,6 @@
 Author: Steffen Moeller <moeller at debian.org>
 Description: ignore requirement to use a virtualenv
+Forwarded: not-needed
 --- a/docs/conf.py
 +++ b/docs/conf.py
 @@ -36,8 +36,8 @@ def fetch_parent_dir(filepath, n=1):


=====================================
debian/patches/remove-pathlib2-dep
=====================================
@@ -1,5 +1,6 @@
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Author: Michael R. Crusoe <crusoe at debian.org>
 Description: pathlib2 isn't needed for python3-toil
+Forwarded: not-needed
 --- toil.orig/setup.py
 +++ toil/setup.py
 @@ -41,7 +41,6 @@


=====================================
debian/patches/setting_version.patch
=====================================
@@ -2,7 +2,7 @@ Description: Fixing version.py that is variable and required
 Author: Steffen Moeller <moeller at debian.org>
 Bug-Debian: https://bugs.debian.org/851365
 Forwarded: not-needed
-Last-Update: 2018-06-14
+Last-Update: 2020-05-07
 
 Generated by running `python version_template.py` from a git checkout of the
 source to the tag corresponding to the release


=====================================
debian/patches/soften-mesos-deps
=====================================
@@ -1,5 +1,6 @@
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
-Subject: Use Debian's newer python3-psutil
+Author: Michael R. Crusoe <crusoe at debian.org>
+Subject: Skip addict
+Forwarded: not-needed
 --- toil.orig/setup.py
 +++ toil/setup.py
 @@ -41,7 +41,6 @@


=====================================
debian/patches/version.patch
=====================================
@@ -1,5 +1,6 @@
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Author: Michael R. Crusoe <crusoe at debian.org>
 Description: allow the use of Debian packaged dependencies
+Forwarded: not-needed
 --- toil.orig/setup.py
 +++ toil/setup.py
 @@ -30,7 +30,7 @@



View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/47569819244bbb35677703a5ed5953907e93384a...df6596ba74a539ff268aaa3ab27906c2fbd87214

-- 
View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/47569819244bbb35677703a5ed5953907e93384a...df6596ba74a539ff268aaa3ab27906c2fbd87214
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200807/2596532e/attachment-0001.html>


More information about the debian-med-commit mailing list