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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to