]> git.ipfire.org Git - fireperf.git/commitdiff
Add required files to allow building debian packages.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Feb 2021 19:14:14 +0000 (20:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2021 22:40:50 +0000 (22:40 +0000)
Fixes #12570.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..4b9942c
--- /dev/null
@@ -0,0 +1,5 @@
+fireperf (0.0.1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Wed, 03 Feb 2021 19:35:23 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b4de394
--- /dev/null
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..15d34fc
--- /dev/null
@@ -0,0 +1,15 @@
+Source: fireperf
+Section: utils
+Priority: optional
+Maintainer: Michael Tremer <michael.tremer@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 (file)
index 0000000..fffa338
--- /dev/null
@@ -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@ipfire.org>
+Source: https://location.ipfire.org/download
+
+Files: *
+Copyright: 2021 IPFire Development team <info@ipfire.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2021 Stefan Schantl stefan.schantl@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 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@