[DRE-commits] [ruby-json-pure] 01/01: Import Debian patch 2.0.2+dfsg-1

Micah Anderson micah at moszumanska.debian.org
Mon Nov 28 19:57:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

micah pushed a commit to branch master
in repository ruby-json-pure.

commit 7efdefa8c099f229cce8a6c597498ec132a31b9f
Author: Micah Anderson <micah at debian.org>
Date:   Tue Nov 15 21:11:44 2016 -0500

    Import Debian patch 2.0.2+dfsg-1
---
 debian/changelog              |  5 +++
 debian/compat                 |  1 +
 debian/control                | 25 ++++++++++++
 debian/copyright              | 92 +++++++++++++++++++++++++++++++++++++++++++
 debian/ruby-json-pure.docs    |  2 +
 debian/ruby-json-pure.install |  3 ++
 debian/rules                  |  7 ++++
 debian/source/format          |  1 +
 debian/watch                  |  2 +
 9 files changed, 138 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c37250f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-json-pure (2.0.2+dfsg-1) unstable; urgency=medium
+
+  * Initial release (Closes: #809463)
+
+ -- Micah Anderson <micah at debian.org>  Tue, 15 Nov 2016 21:11:44 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..81e2358
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: ruby-json-pure
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Micah Anderson <micah at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-json-pure.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-json-pure.git
+Homepage: http://flori.github.com/json
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-json-pure
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Pure ruby JSON implementation
+ This is purely ruby implementation of the RFC 7159 JSON specification. It
+ relies on the ruby standard library iconv and stringscan extensions. You can
+ think of it as a low fat alternative to XML, if you want to store data to disk
+ or transmit it over a network rather than use a verbose markup language.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7c88292
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,92 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: json_pure
+Source: http://flori.github.com/json
+
+Files: *
+Copyright: 2012-2016 Florian Frank <flori at ping.de>
+License: Ruby
+
+Files: debian/*
+Copyright: 2016  Micah Anderson <micah at debian.org>
+License: GPL-2+
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: GPL-2+
+ 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'.
+
+License: Ruby
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
+ You can redistribute it and/or modify it under either the terms of the
+ 2-clause BSDL (see the file BSDL), or the conditions below:
+ .
+   1. You may make and give away verbatim copies of the source form of the
+      software without restriction, provided that you duplicate all of the
+      original copyright notices and associated disclaimers.
+ .
+   2. You may modify your copy of the software in any way, provided that
+      you do at least ONE of the following:
+ .
+        a) place your modifications in the Public Domain or otherwise
+           make them Freely Available, such as by posting said
+           modifications to Usenet or an equivalent medium, or by allowing
+	   the author to include your modifications in the software.
+ .
+        b) use the modified software only within your corporation or
+           organization.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   3. You may distribute the software in object code or binary form,
+      provided that you do at least ONE of the following:
+ .
+        a) distribute the binaries and library files of the software,
+           together with instructions (in the manual page or equivalent)
+           on where to get the original distribution.
+ .
+        b) accompany the distribution with the machine-readable source of
+           the software.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   4. You may modify and include the part of the software into any other
+      software (possibly commercial).  But some files in the distribution
+      are not written by the author, so that they are not under these terms.
+ .
+      For the list of those files and their copying conditions, see the
+      file LEGAL.
+ .
+   5. The scripts and library files supplied as input to or produced as
+      output from the software do not automatically fall under the
+      copyright of the software, but belong to whomever generated them,
+      and may be sold commercially, and may be aggregated with this
+      software.
+ .
+   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+      PURPOSE.
diff --git a/debian/ruby-json-pure.docs b/debian/ruby-json-pure.docs
new file mode 100644
index 0000000..cb5dcb4
--- /dev/null
+++ b/debian/ruby-json-pure.docs
@@ -0,0 +1,2 @@
+README-json-jruby.md
+README.md
diff --git a/debian/ruby-json-pure.install b/debian/ruby-json-pure.install
new file mode 100644
index 0000000..66095a5
--- /dev/null
+++ b/debian/ruby-json-pure.install
@@ -0,0 +1,3 @@
+# Examples:
+# FIXME: data/ dir found in source. Consider installing it somewhere.
+# data/* /usr/share/ruby-json-pure/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ede5eda
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY_GEMSPEC=json_pure.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..d4d2a68
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/json_pure .*/json_pure-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-json-pure.git



More information about the Pkg-ruby-extras-commits mailing list