From: František Dvořák Date: Mon, 19 Sep 2016 12:52:49 +0000 (+0200) Subject: NOW: finalize initial packaging. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a4bd9de45dbe9df2cfd7fe87a2437f3eb8a6aaf5;p=packaging-deb-NOW.git NOW: finalize initial packaging. --- 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 %: