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

Gunnar Wolf gwolf at gwolf.org
Sun May 15 02:31:51 UTC 2011


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

    Forgot adding replaces/conflicts/provides for transition from librqrcode-ruby

diff --git a/debian/control b/debian/control
index 1ad43fd..9bd16c2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,44 @@ Package: ruby-rqrcode
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Replaces: librqrcode-ruby (<< 0.3.3-2~),  librqrcode-ruby1.8 (<< 0.3.3-2~),  librqrcode-ruby1.9 (<< 0.3.3-2~),  librqrcode-ruby-doc (<< 0.3.3-2~)
+Conflicts: librqrcode-ruby (<< 0.3.3-2~),  librqrcode-ruby1.8 (<< 0.3.3-2~),  librqrcode-ruby1.9 (<< 0.3.3-2~),  librqrcode-ruby-doc (<< 0.3.3-2~)
+Provides: librqrcode-ruby,  librqrcode-ruby1.8,  librqrcode-ruby1.9,  librqrcode-ruby-doc
 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.
+
+# Transitional packages
+Package: librqrcode-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rqrcode
+Description: Transitional package for ruby-rqrcode
+ This is a transitional package to ease upgrades to the ruby-rqrcode
+ package. It can safely be removed.
+
+Package: librqrcode-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rqrcode
+Description: Transitional package for ruby-rqrcode
+ This is a transitional package to ease upgrades to the ruby-rqrcode
+ package. It can safely be removed.
+
+Package: librqrcode-ruby1.9
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rqrcode
+Description: Transitional package for ruby-rqrcode
+ This is a transitional package to ease upgrades to the ruby-rqrcode
+ package. It can safely be removed.
+
+Package: librqrcode-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rqrcode
+Description: Transitional package for ruby-rqrcode
+ This is a transitional package to ease upgrades to the ruby-rqrcode
+ package. It can safely be removed.
+

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



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