[DRE-commits] [SCM] Packaging for rqrcode, a Ruby library for encoding QRCode (2D barcodes) branch, master, updated. upstream/0.3.3-2-gee8da5a

Gunnar Wolf gwolf at gwolf.org
Sun May 15 02:25:43 UTC 2011


The following commit has been merged in the master branch:
commit ee8da5ac49c6aafa72d471f11fb0fe880fa09796
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Sat May 14 21:23:03 2011 -0500

    Hand-merged previous packaging information into Gem2deb package

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f988bf4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+debian/gbp.conf
diff --git a/debian/changelog b/debian/changelog
index e656c15..1a928c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,34 @@
-ruby-rqrcode (0.3.3-1) UNRELEASED; urgency=low
+ruby-rqrcode (0.3.3-2) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Repackaged following new Gem2deb infrastructure
 
  -- Gunnar Wolf <gwolf at debian.org>  Sat, 14 May 2011 20:56:05 -0500
+
+librqrcode-ruby (0.3.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-version 3.8.4→3.9.1.0 (no changes needed)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 08 Feb 2011 19:57:46 -0600
+
+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 at 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 at 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 at debian.org>  Mon, 29 Jun 2009 11:56:16 -0500
+  
diff --git a/debian/control b/debian/control
index 588e68f..1ad43fd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,11 @@ Source: ruby-rqrcode
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <gwolf at debian.org>
-DM-Upload-Allowed: yes
+Uploaders: Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rqrcode.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rqrcode.git;a=summary
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rqrcode.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rqrcode.git;a=summary
 Homepage: http://whomwah.github.com/rqrcode/
 XS-Ruby-Versions: all
 
@@ -15,7 +14,7 @@ Package: ruby-rqrcode
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-Description: A library to encode QR Codes
- rQRCode is a library for encoding QR Codes. The simple
- interface allows you to create QR Code data structures
- ready to be displayed in the way you choose.
+Description: Ruby library for encoding QRCode (2D barcodes)
+ rQRCode is a standalone, pure-Ruby library for generating QRCodes (2D
+ barcodes). The simple interface allows you to create QR Code data
+ structures ready to be displayed in the way you choose.
diff --git a/debian/copyright b/debian/copyright
index 3885a92..8e23dd1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,41 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: rqrcode
-Source: FIXME (URL where source can be downloaded)
+Upstream-Name: rQRCode
+Upstream-Contact: Duncan Robertson <duncan at whomwah.com>
+Source: http://whomwah.github.com/rqrcode/
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-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.
+Copyright: Copyright (c) 2008 Duncan Robertson
+License: MIT
+
+Files: debian/*
+Copyright: Copyright © 2008-2011 Gunnar Wolf <gwolf at debian.org>
+License: GPL-3+
+
+License: MIT/X
+ 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- 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
+ 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.
+
+License: GPL-3+
+ The files hereby included are free software; you can distribute them
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
  .
  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 version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
 
-Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
diff --git a/debian/ruby-rqrcode.docs b/debian/ruby-rqrcode.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-rqrcode.docs
+++ b/debian/ruby-rqrcode.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README

-- 
Packaging for rqrcode, a Ruby library for encoding QRCode (2D barcodes)



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