From be1d237d7c3f9bc69b393e253410dbb3600ab5b5 Mon Sep 17 00:00:00 2001
From: godog <godog@autistici.org>
Date: Tue, 9 Jan 2018 19:48:34 +0100
Subject: [PATCH] Add Debian packaging

---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 10 ++++++++++
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 5 files changed, 22 insertions(+)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100755 debian/rules
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d922804
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+suexec-sandbox (0.1-1) unstable; urgency=medium
+
+  * Initial release
+
+ -- A/I <debian@autistici.org>  Fri, 05 Jan 2018 00:06:40 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9739340
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,10 @@
+Source: suexec-sandbox
+Priority: optional
+Maintainer: A/I <debian@autistici.org>
+Build-Depends: debhelper (>= 9), autotools-dev, libseccomp-dev, libcap-dev
+Standards-Version: 3.9.8
+
+Package: suexec-sandbox
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Alternative suexec wrapper with sandbox capabilities
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a32996b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+	dh $@ --with autotools_dev
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
-- 
GitLab