From 60d31aebae2c54bc1fbc9e43cc6495d01ff1da1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de>
Date: Sat, 29 Jan 2022 18:35:11 +0100
Subject: [PATCH] Experiment with debian builds

---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 10 ++++++++++
 debian/copyright     | 19 +++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 6 files changed, 40 insertions(+)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/rules
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000000..b23f06992f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+briar-desktop (0.1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Sebastian Kürten <sebastian@mobanisto.de>  Sat, 29 Jan 2022 18:41:26 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000000..f599e28b8a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000..7386d45f66
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,10 @@
+Source: briar-desktop
+Maintainer: The Briar Project <contact@briarproject.org>
+Section: comm
+Priority: optional
+
+Package: briar-desktop
+Architecture: amd64
+Depends: libc6, libexpat1, libgcc-s1, libpcre3, libuuid1, xdg-utils, zlib1g
+Description: Secure messaging, anywhere
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000000..2edd3d1f21
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2021-2022 The Briar Project
+License: AGPL-3+
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000000..2d33f6ac89
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000000..163aaf8d82
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
GitLab