[DRE-commits] r3722 - packages/libbarby-ruby/trunk/debian

Gunnar Wolf gwolf at alioth.debian.org
Mon Jun 29 19:16:46 UTC 2009


Author: gwolf
Date: 2009-06-29 19:16:44 +0000 (Mon, 29 Jun 2009)
New Revision: 3722

Modified:
   packages/libbarby-ruby/trunk/debian/control
   packages/libbarby-ruby/trunk/debian/rules
Log:
Building for Ruby 1.8 only, as none of the outputters is packaged for 1.9

Modified: packages/libbarby-ruby/trunk/debian/control
===================================================================
--- packages/libbarby-ruby/trunk/debian/control	2009-06-29 17:40:20 UTC (rev 3721)
+++ packages/libbarby-ruby/trunk/debian/control	2009-06-29 19:16:44 UTC (rev 3722)
@@ -1,11 +1,11 @@
 Source: libbarby-ruby
-Section: libs
+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.0
+Standards-Version: 3.8.2
 
 Package: libbarby-ruby
 Architecture: all
@@ -40,7 +40,8 @@
 
 Package: libbarby-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0)
+Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0), librqrcode-ruby1.8
+Suggests: libcairo-ruby1.8, libprawn-ruby1.8, librmagick-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
@@ -49,15 +50,3 @@
  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.

Modified: packages/libbarby-ruby/trunk/debian/rules
===================================================================
--- packages/libbarby-ruby/trunk/debian/rules	2009-06-29 17:40:20 UTC (rev 3721)
+++ packages/libbarby-ruby/trunk/debian/rules	2009-06-29 19:16:44 UTC (rev 3722)
@@ -2,3 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+# Exclude the sample binary /usr/bin/barby - it is not really useful,
+# and it is mostly buggy.
+install/libbarby-ruby1.8::
+	rm -r ./debian/libbarby-ruby1.8/usr/bin




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