aboutgitcodebugslistschat
path: root/contrib/debian
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-11-15 00:15:51 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-11-16 15:11:09 +0100
commit5f7446501052233e472cb1e6b3f403c7923ce90a (patch)
treec95257e606ad5d175083d929deee35ac44f48290 /contrib/debian
parentfb7b71b86f5591cc4bf83fcf4081634f4c2980aa (diff)
downloadpasst-5f7446501052233e472cb1e6b3f403c7923ce90a.tar
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.tar.gz
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.tar.bz2
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.tar.lz
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.tar.xz
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.tar.zst
passt-5f7446501052233e472cb1e6b3f403c7923ce90a.zip
Remove contrib/debian, Debian package development now happens on Salsa
The development of the Debian package is now at: https://salsa.debian.org/sbrivio/passt Drop contrib/debian, it's finally obsolete. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/debian')
-rw-r--r--contrib/debian/README.Debian8
-rw-r--r--contrib/debian/changelog6
-rw-r--r--contrib/debian/control22
-rw-r--r--contrib/debian/copyright13
-rwxr-xr-xcontrib/debian/rules12
-rw-r--r--contrib/debian/watch2
6 files changed, 0 insertions, 63 deletions
diff --git a/contrib/debian/README.Debian b/contrib/debian/README.Debian
deleted file mode 100644
index 43bb1b5..0000000
--- a/contrib/debian/README.Debian
+++ /dev/null
@@ -1,8 +0,0 @@
-passt for Debian
-
-Please edit this to provide information specific to
-this passt Debian package.
-
- (Describe here)
-
- -- Stefano Brivio <> Mon, 28 Mar 2022 15:54:11 +0200
diff --git a/contrib/debian/changelog b/contrib/debian/changelog
deleted file mode 100644
index d3ac798..0000000
--- a/contrib/debian/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-passt (0+gitXXXXXXXXXXXX-1) UNRELEASED; urgency=low
-
- * Initial release. Closes: #nnnn
- <nnnn is the bug number of your ITP>
-
- -- Stefano Brivio <> Mon, 28 Mar 2022 15:54:11 +0200
diff --git a/contrib/debian/control b/contrib/debian/control
deleted file mode 100644
index a62d3e0..0000000
--- a/contrib/debian/control
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: passt
-Section: net
-Priority: optional
-Maintainer: Stefano Brivio <sbrivio@redhat.com>
-Build-Depends: debhelper-compat (= 12), dh-apparmor
-Standards-Version: 4.5.0
-Homepage: https://passt.top/
-
-Suggests: apparmor
-Package: passt
-Architecture: any
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: user-mode networking daemons for virtual machines and namespaces
- passt implements a translation layer between a Layer-2 network interface and
- native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't
- require any capabilities or privileges, and it can be used as a simple
- replacement for Slirp.
- pasta (same binary as passt, different command) offers equivalent functionality,
- for network namespaces: traffic is forwarded using a tap interface inside the
- namespace, without the need to create further interfaces on the host, hence not
- requiring any capabilities or privileges.
diff --git a/contrib/debian/copyright b/contrib/debian/copyright
deleted file mode 100644
index 0f2df74..0000000
--- a/contrib/debian/copyright
+++ /dev/null
@@ -1,13 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: passt
-Upstream-Contact: Stefano Brivio <sbrivio@redhat.com>
-Upstream-Contact: passt-dev@passt.top
-Source: https://passt.top/
-
-Files: *
-Copyright: 2020-2022, Red Hat GmbH, Stefano Brivio <sbrivio@redhat.com>
-License: AGPL-3.0-or-later
-
-Files: checksum.c
-Copyright: 2021, Red Hat GmbH, Stefano Brivio <sbrivio@redhat.com>
-License: AGPL-3.0-or-later AND BSD-3-Clause
diff --git a/contrib/debian/rules b/contrib/debian/rules
deleted file mode 100755
index a926d32..0000000
--- a/contrib/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-override_dh_auto_install:
- dh_auto_install -- prefix=/usr
- mkdir -p debian/passt/etc/apparmor.d/
- cp contrib/apparmor/usr.bin.passt debian/passt/etc/apparmor.d/usr.bin.passt
- dh_apparmor --profile-name=usr.bin.passt -ppasst
- cp contrib/apparmor/usr.bin.pasta debian/passt/etc/apparmor.d/usr.bin.pasta
- dh_apparmor --profile-name=usr.bin.pasta -ppasst
-
-%:
- dh $@
diff --git a/contrib/debian/watch b/contrib/debian/watch
deleted file mode 100644
index 76575dc..0000000
--- a/contrib/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-# You must remove unused comment lines for the released package.
-version=3