[DRE-commits] [SCM] ruby-fssm.git branch, master, updated. upstream/0.2.9-10-g8b256d3

Cédric Boutillier cedric.boutillier at gmail.com
Tue May 15 22:29:33 UTC 2012


The following commit has been merged in the master branch:
commit 6b17667cb515f2a1b1522e5df74bf1e65e708249
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 15 23:15:43 2012 +0200

    debian/control
    
    Add myself to Uploaders:
    Bump Standards-Version: to 3.9.3 (no changes needed)
    Provide transitional packages

diff --git a/debian/control b/debian/control
index 598ba72..0cb0132 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-fssm
 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: Micah Anderson <micah at debian.org>, 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-fssm.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-fssm.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec (>= 2.4.0), rake
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-fssm.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-fssm.git;a=summary
 Homepage: https://github.com/ttilley/fssm
 XS-Ruby-Versions: all
 
@@ -15,6 +15,39 @@ Package: ruby-fssm
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), rspec (>= 2.4.0, development)
-Description: File System State Monitor
- The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.
+Replaces: libfssm-ruby (<< 0.2.9-1~), libfssm-ruby1.8 (<< 0.2.9-1~), libfssm-ruby1.9.1 (<< 0.2.9-1~)
+Breaks: libfssm-ruby (<< 0.2.9-1~), libfssm-ruby1.8 (<< 0.2.9-1~), libfssm-ruby1.9.1 (<< 0.2.9-1~)
+Provides: libfssm-ruby, libfssm-ruby1.8, libfssm-ruby1.9.1
+Description: Ruby library firing events when the state of monitored paths change
+ FFSM (File System State Monitor) keeps track of the state of any number of
+ paths and will fire events when said state changes (create/update/delete).
+ .
+ FSSM  supports inotify on GNU/Linux and polling anywhere else.
+
+Package: libfssm-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-fssm
+Description: Transitional package for ruby-fssm
+ This is a transitional package to ease upgrades to the ruby-fssm
+ package. It can safely be removed.
+
+Package: libfssm-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-fssm
+Description: Transitional package for ruby-fssm
+ This is a transitional package to ease upgrades to the ruby-fssm
+ package. It can safely be removed.
+
+Package: libfssm-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-fssm
+Description: Transitional package for ruby-fssm
+ This is a transitional package to ease upgrades to the ruby-fssm
+ package. It can safely be removed.
+

-- 
ruby-fssm.git



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