From 61ab769eef3d8ba2f29a188b159fd20a02b7ee53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Tue, 21 Nov 2017 19:04:35 +0100 Subject: [PATCH] Added debian folder --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 23 +++++++++++++++++++++++ debian/install | 1 + debian/rules | 4 ++++ debian/source/format | 1 + 7 files changed, 48 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/install 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..fbb2d6e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +source-route (0.1) unstable; urgency=medium + + * Initial release. + + -- Jean-Michel Vourgère Tue, 19 Jul 2016 12:57:46 +0200 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..4846c03 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: source-route +Section: net +Priority: extra +Maintainer: Jean-Michel Vourgère +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 + +Package: source-route +Architecture: all +Depends: libnetwork-ipv4addr-perl, ipv6calc, ${misc:Depends} +Description: IP source routing helper + Helper to setup source routing from /etc/network/interfaces + Works with ipv4 and ipv6. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b74bdce --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: source-routing +Upstream-Contact: Jean-Michel Vourgère +Source: svn://svn.nirgal.com/kod/source-route/ + +Files: * +Copyright: 2016 Jean-Michel Vourgère +License: GPL-3 + This program 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 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 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 . + . + On Debian systems, the text of the GNU General Public License + version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..3dd869b --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +source-route /usr/sbin/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4f2c774 --- /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 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.30.2