From a4bd9de45dbe9df2cfd7fe87a2437f3eb8a6aaf5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 19 Sep 2016 14:52:49 +0200 Subject: [PATCH] NOW: finalize initial packaging. --- NOW/debian/changelog | 5 +++++ NOW/debian/compat | 2 +- NOW/debian/control | 9 +++++---- NOW/debian/copyright | 1 + NOW/debian/rules | 1 + 5 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 NOW/debian/changelog diff --git a/NOW/debian/changelog b/NOW/debian/changelog new file mode 100644 index 0000000..36ef0e8 --- /dev/null +++ b/NOW/debian/changelog @@ -0,0 +1,5 @@ +now (0.0.1-1~git20160918) trusty; urgency=low + + * Initial release + + -- František Dvořák Sun, 18 Sep 2016 18:40:27 +0200 diff --git a/NOW/debian/compat b/NOW/debian/compat index ec63514..7f8f011 100644 --- a/NOW/debian/compat +++ b/NOW/debian/compat @@ -1 +1 @@ -9 +7 diff --git a/NOW/debian/control b/NOW/debian/control index 97a174b..9e537b7 100644 --- a/NOW/debian/control +++ b/NOW/debian/control @@ -2,8 +2,8 @@ Source: now Section: ruby Priority: optional Maintainer: František Dvořák -Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~) +Standards-Version: 3.9.5 Homepage: https://github.com/CESNET/NOW #Vcs-Git: git://git.debian.org/collab-maint/now.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/now.git;a=summary @@ -13,6 +13,7 @@ Package: now Architecture: all XB-Ruby-Versions: ${ruby:Versions} Pre-Depends: ${misc:Pre-Depends}, adduser -Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-ipaddress, ruby-json, ruby-sinatra +Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-ipaddress, ruby-json, ruby-sinatra, ruby-sinatra-cross-origin Description: Network Orchestrator Wrapper for OpenNebula - Network Orchestrator Wrapper is the component to extend OpenNebula network orchestration capabilities. + Network Orchestrator Wrapper is the component to extend OpenNebula network + orchestration capabilities. diff --git a/NOW/debian/copyright b/NOW/debian/copyright index 8599b3b..96c4146 100644 --- a/NOW/debian/copyright +++ b/NOW/debian/copyright @@ -9,6 +9,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2016 František Dvořák License: Apache-2.0 +Comment: The Debian packaging is licensed under the same terms as the original package. License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license diff --git a/NOW/debian/rules b/NOW/debian/rules index 5cd2d2f..4e193bf 100755 --- a/NOW/debian/rules +++ b/NOW/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f export DH_VERBOSE=1 +# rspec >= 3 required export DH_RUBY_IGNORE_TESTS=all %: -- 1.8.2.3