[DRE-commits] [ruby-launchy] 04/05: Configure debian/control

Gioele Barabucci gioele-guest at alioth.debian.org
Sat Oct 5 10:42:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

gioele-guest pushed a commit to branch master
in repository ruby-launchy.

commit ed9547dc273c7dd75e4640146c194ae8b65b54e0
Author: Gioele Barabucci <gioele at svario.it>
Date:   Fri Oct 4 13:41:52 2013 +0000

    Configure debian/control
---
 debian/control |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 3a9df8a..f21a827 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,22 @@ Source: ruby-launchy
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Uploaders: Gioele Barabucci <gioele at svario.it>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
+ rake, minitest
 Standards-Version: 3.9.3
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-launchy.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-launchy.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-launchy.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-launchy.git;a=summary
 Homepage: http://github.com/copiousfreetime/launchy
 XS-Ruby-Versions: all
 
 Package: ruby-launchy
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# addressable (~> 2.3), rake (~> 0.9.2.2, development), minitest (~> 3.3.0, development), rdoc (~> 3.12, development), spoon (~> 0.0.1, development), ffi (~> 1.1.1, development)
-Description: Launchy is helper class for launching cross-platform applications in a fire and forget manner.
- Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-addressable (>= 2.3)
+Description: launch cross-platform applications in a fire and forget manner.
+ There are application concepts (browser, email client, etc) that are common
+ across all platforms, and they may be launched differently on each platform.
+ Launchy is here to make a common approach to launching external application
+ from within Ruby programs.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-launchy.git



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