diff options
author | Cédric Boutillier <boutil@debian.org> | 2014-04-29 09:10:25 (GMT) |
---|---|---|
committer | Mario Fetka <mario@localhost.localdomain> | 2016-06-12 10:31:05 (GMT) |
commit | d8716221ff08920fc88efd15b00a463a518108a9 (patch) | |
tree | 409c9a38ee351ee0508074dab17b1e9b64e21ad6 | |
parent | f96eb9b97667051f0b504e07f2056bdfd70ed887 (diff) |
Imported Debian patch 0.4.2-2HEADdebian/0.4.2-2master
-rw-r--r-- | debian/changelog | 34 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 24 | ||||
-rw-r--r-- | debian/copyright | 63 | ||||
-rw-r--r-- | debian/ruby-crack.docs | 1 | ||||
-rw-r--r-- | debian/ruby-tests.rake | 8 | ||||
-rwxr-xr-x | debian/rules | 5 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
9 files changed, 140 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e5b7d31 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,34 @@ +ruby-crack (0.4.2-2) unstable; urgency=medium + + * Team upload + * Add also ruby-safe-yaml to Depends, as it is required by the library. + + -- Cédric Boutillier <boutil@debian.org> Tue, 29 Apr 2014 11:10:25 +0200 + +ruby-crack (0.4.2-1) unstable; urgency=medium + + * New upstream release + * debian/control + - set Standards-Version: 3.9.5 + - add "Build-Depends: ruby-safe-yaml" to fix test failure + + -- Hideki Yamane <henrich@debian.org> Wed, 26 Feb 2014 21:32:27 +0900 + +ruby-crack (0.4.1-1) unstable; urgency=low + + * Team upload + * Imported Upstream version 0.4.1 + + fix problems with Psych YAML engine (Closes: #720234) + * Tests now use ruby-minitest instead of ruby-shoulda + * Drop all patches, not needed anymore + * debian/ruby-crack.docs: README is now markdown + + -- Cédric Boutillier <boutil@debian.org> Thu, 03 Oct 2013 10:47:36 +0200 + +ruby-crack (0.3.2-1) unstable; urgency=low + + * Initial release (Closes: #623900) + * Initial packaging by Hideki Yamane + * Help from Cédric Boutillier with failing tests + + -- Praveen Arimbrathodiyil <praveen@debian.org> Wed, 15 May 2013 18:54:13 +0530 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..951850e --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: ruby-crack +Section: ruby +Priority: optional +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> +Uploaders: Hideki Yamane <henrich@debian.org>, Praveen Arimbrathodiyil <praveen@debian.org> +Build-Depends: debhelper (>= 8.0.0), rake, gem2deb (>= 0.3.1~), + ruby-minitest, + ruby-safe-yaml (>= 1.0.0~), + ruby-jnunemaker-matchy +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-crack.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-crack.git;a=summary +Homepage: https://github.com/jnunemaker/crack +XS-Ruby-Versions: all + +Package: ruby-crack +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-safe-yaml (>= 1.0.0~) +XB-Ruby-Versions: ${ruby:Versions} +Description: Ruby library to parse XML and JSON + Crack is a really simple JSON and XML parsing Ruby library. + . + XML parser is ripped from Merb and the JSON parser is ripped from Rails. + Just packaged them for all to enjoy and easily use. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3293b3d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,63 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: crack +Source: https://github.com/jnunemaker/crack + +Files: * +Copyright: 2009-2011 John Nunemaker <john@github.com> +License: Expat + +Files: debian/ruby-tests.rake +Copyright: 2012 Youhei SASAKI <uwabami@gfd-dennou.org> +License: Expat + +Files: lib/crack/json.rb +Copyright: 2004-2008 David Heinemeier Hansson <david@heinemeierhansson.com> + 2009-2011 John Nunemaker <john@github.com> +License: Expat + +Files: lib/crack/xml.rb +Copyright: 2009 Dan Kubb <dan.kubb@gmail.com> + 2009-2011 John Nunemaker <john@github.com> +License: Expat + +Files: debian/* +Copyright: 2012 Hideki Yamane <henrich@debian.org> + 2013 Praveen Arimbrathodiyil <praveen@debian.org> +License: GPL-2+ + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: GPL-2+ + This package 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 package 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 program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/ruby-crack.docs b/debian/ruby-crack.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/ruby-crack.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake new file mode 100644 index 0000000..27d28e4 --- /dev/null +++ b/debian/ruby-tests.rake @@ -0,0 +1,8 @@ +#-*- mode: ruby; coding: utf-8 -*- +require 'rake/testtask' +task :default => :test +Rake::TestTask.new do |t| + t.libs << 'test' + t.test_files = FileList['test/**/*_test.rb'] + t.verbose = true +end diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5df7f46 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + 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..9b53485 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +https://github.com/jnunemaker/crack/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate |