[DRE-commits] [SCM] ruby-systemu.git branch, master, updated. upstream/2.4.0-5-g21cbc70

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 14 14:08:33 UTC 2011


The following commit has been merged in the master branch:
commit 793dc6a76280586d21e43170ecc902906a795016
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 14 19:19:47 2011 +0530

    changes for gem2deb migration
    
     - add myself to uploaders
     - uncomment vcs fields
     - change description
     - add transitional packages

diff --git a/debian/control b/debian/control
index edffea3..0e1228c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-systemu
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Bryan McLellan <btm at loftninjas.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-systemu.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-systemu.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-systemu.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-systemu.git;a=summary
 Homepage: https://github.com/ahoward/systemu
 XS-Ruby-Versions: all
 
@@ -15,5 +15,43 @@ Package: ruby-systemu
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: systemu
- description: systemu kicks the ass
+Replaces: libsystemu-ruby (<< 2.4.0-1~), libsystemu-ruby1.8 (<< 2.4.0-1~), libsystemu-ruby1.9.1 (<< 2.4.0-1~), libsystemu-ruby-doc (<< 2.4.0-1~)
+Breaks: libsystemu-ruby (<< 2.4.0-1~), libsystemu-ruby1.8 (<< 2.4.0-1~), libsystemu-ruby1.9.1 (<< 2.4.0-1~), libsystemu-ruby-doc (<< 2.4.0-1~)
+Provides: libsystemu-ruby, libsystemu-ruby1.8, libsystemu-ruby1.9.1, libsystemu-ruby-doc
+Description: univeral child process handling library
+ Systemu is a ruby library to handle spawned processes in a platform
+ independent fashion. This library will capture stdout and stderr and
+ track child process pid.
+
+Package: libsystemu-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-systemu
+Description: Transitional package for ruby-systemu
+ This is a transitional package to ease upgrades to the ruby-systemu
+ package. It can safely be removed.
+
+Package: libsystemu-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-systemu
+Description: Transitional package for ruby-systemu
+ This is a transitional package to ease upgrades to the ruby-systemu
+ package. It can safely be removed.
+
+Package: libsystemu-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-systemu
+Description: Transitional package for ruby-systemu
+ This is a transitional package to ease upgrades to the ruby-systemu
+ package. It can safely be removed.
+
+Package: libsystemu-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-systemu
+Description: Transitional package for ruby-systemu
+ This is a transitional package to ease upgrades to the ruby-systemu
+ package. It can safely be removed.
+

-- 
ruby-systemu.git



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