Hi,

since I have no permissions to push my patches feel free to
git am the attachments from my NMU.

Kind regards

       Andreas.

-- 
http://fam-tille.de
>From 27ed7d0257f4487b2ef24709f5d7e87ecf2c66ba Mon Sep 17 00:00:00 2001
From: Andreas Tille <ti...@debian.org>
Date: Fri, 11 Oct 2019 11:33:38 +0200
Subject: [PATCH 1/2] Don't run the Python2 autopkg tests. python-schema is
 gone

---
 debian/changelog          | 9 +++++++--
 debian/tests/control      | 2 --
 debian/tests/run_examples | 4 ----
 debian/tests/unittests    | 1 -
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2b3e3b3..c4967ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-docopt (0.6.2-3) UNRELEASED; urgency=medium
+docopt (0.6.2-2.1) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
 
- -- Ondřej Nový <on...@debian.org>  Mon, 01 Oct 2018 09:41:53 +0200
+  [ Matthias Klose ]
+  * Don't run the Python2 autopkg tests. python-schema is gone
+    Closes: #941638
+
+ -- Andreas Tille <ti...@debian.org>  Fri, 11 Oct 2019 11:32:39 +0200
 
 docopt (0.6.2-2) unstable; urgency=medium
 
diff --git a/debian/tests/control b/debian/tests/control
index db53506..36cbce3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,5 +2,3 @@ Tests: unittests, run_examples
 Depends: @,
  python3-pytest,
  python3-schema,
- python-pytest,
- python-schema,
diff --git a/debian/tests/run_examples b/debian/tests/run_examples
index e2340b4..2ea740d 100644
--- a/debian/tests/run_examples
+++ b/debian/tests/run_examples
@@ -1,7 +1,3 @@
 for file in $(ls examples/*.py); do
     python3 $file -h
 done
-
-for file in $(ls examples/*.py); do
-    python $file -h
-done
diff --git a/debian/tests/unittests b/debian/tests/unittests
index 1740e64..360e4e8 100644
--- a/debian/tests/unittests
+++ b/debian/tests/unittests
@@ -1,2 +1 @@
 pytest-3
-pytest
-- 
2.23.0

>From deed149e061dd64adb7ea78134a81240681e5230 Mon Sep 17 00:00:00 2001
From: Andreas Tille <ti...@debian.org>
Date: Fri, 11 Oct 2019 11:35:56 +0200
Subject: [PATCH 2/2] Upload to unstable

---
 debian/changelog | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4967ab..8aabf7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-docopt (0.6.2-2.1) UNRELEASED; urgency=medium
+docopt (0.6.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
 
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
@@ -7,7 +9,7 @@ docopt (0.6.2-2.1) UNRELEASED; urgency=medium
   * Don't run the Python2 autopkg tests. python-schema is gone
     Closes: #941638
 
- -- Andreas Tille <ti...@debian.org>  Fri, 11 Oct 2019 11:32:39 +0200
+ -- Andreas Tille <ti...@debian.org>  Fri, 11 Oct 2019 11:34:05 +0200
 
 docopt (0.6.2-2) unstable; urgency=medium
 
-- 
2.23.0

Reply via email to