diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-08-17 20:22:53 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-08-17 20:22:53 -0400 |
commit | 6b3040c5b6cf3a7b545875e646c450cbb96ae8d6 (patch) | |
tree | 43bcae096b49543da5dc62812ca0dc4b54148cfb /debian | |
parent | ac6071ae85bee52793f6dc34c2b60e333149291b (diff) | |
download | vyos-1x-6b3040c5b6cf3a7b545875e646c450cbb96ae8d6.tar.gz vyos-1x-6b3040c5b6cf3a7b545875e646c450cbb96ae8d6.zip |
Add empty Debian packaging.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/copyright | 35 | ||||
-rwxr-xr-x | debian/rules | 4 |
5 files changed, 58 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..fdcf0bcca --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +vyos-1x (1.0.0) unstable; urgency=low + + * Created the package + + -- Daniil Baturin <daniil@baturin.org> Thu, 17 Aug 2017 20:17:04 -0400 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..875b1135b --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: vyos-1x +Section: contrib/net +Priority: extra +Maintainer: VyOS Package Maintainers <maintainers@vyos.net> +Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.6 + +Package: vyos-1x +Architecture: all +Depends: python3 +Description: VyOS configuration scripts and data + VyOS configuration scripts, interface definitions, and everything diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..20704c47c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Daniil Baturin <daniil@baturin.org> on +Thu, 17 Aug 2017 20:17:04 -0400 + +It's original content from the GIT repository <http://github.com/vyos/vyos-1x> + +Upstream Author: + + <maintainers@vyos.net> + +Copyright: + + Copyright (C) 2017 VyOS maintainers and contributors + All Rights Reserved. + +License: + +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 2, 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. + +A copy of the GNU General Public License is available as +`/usr/share/common-licenses/GPL' in the Debian GNU/Linux distribution +or on the World Wide Web at `http://www.gnu.org/copyleft/gpl.html'. +You can also obtain it by writing to the Free Software Foundation, +Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +MA 02110-1301, USA. + +The Debian packaging is (C) 2017, Daniil Baturin <daniil@baturin.org> and +is licensed under the GPL, see above. diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..2d33f6ac8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ |