[DRE-commits] [SCM] ruby-password.git branch, master, updated. upstream/0.5.3-3-g705b790

Gunnar Wolf gwolf at debian.org
Mon Nov 14 18:13:59 UTC 2011


The following commit has been merged in the master branch:
commit 705b790790c0a0a8aa0723434265902f70663b87
Author: Gunnar Wolf <gwolf at debian.org>
Date:   Mon Nov 14 12:08:36 2011 -0600

    Added the replaces/breaks/provides/transitional packages

diff --git a/debian/control b/debian/control
index 0eaf6a7..e22d60f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,9 @@ Package: ruby-password
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, ruby-termios
+Replaces: libpassword-ruby (<< 0.5.3-3~), libpassword-ruby1.8 (<< 0.5.3-3~)
+Breaks: libpassword-ruby (<< 0.5.3-3~), libpassword-ruby1.8 (<< 0.5.3-3~)
+Provides: libpassword-ruby, libpassword-ruby1.8
 Description: Ruby library for handling passwords
  This package is a suite of password handling methods. Specifically, it
  handles manual entry of passwords from the keyboard in both buffered and
@@ -21,3 +24,21 @@ Description: Ruby library for handling passwords
  phonemic password generation, and encryption of passwords.
  .
  The common CrackLib library is used to perform password strength checking.
+
+# Transitional packages
+Package: libpassword-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-password
+Description: Transitional package for ruby-password
+ This is a transitional package to ease upgrades to the ruby-password
+ package. It can safely be removed.
+
+Package: libpassword-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-password
+Description: Transitional package for ruby-password
+ This is a transitional package to ease upgrades to the ruby-password
+ package. It can safely be removed.
+

-- 
ruby-password.git



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