]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
Initial debian tree
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Nov 2014 12:59:43 +0000 (10:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Nov 2014 12:59:43 +0000 (10:59 -0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/ruby-leap-cli.docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..7d753b2
--- /dev/null
@@ -0,0 +1,5 @@
+ruby-leap-cli (1.5.6-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Silvio Rhatto <rhatto@riseup.net>  Fri, 24 Oct 2014 14:01:42 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..01e5196
--- /dev/null
@@ -0,0 +1,19 @@
+Source: ruby-leap-cli
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+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 (file)
index 0000000..3a448a8
--- /dev/null
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: leap_cli
+Source: FIXME <http://example.com/>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+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 (file)
index 0000000..d0ab95f
--- /dev/null
@@ -0,0 +1 @@
+# FIXME: READMEs found
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..a5e7dc8
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..381c732
--- /dev/null
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/leap_cli .*/leap_cli-(.*).tar.gz