From 681cd0363319297686e5f79d2f60c750818d0540 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Tue, 11 Aug 2026 16:05:21 +0300 Subject: [PATCH] Delete debian directory Closes #192 Signed-off-by: Bryan Richter --- debian/changelog | 5 ----- debian/changelog.license | 3 --- debian/compat | 1 - debian/compat.license | 3 --- debian/control | 19 ------------------- debian/control.license | 3 --- debian/install | 1 - debian/install.license | 3 --- debian/rules | 10 ---------- debian/rules.license | 3 --- 10 files changed, 51 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/changelog.license delete mode 100644 debian/compat delete mode 100644 debian/compat.license delete mode 100644 debian/control delete mode 100644 debian/control.license delete mode 100644 debian/install delete mode 100644 debian/install.license delete mode 100755 debian/rules delete mode 100644 debian/rules.license diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 031bc389..00000000 --- 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 6556e95f..00000000 --- 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 ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/compat.license b/debian/compat.license deleted file mode 100644 index 6556e95f..00000000 --- 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 57ce1d7c..00000000 --- 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 6556e95f..00000000 --- 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 b1f7519d..00000000 --- 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 6556e95f..00000000 --- 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 a6dd2783..00000000 --- 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 6556e95f..00000000 --- a/debian/rules.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016 pavel-shirshov - -SPDX-License-Identifier: Apache-2.0