[DRE-commits] [SCM] ruby-net-ssh.git branch, master, updated. upstream/2.1.4-4-ge94dc77

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue May 31 20:48:08 UTC 2011


The following commit has been merged in the master branch:
commit e94dc770cc3fbd41dfee0a2f4f5c729100fe9a2f
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Tue May 17 22:55:14 2011 +0200

    Add an epoch. This is needed so that this package's  libnet-ssh-ruby1.8 can override the one from the libnet-ssh-ruby source package.
    
    * Add an epoch. This is needed so that this package's  libnet-ssh-ruby1.8
      can override the one from the libnet-ssh-ruby source package.
    * Bump standards-version to 3.9.2. No changes needed.
    * Change Depends to ruby | ruby-interpreter.

diff --git a/debian/changelog b/debian/changelog
index aab203a..489f7fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-net-ssh (1:2.1.4-2) unstable; urgency=low
+
+  * Add an epoch. This is needed so that this package's  libnet-ssh-ruby1.8
+    can override the one from the libnet-ssh-ruby source package.
+  * Bump standards-version to 3.9.2. No changes needed.
+  * Change Depends to ruby | ruby-interpreter.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 17 May 2011 22:45:36 +0200
+
 ruby-net-ssh (2.1.4-1) unstable; urgency=low
 
   * Migrated to gem2deb packaging.
diff --git a/debian/control b/debian/control
index f00e4d6..b93a40d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-mocha
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-ssh.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-ssh.git;a=summary
 Homepage: http://net-ssh.github.com/net-ssh/
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-net-ssh
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Replaces: libnet-ssh-ruby1.8 (<< 2.1.4-1~), libnet-ssh2-ruby (<< 2.1.4-1~), libnet-ssh2-ruby1.8 (<< 2.1.4-1~), libnet-ssh2-ruby1.9.1 (<< 2.1.4-1~)
 Conflicts: libnet-ssh-ruby1.8 (<< 2.1.4-1~), libnet-ssh2-ruby (<< 2.1.4-1~), libnet-ssh2-ruby1.8 (<< 2.1.4-1~), libnet-ssh2-ruby1.9.1 (<< 2.1.4-1~)
 Provides: libnet-ssh-ruby1.8, libnet-ssh2-ruby, libnet-ssh2-ruby1.8, libnet-ssh2-ruby1.9.1

-- 
ruby-net-ssh.git



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