Refresh patches.
Debian Janitor
1 year, 2 months ago
1 | 1 |
Last-Update: Fri, 24 Apr 2020 12:49:17 +0200
|
2 | 2 |
Description: Test script somehow remained at Python2 -> fix this using 2to3
|
3 | 3 |
|
4 | |
--- a/pauvre/lsi/test.py
|
5 | |
+++ b/pauvre/lsi/test.py
|
|
4 |
Index: python-pauvre/pauvre/lsi/test.py
|
|
5 |
===================================================================
|
|
6 |
--- python-pauvre.orig/pauvre/lsi/test.py
|
|
7 |
+++ python-pauvre/pauvre/lsi/test.py
|
6 | 8 |
@@ -3,10 +3,10 @@
|
7 | 9 |
# Email: splichte@princeton.edu
|
8 | 10 |
# Date: 09/02/2013
|
6 | 6 |
Last-Update: 2020-04-26
|
7 | 7 |
---
|
8 | 8 |
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
9 |
Index: python-pauvre/pauvre/lsi/test.py
|
|
10 |
===================================================================
|
9 | 11 |
--- python-pauvre.orig/pauvre/lsi/test.py
|
10 | 12 |
+++ python-pauvre/pauvre/lsi/test.py
|
11 | |
@@ -10,6 +10,9 @@
|
|
13 |
@@ -10,6 +10,9 @@ from .helper import *
|
12 | 14 |
|
13 | 15 |
ev = 0.00000001
|
14 | 16 |
|