NOW: finalize initial packaging.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 19 Sep 2016 12:52:49 +0000 (14:52 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 19 Sep 2016 12:52:49 +0000 (14:52 +0200)
NOW/debian/changelog [new file with mode: 0644]
NOW/debian/compat
NOW/debian/control
NOW/debian/copyright
NOW/debian/rules

diff --git a/NOW/debian/changelog b/NOW/debian/changelog
new file mode 100644 (file)
index 0000000..36ef0e8
--- /dev/null
@@ -0,0 +1,5 @@
+now (0.0.1-1~git20160918) trusty; urgency=low
+
+  * Initial release
+
+ -- František Dvořák <valtri@civ.zcu.cz>  Sun, 18 Sep 2016 18:40:27 +0200
index ec63514..7f8f011 100644 (file)
@@ -1 +1 @@
-9
+7
index 97a174b..9e537b7 100644 (file)
@@ -2,8 +2,8 @@ Source: now
 Section: ruby
 Priority: optional
 Maintainer: František Dvořák <valtri@civ.zcu.cz>
-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.
index 8599b3b..96c4146 100644 (file)
@@ -9,6 +9,7 @@ License: Apache-2.0
 Files: debian/*
 Copyright: 2016 František Dvořák <valtri@civ.zcu.cz>
 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
index 5cd2d2f..4e193bf 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export DH_VERBOSE=1
+# rspec >= 3 required
 export DH_RUBY_IGNORE_TESTS=all
 
 %: