[DRE-commits] [ruby-launchy-shim] 01/04: improve package description

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Oct 21 16:37:54 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-launchy-shim.

commit 6658495c5e865ba40cdb3ca14a1cfee586b9660f
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Oct 21 14:19:06 2015 -0200

    improve package description
---
 debian/changelog | 6 ++++++
 debian/control   | 9 ++++-----
 launchy.gemspec  | 9 ++++-----
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54bf155..be56506 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-launchy-shim (2.3.1) UNRELEASED; urgency=medium
+
+  * improve package description
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 21 Oct 2015 14:18:30 -0200
+
 ruby-launchy-shim (2.3.0) unstable; urgency=medium
 
   * Initial release (Closes: #623914)
diff --git a/debian/control b/debian/control
index e7a6abd..a91a1a5 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: helper class for launching a a browser in a fire and forget manner
- Launchy is helper class for launching a web browser in a fire and forget manner
- from Ruby programs. This is a minimal shim that replaces the original Launchy
- on Debian systens, since the original propject contains lots of code to support
- non-Debian systems.
+Description: helper class for launching a web browser
+ Launchy is a helper class for launching a web browser in a fire and forget
+ manner from Ruby programs. This is a minimal shim that replaces the original
+ Launchy on Debian, without all the code to support non-Debian systems.
diff --git a/launchy.gemspec b/launchy.gemspec
index 7b2a69c..039123d 100644
--- a/launchy.gemspec
+++ b/launchy.gemspec
@@ -1,10 +1,9 @@
 # -*- encoding: utf-8 -*-
 
 description = <<EOF
-Launchy is helper class for launching a web browser in a fire and forget manner
-from Ruby programs. This is a minimal shim that replaces the original Launchy
-on Debian systens, since the original project contains lots of code to support
-non-Debian systems.
+Launchy is a helper class for launching a web browser in a fire and forget
+manner from Ruby programs. This is a minimal shim that replaces the original
+Launchy on Debian, without all the code to support non-Debian systems.
 EOF
 
 Gem::Specification.new do |s|
@@ -12,7 +11,7 @@ Gem::Specification.new do |s|
   s.version = '2.3.0' # `dpkg-parsechanglog -SVersion`.strip
   s.authors = ["Antonio Terceiro"]
   s.date = "2015-10-20"
-  s.summary = "helper class for launching a web browser in a fire and forget manner"
+  s.summary = "helper class for launching a web browser"
   s.description = description
   s.email = "terceiro at debian.org"
   s.files = ["lib/launchy.rb"]

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



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