[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#948472: buster-pu: package tifffile/20181128-1+deb10u1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

tifffile fails to start due to mixing python2 and python3: #939511, #938668

This trivial fix also causes the following dependency reduction:

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: python3-numpy (>= [-1:1.14.3),-] {+1:1.16.0~rc1),+} python3-numpy-abi9, [-python3:any, python:any-] {+python3:any+}
Version: [-20181128-1-] {+20181128-1+deb10u1+}

The fixed package is already uploaded.

Andreas
diff -Nru tifffile-20181128/debian/changelog tifffile-20181128/debian/changelog
--- tifffile-20181128/debian/changelog	2018-12-01 07:52:43.000000000 +0100
+++ tifffile-20181128/debian/changelog	2020-01-09 02:44:21.000000000 +0100
@@ -1,3 +1,13 @@
+tifffile (20181128-1+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Andreas Tille ]
+  * Fix wrapper script
+    Closes: #939511, #938668
+
+ -- Andreas Beckmann <anbe@debian.org>  Thu, 09 Jan 2020 02:44:21 +0100
+
 tifffile (20181128-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru tifffile-20181128/debian/tifffile.sh tifffile-20181128/debian/tifffile.sh
--- tifffile-20181128/debian/tifffile.sh	2018-12-01 07:52:43.000000000 +0100
+++ tifffile-20181128/debian/tifffile.sh	2020-01-09 02:44:21.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import sys
 import tifffile

Reply to: