librqrcode-ruby (0.3.2-3) debian-dir only changes

Summary

 debian/changelog |   20 ++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright |   30 ++++++++++++++++++++++++++++++
 debian/rules     |    4 ++++
 debian/watch     |    2 ++
 6 files changed, 112 insertions(+)

    
download this patch

Patch contents

--- librqrcode-ruby-0.3.2.orig/debian/compat
+++ librqrcode-ruby-0.3.2/debian/compat
@@ -0,0 +1 @@
+7
--- librqrcode-ruby-0.3.2.orig/debian/copyright
+++ librqrcode-ruby-0.3.2/debian/copyright
@@ -0,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: rQRCode
+Upstream-Maintainer: Duncan Robertson <duncan@whomwah.com>
+Upstream-Source: http://whomwah.github.com/rqrcode/
+
+Files: *
+Copyright: Copyright (c) 2008 Duncan Robertson
+License: MIT
+
+Files: debian/*
+Copyright: Copyright (c) 2009, Gunnar Wolf <gwolf@debian.org>
+License: MIT
+
+License: MIT
+ 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 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.
--- librqrcode-ruby-0.3.2.orig/debian/changelog
+++ librqrcode-ruby-0.3.2/debian/changelog
@@ -0,0 +1,20 @@
+librqrcode-ruby (0.3.2-3) unstable; urgency=low
+
+  * Port the package to Ruby 1.9.1 (Closes: #569849)
+  * Standards-version 3.8.3→3.8.4 (no changes needed)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Mon, 15 Feb 2010 17:52:41 -0600
+
+librqrcode-ruby (0.3.2-2) unstable; urgency=low
+
+  * Add myself to Uploaders
+  * Debian Policy 3.8.3
+  * add build dep on ruby1.9 (Closes: #543039)
+
+ -- Ryan Niebur <ryanryan52@gmail.com>  Sun, 23 Aug 2009 12:11:18 -0700
+
+librqrcode-ruby (0.3.2-1) unstable; urgency=low
+
+  * Initial upload (Closes: #534769)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Mon, 29 Jun 2009 11:56:16 -0500
--- librqrcode-ruby-0.3.2.orig/debian/rules
+++ librqrcode-ruby-0.3.2/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- librqrcode-ruby-0.3.2.orig/debian/watch
+++ librqrcode-ruby-0.3.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/whomwah/rqrcode (.*).tar.gz
--- librqrcode-ruby-0.3.2.orig/debian/control
+++ librqrcode-ruby-0.3.2/debian/control
@@ -0,0 +1,55 @@
+Source: librqrcode-ruby
+Section: ruby
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf@debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>,
+ Ryan Niebur <ryanryan52@gmail.com>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz
+Build-Depends-Indep: ruby1.8, rdoc, ruby1.9.1
+Standards-Version: 3.8.4
+Homepage: http://whomwah.github.com/rqrcode/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/librqrcode-ruby/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/librqrcode-ruby/
+
+Package: librqrcode-ruby
+Architecture: all
+Depends: ${misc:Depends}, librqrcode-ruby1.8
+Description: Ruby library for encoding QRCode (2D barcodes)
+ This is a standalone, pure-Ruby library for generating QRCodes (2D
+ barcodes), with a very simple interface, and supporting all the
+ standard QRCode options. It was adapted from the Javascript library
+ by Kazuhiko Arase.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: librqrcode-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Ruby library for encoding QRCode (2D barcodes)
+ This is a standalone, pure-Ruby library for generating QRCodes (2D
+ barcodes), with a very simple interface, and supporting all the
+ standard QRCode options. It was adapted from the Javascript library
+ by Kazuhiko Arase.
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.
+
+Package: librqrcode-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0)
+Description: Ruby library for encoding QRCode (2D barcodes)
+ This is a standalone, pure-Ruby library for generating QRCodes (2D
+ barcodes), with a very simple interface, and supporting all the
+ standard QRCode options. It was adapted from the Javascript library
+ by Kazuhiko Arase.
+
+Package: librqrcode-ruby1.9.1
+Architecture: all
+Depends: ${misc:Depends}, ruby1.9.1, rails (>= 2.0.0)
+Description: Ruby library for encoding QRCode (2D barcodes)
+ This is a standalone, pure-Ruby library for generating QRCodes (2D
+ barcodes), with a very simple interface, and supporting all the
+ standard QRCode options. It was adapted from the Javascript library
+ by Kazuhiko Arase.