[med-svn] [Git][med-team/libncl][master] Seems 2to3 was not successfully running - needs another manual change; upload to unstable
Andreas Tille
gitlab at salsa.debian.org
Mon Dec 16 15:13:40 GMT 2019
Andreas Tille pushed to branch master at Debian Med / libncl
Commits:
daabd7fa by Andreas Tille at 2019-12-16T15:13:05Z
Seems 2to3 was not successfully running - needs another manual change; upload to unstable
- - - - -
1 changed file:
- debian/patches/2to3.patch
Changes:
=====================================
debian/patches/2to3.patch
=====================================
@@ -116,7 +116,16 @@ Last-Update: Mon, 16 Dec 2019 08:27:49 +0100
sys.exit(0)
if compareOut:
-@@ -110,15 +110,15 @@ def runTest(inArgPath,
+@@ -103,22 +103,22 @@ def runTest(inArgPath,
+ if copyOutput and pRep == 0:
+ shutil.copy2(tf, expectedOut)
+ elif compareOut:
+- e = file(expectedOut, "rU")
+- o = file(tf, "rU")
++ e = open(expectedOut, "rU")
++ o = open(tf, "rU")
+ eit = iter(e)
+ oit = iter(o)
n = 1
while True:
try:
View it on GitLab: https://salsa.debian.org/med-team/libncl/commit/daabd7fa1024e80f13c005afb76eed460453bf41
--
View it on GitLab: https://salsa.debian.org/med-team/libncl/commit/daabd7fa1024e80f13c005afb76eed460453bf41
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/20191216/c1d1f4a1/attachment-0001.html>
More information about the debian-med-commit
mailing list