[DRE-commits] [SCM] ruby-rubytorrent.git branch, master, updated. upstream/0.3-8-g514c958

Cédric Boutillier cedric.boutillier at gmail.com
Wed May 23 16:58:17 UTC 2012


The following commit has been merged in the master branch:
commit 958e5cbf17e2849b6f73511a777e26534b4ed874
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 22 21:37:02 2012 +0200

    update control

diff --git a/debian/control b/debian/control
index 395e639..191f093 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-rubytorrent
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Arnaud Cornet <arnaud.cornet at gmail.com>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rubytorrent.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rubytorrent.git;a=summary
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rubytorrent.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rubytorrent.git;a=summary
 Homepage: http://rubytorrent.rubyforge.org
 XS-Ruby-Versions: all
 
@@ -15,5 +15,31 @@ Package: ruby-rubytorrent
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A Bittorrent librar.y
- A Bittorrent library.
+Replaces: libtorrent-ruby (<< 0.3-1~), libtorrent-ruby1.8 (<< 0.3-1~)
+Breaks: libtorrent-ruby (<< 0.3-1~), libtorrent-ruby1.8 (<< 0.3-1~)
+Provides: libtorrent-ruby, libtorrent-ruby1.8
+Description: BitTorrent library in Ruby
+ BitTorrent is a peer-to-peer file sharing protocol used for distributing large
+ amounts of data over the Internet.
+ .
+ RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use
+ it to download or serve files over BitTorrent from any Ruby program.
+
+Package: libtorrent-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-rubytorrent
+Description: Transitional package for ruby-rubytorrent
+ This is a transitional package to ease upgrades to the ruby-rubytorrent
+ package. It can safely be removed.
+
+Package: libtorrent-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-rubytorrent
+Description: Transitional package for ruby-rubytorrent
+ This is a transitional package to ease upgrades to the ruby-rubytorrent
+ package. It can safely be removed.
+

-- 
ruby-rubytorrent.git



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