[DRE-commits] r5234 - trunk/libbarby-ruby/debian

Gunnar Wolf gwolf at alioth.debian.org
Fri May 7 17:21:27 UTC 2010


Author: gwolf
Date: 2010-05-07 17:21:26 +0000 (Fri, 07 May 2010)
New Revision: 5234

Added:
   trunk/libbarby-ruby/debian/README.Debian
Modified:
   trunk/libbarby-ruby/debian/changelog
   trunk/libbarby-ruby/debian/control
   trunk/libbarby-ruby/debian/rules
Log:
Excluding functionality which requires JRuby; dropping dependency on Rails

Added: trunk/libbarby-ruby/debian/README.Debian
===================================================================
--- trunk/libbarby-ruby/debian/README.Debian	                        (rev 0)
+++ trunk/libbarby-ruby/debian/README.Debian	2010-05-07 17:21:26 UTC (rev 5234)
@@ -0,0 +1,11 @@
+			No support for Pdf417
+			=====================
+
+Upstream version 0.3.2 of libbarby-ruby includes support for PDF417, a
+stacked linear barcode symbol format used in a variety of
+applications, primarily transport, identification cards, and inventory
+management. However, this functionality is provided as a Java class,
+and requires being run on JRuby -- Which is not currently available in
+Debian, so the Pdf417 functionality was removed from the package.
+
+ -- Gunnar Wolf <gwolf at debian.org>, Fri,  7 May 2010 12:20:30 -0500

Modified: trunk/libbarby-ruby/debian/changelog
===================================================================
--- trunk/libbarby-ruby/debian/changelog	2010-05-07 16:55:36 UTC (rev 5233)
+++ trunk/libbarby-ruby/debian/changelog	2010-05-07 17:21:26 UTC (rev 5234)
@@ -1,8 +1,10 @@
 libbarby-ruby (0.3.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #557023)
+  * Package does not depend on rails - dropping dependency
+  * Excluding Pdf417 from package, as it requires JRuby
 
- -- Gunnar Wolf <gwolf at debian.org>  Fri, 07 May 2010 11:13:20 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 07 May 2010 12:21:05 -0500
 
 libbarby-ruby (0.3-1) unstable; urgency=low
 

Modified: trunk/libbarby-ruby/debian/control
===================================================================
--- trunk/libbarby-ruby/debian/control	2010-05-07 16:55:36 UTC (rev 5233)
+++ trunk/libbarby-ruby/debian/control	2010-05-07 17:21:26 UTC (rev 5234)
@@ -42,7 +42,7 @@
 
 Package: libbarby-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0), librqrcode-ruby1.8
+Depends: ${misc:Depends}, ruby1.8, 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,

Modified: trunk/libbarby-ruby/debian/rules
===================================================================
--- trunk/libbarby-ruby/debian/rules	2010-05-07 16:55:36 UTC (rev 5233)
+++ trunk/libbarby-ruby/debian/rules	2010-05-07 17:21:26 UTC (rev 5234)
@@ -3,7 +3,9 @@
 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::
+	# Exclude the sample binary /usr/bin/barby - it is not really useful,
+	# and it is mostly buggy.
 	rm -r ./debian/libbarby-ruby1.8/usr/bin
+	# Exclude PDF417 functionality, as it requires JRuby
+	rm ./debian/libbarby-ruby1.8/usr/lib/ruby/1.8/barby/barcode/pdf_417.rb




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