summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-01-26 17:15:12 -0500
committerDaniil Baturin <daniil@baturin.org>2016-01-26 17:15:12 -0500
commit28fa09078dfce814da1e6203d6dc1e6665b4e861 (patch)
treeed3cea7f16f64270c2fb80f2894c5e74d9f66741
downloadvyos-world-master.tar.gz
vyos-world-master.zip
Initial commit.master
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control49
-rw-r--r--debian/copyright35
-rwxr-xr-xdebian/rules4
5 files changed, 95 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9a3438b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+vyos-world (1.0) unstable; urgency=low
+
+ * Created the metapackage
+
+ -- Daniil Baturin <daniil@baturin.org> Tue, 26 Jan 2016 16:48:12 -0500
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..861158e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: vyos-world
+Section: contrib/net
+Priority: extra
+Maintainer: VyOS Package Maintainers <maintainers@vyos.net>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.9.1
+
+Package: vyos-world
+Architecture: all
+Depends: vyatta-cfg-system,
+ vyatta-op,
+ vyatta-config-mgmt,
+ vyatta-config-migrate,
+ vyatta-util,
+ vyatta-cfg-dhcp-relay,
+ vyatta-op-dhcp-server,
+ vyatta-cfg-dhcp-server,
+ vyatta-cfg-firewall,
+ vyatta-op-firewall,
+ vyatta-cfg-op-pppoe,
+ vyatta-cfg-qos,
+ vyatta-op-qos,
+ vyatta-cfg-quagga,
+ vyatta-op-quagga,
+ vyatta-cfg-vpn,
+ vyatta-op-vpn,
+ vyatta-cluster,
+ vyatta-conntrack,
+ vyatta-conntrack-sync,
+ vyatta-cron,
+ vyatta-eventwatch,
+ vyatta-ipv6-rtradv,
+ vyatta-lldp,
+ vyatta-nat,
+ vyatta-netflow,
+ vyatta-openvpn,
+ vyatta-ravpn,
+ vyatta-vrrp,
+ vyatta-wanloadbalance,
+ vyatta-webgui,
+ vyatta-webproxy,
+ vyatta-wireless,
+ vyatta-wirelessmodem,
+ vyatta-zone,
+ vyos-nhrp,
+ vyos-pppoe-server,
+ ubnt-igmpproxy
+Description: VyOS metapackage
+ Installs everything required for VyOS to work
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..390d86e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Daniil Baturin <daniil@baturin.org> on
+Tue, 26 Jan 2016 16:52:24 -0500
+
+It's original content from the GIT repository <http://github.com/vyos/vyos-world>
+
+Upstream Author:
+
+ <maintainers@vyos.net>
+
+Copyright:
+
+ Copyright (C) 2016 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) 2016, 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 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@