From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Add required files to allow building debian packages.
Date: Wed, 03 Feb 2021 20:14:14 +0100 [thread overview]
Message-ID: <20210203191414.25444-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3187 bytes --]
Fixes #12570.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 15 +++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/rules | 4 ++++
5 files changed, 54 insertions(+)
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100755 debian/rules
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4b9942c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fireperf (0.0.1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Michael Tremer <michael.tremer(a)ipfire.org> Wed, 03 Feb 2021 19:35:23 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..15d34fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: fireperf
+Section: utils
+Priority: optional
+Maintainer: Michael Tremer <michael.tremer(a)ipfire.org>
+Build-Depends: debhelper (>= 11)
+Standards-Version: 4.3.0
+Homepage: https://git.ipfire.org/?p=fireperf.git
+Vcs-Git: https://git.ipfire.org/pub/git/fireperf.git
+
+Package: fireperf
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
+Description: can perform network benchmarks to test throughput and quality of
+ a network between a fireperf client and fireperf server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fffa338
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: firperf
+Upstream-Contact: Michael Tremer <michael.tremer(a)ipfire.org>
+Source: https://location.ipfire.org/download
+
+Files: *
+Copyright: 2021 IPFire Development team <info(a)ipfire.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2021 Stefan Schantl stefan.schantl(a)ipfire.org>
+License: GPL-3+
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
--
2.20.1
next reply other threads:[~2021-02-03 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 19:14 Stefan Schantl [this message]
2021-02-08 13:43 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210203191414.25444-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox