[DRE-commits] r3721 - in packages/libbarby-ruby/trunk: . bin debian

Gunnar Wolf gwolf at alioth.debian.org
Mon Jun 29 17:40:21 UTC 2009


Author: gwolf
Date: 2009-06-29 17:40:20 +0000 (Mon, 29 Jun 2009)
New Revision: 3721

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

Modified: packages/libbarby-ruby/trunk/bin/barby
===================================================================
--- packages/libbarby-ruby/trunk/bin/barby	2009-06-29 17:39:53 UTC (rev 3720)
+++ packages/libbarby-ruby/trunk/bin/barby	2009-06-29 17:40:20 UTC (rev 3721)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#! /usr/bin/ruby1.8
 require 'optparse'
 require 'rubygems'
 


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

Added: packages/libbarby-ruby/trunk/debian/changelog
===================================================================
--- packages/libbarby-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/changelog	2009-06-29 17:40:20 UTC (rev 3721)
@@ -0,0 +1,5 @@
+libbarby-ruby (0.3-1) unstable; urgency=low
+
+  * Initial upload (Closes: #534768:)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 29 Jun 2009 12:32:16 -0500

Added: packages/libbarby-ruby/trunk/debian/compat
===================================================================
--- packages/libbarby-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/compat	2009-06-29 17:40:20 UTC (rev 3721)
@@ -0,0 +1 @@
+7

Added: packages/libbarby-ruby/trunk/debian/control
===================================================================
--- packages/libbarby-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/control	2009-06-29 17:40:20 UTC (rev 3721)
@@ -0,0 +1,63 @@
+Source: libbarby-ruby
+Section: libs
+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.0
+
+Package: libbarby-ruby
+Architecture: all
+Depends: ${misc:Depends}, libbarby-ruby1.8
+Description: Ruby library for barcode generation 
+ This is a pure-Ruby library for generating various kinds of barcodes,
+ including all the standard 1D and 2D barcodes, and meant to be easily
+ extensible.
+ .
+ Barby separates the concerns of barcode generation and graphical
+ representations, so not only the barcodes' format can be extended,
+ but also the way they are output.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libbarby-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Ruby library for barcode generation 
+ This is a pure-Ruby library for generating various kinds of barcodes,
+ including all the standard 1D and 2D barcodes, and meant to be easily
+ extensible.
+ .
+ Barby separates the concerns of barcode generation and graphical
+ representations, so not only the barcodes' format can be extended,
+ but also the way they are output.
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.
+
+Package: libbarby-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0)
+Description: Ruby library for barcode generation 
+ This is a pure-Ruby library for generating various kinds of barcodes,
+ including all the standard 1D and 2D barcodes, and meant to be easily
+ extensible.
+ .
+ Barby separates the concerns of barcode generation and graphical
+ representations, so not only the barcodes' format can be extended,
+ but also the way they are output. 
+
+Package: libbarby-ruby1.9
+Architecture: all
+Depends: ${misc:Depends}, ruby1.9, rails (>= 2.0.0)
+Description: Ruby library for barcode generation 
+ This is a pure-Ruby library for generating various kinds of barcodes,
+ including all the standard 1D and 2D barcodes, and meant to be easily
+ extensible.
+ .
+ Barby separates the concerns of barcode generation and graphical
+ representations, so not only the barcodes' format can be extended,
+ but also the way they are output.

Added: packages/libbarby-ruby/trunk/debian/copyright
===================================================================
--- packages/libbarby-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/copyright	2009-06-29 17:40:20 UTC (rev 3721)
@@ -0,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: Barby
+Upstream-Maintainer: Tore Darell <duncan at whomwah.com>
+Upstream-Source: http://toretore.github.com/barby/
+
+Files: *
+Copyright: Copyright (c) 2008 Tore Darell
+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/libbarby-ruby/trunk/debian/rules
===================================================================
--- packages/libbarby-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/rules	2009-06-29 17:40:20 UTC (rev 3721)
@@ -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/libbarby-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/libbarby-ruby/trunk/debian/watch
===================================================================
--- packages/libbarby-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libbarby-ruby/trunk/debian/watch	2009-06-29 17:40:20 UTC (rev 3721)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/rel.0_/0./g \
+http://githubredir.debian.net/github/toretore/barby/ (.*).tar.gz




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