[DRE-commits] [SCM] ruby-sexp-processor.git branch, master, updated. upstream/3.0.6-5-gb424a03

Praveen Arimbrathodiyil pravi.a at gmail.com
Thu Sep 1 18:25:42 UTC 2011


The following commit has been merged in the master branch:
commit b13b762c011e04222b5d6d224e36149f47e9e3d9
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Thu Sep 1 23:51:48 2011 +0530

    update to gem2deb
    
     - add ruby-minitest build dep
     - add myself to uploaders
     - uncomment vcs fields
     - update description
     - add binary packages for transition

diff --git a/debian/control b/debian/control
index 43b2776..79f6e23 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-sexp-processor
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Tobias Grimm <etobi at debian.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), ruby-minitest
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sexp-processor.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sexp-processor.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sexp-processor.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sexp-processor.git;a=summary
 Homepage: https://github.com/seattlerb/sexp_processor
 XS-Ruby-Versions: all
 
@@ -15,8 +15,34 @@ Package: ruby-sexp-processor
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# minitest (>= 2.4.0, development), hoe (~> 2.12, development)
-Description: sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it
+Replaces: libsexp-processor-ruby1.8 (<< 3.0.4-2~), libsexp-processor-ruby1.9.1 (<< 3.0.4-2~), libsexp-processor-ruby (<< 3.0.4-2~)
+Breaks: libsexp-processor-ruby1.8 (<< 3.0.4-2~), libsexp-processor-ruby1.9.1 (<< 3.0.4-2~), libsexp-processor-ruby (<< 3.0.4-2~)
+Provides: libsexp-processor-ruby1.8, libsexp-processor-ruby1.9.1, libsexp-processor-ruby
+Description: brings all the generic sexp processing tools to ruby
  sexp_processor branches from ParseTree bringing all the generic sexp
- processing tools with it. Sexp, SexpProcessor, Environment, etc... all
- for your language processing pleasure.
+ processing tools with it. Sexp, SexpProcessor, Environment, etc.
+
+Package: libsexp-processor-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-sexp-processor
+Description: Transitional package for ruby-sexp-processor
+ This is a transitional package to ease upgrades to the ruby-sexp-processor
+ package. It can safely be removed.
+
+Package: libsexp-processor-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-sexp-processor
+Description: Transitional package for ruby-sexp-processor
+ This is a transitional package to ease upgrades to the ruby-sexp-processor
+ package. It can safely be removed.
+
+Package: libsexp-processor-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-sexp-processor
+Description: Transitional package for ruby-sexp-processor
+ This is a transitional package to ease upgrades to the ruby-sexp-processor
+ package. It can safely be removed.
+

-- 
ruby-sexp-processor.git



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