diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 031bc38..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -ptf (0.9-1) unstable; urgency=low - - * source package automatically created by stdeb 0.8.2 - - -- Guohan Lu Mon, 19 Oct 2015 12:49:43 -0700 diff --git a/debian/changelog.license b/debian/changelog.license deleted file mode 100644 index 6556e95..0000000 --- a/debian/changelog.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/compat.license b/debian/compat.license deleted file mode 100644 index 6556e95..0000000 --- a/debian/compat.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0 diff --git a/debian/control b/debian/control deleted file mode 100644 index 57ce1d7..0000000 --- a/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: ptf -Maintainer: Guohan Lu -Section: python -Priority: optional -Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9) -Standards-Version: 3.9.1 - -Package: python-ptf -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-scapy -Description: PTF is a Python based dataplane test framework. - . - PTF is a Python based dataplane test framework. It is based on unittest, which is included in the standard Python distribution. - . - This document is meant to provide an introduction to the framework, discuss the basics of running tests and to provide examples of how to add tests. - . - Most of the code was taken from the OFTest framework. However, PTF focuses on the dataplane and is independent of OpenFlow. We also made a few additions to oftest. - . - diff --git a/debian/control.license b/debian/control.license deleted file mode 100644 index 6556e95..0000000 --- a/debian/control.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0 diff --git a/debian/install b/debian/install deleted file mode 100644 index b1f7519..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -ptf /usr/bin/ diff --git a/debian/install.license b/debian/install.license deleted file mode 100644 index 6556e95..0000000 --- a/debian/install.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a6dd278..0000000 --- a/debian/rules +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/make -f - -# This file was automatically generated by stdeb 0.8.2 at -# Mon, 19 Oct 2015 12:49:43 -0700 -export PYBUILD_NAME=ptf -%: - dh $@ --with python2 --buildsystem=pybuild - -override_dh_auto_test: - diff --git a/debian/rules.license b/debian/rules.license deleted file mode 100644 index 6556e95..0000000 --- a/debian/rules.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0