Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit b4e6b7d

Browse files
Julien Vaniermonkbroc
authored andcommitted
Imported Debian patch 1.2.0-1
1 parent d35670a commit b4e6b7d

File tree

8 files changed

+77
-0
lines changed

8 files changed

+77
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ruby-particlerb (1.2.0-1) UNRELEASED; urgency=medium
2+
3+
* Initial release (Closes: #nnnn)
4+
5+
-- Julien Vanier <monkbroc@julien-xps13> Thu, 27 Oct 2016 16:15:37 -0400

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Source: ruby-particlerb
2+
Section: ruby
3+
Priority: optional
4+
Maintainer: Debian Ruby Extras Maintainers <[email protected]>
5+
Uploaders: <>
6+
Build-Depends: debhelper (>= 9~),
7+
gem2deb,
8+
ruby-faraday (>= 0.9.0),
9+
ruby-faraday-middleware (>= 0.9.0)
10+
Standards-Version: 3.9.7
11+
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-particlerb.git
12+
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-particlerb.git
13+
Homepage: https://github.com/monkbroc/particlerb
14+
Testsuite: autopkgtest-pkg-ruby
15+
XS-Ruby-Versions: all
16+
17+
Package: ruby-particlerb
18+
Architecture: all
19+
XB-Ruby-Versions: ${ruby:Versions}
20+
Depends: ruby | ruby-interpreter,
21+
ruby-faraday (>= 0.9.0),
22+
ruby-faraday-middleware (>= 0.9.0),
23+
${misc:Depends},
24+
${shlibs:Depends}
25+
Description: Ruby client for the Particle.io Cloud API
26+
Ruby client for the Particle.io Cloud API

debian/copyright

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: particlerb
3+
Source: https://github.com/monkbroc/particlerb
4+
5+
Files: *
6+
Copyright: <years> <put author's name and email here>
7+
<years> <likewise for another author>
8+
License: GPL-2+ (FIXME)
9+
10+
Files: debian/*
11+
Copyright: 2016 <>
12+
License: GPL-2+ (FIXME)
13+
Comment: the Debian packaging is licensed under the same terms as the original package.
14+
15+
License: GPL-2+ (FIXME)
16+
This program is free software; you can redistribute it
17+
and/or modify it under the terms of the GNU General Public
18+
License as published by the Free Software Foundation; either
19+
version 2 of the License, or (at your option) any later
20+
version.
21+
.
22+
This program is distributed in the hope that it will be
23+
useful, but WITHOUT ANY WARRANTY; without even the implied
24+
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
25+
PURPOSE. See the GNU General Public License for more
26+
details.
27+
.
28+
You should have received a copy of the GNU General Public
29+
License along with this package; if not, write to the Free
30+
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
31+
Boston, MA 02110-1301 USA
32+
.
33+
On Debian systems, the full text of the GNU General Public
34+
License version 2 can be found in the file
35+
`/usr/share/common-licenses/GPL-2'.

debian/ruby-particlerb.docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

debian/rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/make -f
2+
3+
export GEM2DEB_TEST_RUNNER = --check-dependencies
4+
5+
%:
6+
dh $@ --buildsystem=ruby --with ruby

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

debian/watch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version=3
2+
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/particlerb .*/particlerb-(.*).tar.gz

0 commit comments

Comments
 (0)