[DRE-commits] r3714 - in packages/librqrcode-ruby/trunk: . debian

Gunnar Wolf gwolf at alioth.debian.org
Mon Jun 29 17:11:26 UTC 2009


Author: gwolf
Date: 2009-06-29 17:11:25 +0000 (Mon, 29 Jun 2009)
New Revision: 3714

Added:
   packages/librqrcode-ruby/trunk/debian/
   packages/librqrcode-ruby/trunk/debian/changelog
   packages/librqrcode-ruby/trunk/debian/compat
   packages/librqrcode-ruby/trunk/debian/control
   packages/librqrcode-ruby/trunk/debian/copyright
   packages/librqrcode-ruby/trunk/debian/rules
   packages/librqrcode-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/librqrcode-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/librqrcode-ruby/trunk/debian/changelog
===================================================================
--- packages/librqrcode-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/changelog	2009-06-29 17:11:25 UTC (rev 3714)
@@ -0,0 +1,5 @@
+librqrcode-ruby (0.3.2-1) unstable; urgency=low
+
+  * Initial upload (Closes: #534769)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 29 Jun 2009 11:56:16 -0500

Added: packages/librqrcode-ruby/trunk/debian/compat
===================================================================
--- packages/librqrcode-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/compat	2009-06-29 17:11:25 UTC (rev 3714)
@@ -0,0 +1 @@
+7

Added: packages/librqrcode-ruby/trunk/debian/control
===================================================================
--- packages/librqrcode-ruby/trunk/debian/control	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/control	2009-06-29 17:11:25 UTC (rev 3714)
@@ -0,0 +1,45 @@
+Source: librqrcode-ruby
+Section: ruby
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.8.2
+Homepage: http://whomwah.github.com/rqrcode/
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/librqrcode-ruby/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/librqrcode-ruby/trunk/
+
+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.

Added: packages/librqrcode-ruby/trunk/debian/copyright
===================================================================
--- packages/librqrcode-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/copyright	2009-06-29 17:11:25 UTC (rev 3714)
@@ -0,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: rQRCode
+Upstream-Maintainer: Duncan Robertson <duncan at 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 at 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.

Added: packages/librqrcode-ruby/trunk/debian/rules
===================================================================
--- packages/librqrcode-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/rules	2009-06-29 17:11:25 UTC (rev 3714)
@@ -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


Property changes on: packages/librqrcode-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/librqrcode-ruby/trunk/debian/watch
===================================================================
--- packages/librqrcode-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/librqrcode-ruby/trunk/debian/watch	2009-06-29 17:11:25 UTC (rev 3714)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/whomwah/rqrcode (.*).tar.gz




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