From c541b38077e2f0546f756ce2b014224cc261322e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Nov 2014 10:59:43 -0200 Subject: Initial debian tree --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 33 +++++++++++++++++++++++++++++++++ debian/ruby-leap-cli.docs | 1 + debian/rules | 15 +++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 77 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/ruby-leap-cli.docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7d753b2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +ruby-leap-cli (1.5.6-1) unstable; urgency=low + + * Initial release + + -- Silvio Rhatto Fri, 24 Oct 2014 14:01:42 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..01e5196 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: ruby-leap-cli +Section: ruby +Priority: optional +Maintainer: Debian Ruby Extras Maintainers +Uploaders: <> +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) +Standards-Version: 3.9.3 +#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-leap-cli.git +#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-leap-cli.git;a=summary +Homepage: https://leap.se +XS-Ruby-Versions: all + +Package: ruby-leap-cli +Architecture: all +XB-Ruby-Versions: ${ruby:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-minitest, ruby-gli (>= 2.5.0), ruby-command-line-reporter, ruby-highline, ruby-paint, ruby-tee, capistrano (>= 2.15.5), ruby-net-ssh, ruby-gpgme, ruby-ya2yaml, ruby-json, ruby-versionomy, ruby-base32, ruby-activemodel (>= 3.0.6) +Description: Command line interface to the LEAP platform + The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3a448a8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: leap_cli +Source: FIXME + +Files: * +Copyright: + +License: GPL-2+ (FIXME) + 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 of the License, 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. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: 2014 <> +License: + [LICENSE TEXT] diff --git a/debian/ruby-leap-cli.docs b/debian/ruby-leap-cli.docs new file mode 100644 index 0000000..d0ab95f --- /dev/null +++ b/debian/ruby-leap-cli.docs @@ -0,0 +1 @@ +# FIXME: READMEs found diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a5e7dc8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 +# +# Uncomment to ignore all test failures (but the tests will run anyway) +#export DH_RUBY_IGNORE_TESTS=all +# +# Uncomment to ignore some test failures (but the tests will run anyway). +# Valid values: +#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems +# +# If you need to specify the .gemspec (eg there is more than one) +#export DH_RUBY_GEMSPEC=gem.gemspec + +%: + dh $@ --buildsystem=ruby --with ruby diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..381c732 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/leap_cli .*/leap_cli-(.*).tar.gz -- cgit v1.2.3