New Upstream Snapshot - mbed-test-wrapper

Ready changes

Summary

Merged new upstream version: 1.0.0+git20160129.2.7141bf3+ds (was: 1.0.0+git20160129.1.7141bf3+ds).

Resulting package

Built on 2023-01-16T03:51 (took 6m36s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots mbed-test-wrapper

Lintian Result

Diff

diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..69bc94c
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,16 @@
+Metadata-Version: 2.1
+Name: mbed_test_wrapper
+Version: 1.0.0
+Summary: Wrap the mbed test loader for easy use from yotta targets.
+Home-page: about:blank
+Author: James Crosby
+Author-email: James.Crosby@arm.com
+License: Apache-2.0
+Keywords: mbed test script
+Classifier: Development Status :: 3 - Alpha
+Classifier: Topic :: Utilities
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Environment :: Console
+License-File: LICENSE
+
+Wrap the mbed test loader for easy use from yotta targets.
diff --git a/debian/changelog b/debian/changelog
index 35a8556..9b97298 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mbed-test-wrapper (1.0.0+git20160129.2.7141bf3+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 16 Jan 2023 03:46:54 -0000
+
 mbed-test-wrapper (1.0.0-5) unstable; urgency=medium
 
   * d/control:
diff --git a/debian/patches/binary-name b/debian/patches/binary-name
index c9d70d1..d69fcb4 100644
--- a/debian/patches/binary-name
+++ b/debian/patches/binary-name
@@ -6,9 +6,11 @@ Author: Nick Morrott <knowledgejunkie@gmail.com>
 Forwarded: not-needed
 Last-Update: 2018-12-28
 ---
---- a/setup.py
-+++ b/setup.py
-@@ -27,7 +27,7 @@
+Index: mbed-test-wrapper.git/setup.py
+===================================================================
+--- mbed-test-wrapper.git.orig/setup.py
++++ mbed-test-wrapper.git/setup.py
+@@ -27,7 +27,7 @@ setup(
      ],
      entry_points = {
          "console_scripts": [
diff --git a/debian/patches/unusual-interpreter b/debian/patches/unusual-interpreter
index 1bcafbe..0ee0449 100644
--- a/debian/patches/unusual-interpreter
+++ b/debian/patches/unusual-interpreter
@@ -3,8 +3,10 @@ Author: Nick Morrott <nickm@debian.org>
 Forwarded: not-needed
 Last-Update: 2021-02-07
 ---
---- a/mbed_test_wrapper/main.py
-+++ b/mbed_test_wrapper/main.py
+Index: mbed-test-wrapper.git/mbed_test_wrapper/main.py
+===================================================================
+--- mbed-test-wrapper.git.orig/mbed_test_wrapper/main.py
++++ mbed-test-wrapper.git/mbed_test_wrapper/main.py
 @@ -1,4 +1,5 @@
 -#! /usr/bin/env python
 +#!/usr/bin/python3
@@ -12,7 +14,7 @@ Last-Update: 2021-02-07
  # Copyright 2015 ARM Limited
  #
  # Licensed under the Apache License, Version 2.0
-@@ -109,7 +110,7 @@
+@@ -109,7 +110,7 @@ def run():
              (args.target, ', '.join([x['platform_name'] for x in mbeds]))
          )
          sys.exit(-1)
diff --git a/mbed_test_wrapper.egg-info/PKG-INFO b/mbed_test_wrapper.egg-info/PKG-INFO
new file mode 100644
index 0000000..b05a350
--- /dev/null
+++ b/mbed_test_wrapper.egg-info/PKG-INFO
@@ -0,0 +1,16 @@
+Metadata-Version: 2.1
+Name: mbed-test-wrapper
+Version: 1.0.0
+Summary: Wrap the mbed test loader for easy use from yotta targets.
+Home-page: about:blank
+Author: James Crosby
+Author-email: James.Crosby@arm.com
+License: Apache-2.0
+Keywords: mbed test script
+Classifier: Development Status :: 3 - Alpha
+Classifier: Topic :: Utilities
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Environment :: Console
+License-File: LICENSE
+
+Wrap the mbed test loader for easy use from yotta targets.
diff --git a/mbed_test_wrapper.egg-info/SOURCES.txt b/mbed_test_wrapper.egg-info/SOURCES.txt
new file mode 100644
index 0000000..a73620b
--- /dev/null
+++ b/mbed_test_wrapper.egg-info/SOURCES.txt
@@ -0,0 +1,9 @@
+LICENSE
+setup.py
+mbed_test_wrapper/__init__.py
+mbed_test_wrapper/main.py
+mbed_test_wrapper.egg-info/PKG-INFO
+mbed_test_wrapper.egg-info/SOURCES.txt
+mbed_test_wrapper.egg-info/dependency_links.txt
+mbed_test_wrapper.egg-info/entry_points.txt
+mbed_test_wrapper.egg-info/top_level.txt
\ No newline at end of file
diff --git a/mbed_test_wrapper.egg-info/dependency_links.txt b/mbed_test_wrapper.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/mbed_test_wrapper.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/mbed_test_wrapper.egg-info/entry_points.txt b/mbed_test_wrapper.egg-info/entry_points.txt
new file mode 100644
index 0000000..e939b93
--- /dev/null
+++ b/mbed_test_wrapper.egg-info/entry_points.txt
@@ -0,0 +1,2 @@
+[console_scripts]
+mbed_test_wrapper = mbed_test_wrapper:run
diff --git a/mbed_test_wrapper.egg-info/top_level.txt b/mbed_test_wrapper.egg-info/top_level.txt
new file mode 100644
index 0000000..6757135
--- /dev/null
+++ b/mbed_test_wrapper.egg-info/top_level.txt
@@ -0,0 +1 @@
+mbed_test_wrapper
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 89d62d3..0000000
--- a/readme.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# mbed-test-wrapper
-Wrap the mbed test loader so it can easily be used by yotta targets to run
-tests on target hardware.
-
-Usage:
-
-```
-usage: mbed-test-wrapper [-h] [-t TARGET] [-i TIMEOUT] program
-
-positional arguments:
-  program               executable file to run
-
-optional arguments:
-  -h, --help            show this help message and exit
-  -t TARGET, --target TARGET
-                        execution target name
-  -i TIMEOUT, --timeout TIMEOUT
-                        max time to wait for the program (seconds)
-
-```
-
-
-
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8bfd5a1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[egg_info]
+tag_build = 
+tag_date = 0
+

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details