Dear maintainer,

I've prepared an NMU for sinntp (versioned as 1.6-0.2) and uploaded
it to DELAYED/5. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru sinntp-1.6/debian/changelog sinntp-1.6/debian/changelog
--- sinntp-1.6/debian/changelog	2019-12-26 08:55:37.000000000 +0200
+++ sinntp-1.6/debian/changelog	2020-01-06 21:33:26.000000000 +0200
@@ -1,3 +1,11 @@
+sinntp (1.6-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert the autopkgtest to Python 3.
+  * Remove the old homepage from debian/copyright.
+
+ -- Adrian Bunk <b...@debian.org>  Mon, 06 Jan 2020 21:33:26 +0200
+
 sinntp (1.6-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru sinntp-1.6/debian/copyright sinntp-1.6/debian/copyright
--- sinntp-1.6/debian/copyright	2012-04-18 23:45:21.000000000 +0300
+++ sinntp-1.6/debian/copyright	2020-01-06 21:33:26.000000000 +0200
@@ -2,7 +2,6 @@
 Upstream-Name: sinntp
 Upstream-Contact: Piotr Lewandowski <piotr.lewandow...@gmail.com>
                   Jakub Wilk <jw...@jwilk.net>
-Source: http://sinntp.googlecode.com/
 
 Files: *
 Copyright: 2008-2012, Piotr Lewandowski <piotr.lewandow...@gmail.com>
diff -Nru sinntp-1.6/debian/tests/tests sinntp-1.6/debian/tests/tests
--- sinntp-1.6/debian/tests/tests	2012-04-19 00:09:33.000000000 +0300
+++ sinntp-1.6/debian/tests/tests	2020-01-06 21:33:14.000000000 +0200
@@ -1,8 +1,8 @@
 #!/bin/sh
-pyversions -i \
+py3versions -i \
 | tr ' ' '\n' \
 | xargs -t -I {} env {} -c "
 import sys
 sys.path[0:0] = ['/usr/share/sinntp/']
-execfile('tests.py')
+exec(open('tests.py').read())
 " --verbose

Reply via email to