[DRE-commits] [ruby-guard-shell] 05/06: eliminate lintian warning: extended-description-is-probably-too-short

Daisuke Higuchi dai at moszumanska.debian.org
Sat Dec 16 08:23:27 UTC 2017


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

dai pushed a commit to branch master
in repository ruby-guard-shell.

commit 270d0004ca1745f3355e1e299481493baf419a6a
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Dec 16 17:17:55 2017 +0900

    eliminate lintian warning: extended-description-is-probably-too-short
---
 debian/control | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 43adf6b..a584e17 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,9 @@ Depends: ruby | ruby-interpreter,
          ruby-guard-compat (>= 1.0),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Guard gem for running shell commands
- Guard::Shell automatically runs shell commands when watched files are
- modified.
+Description: Guard plugin for running shell commands
+ Guard plugin to run shell commands when files are altered.
+ .
+ With this plugin, when a file changes it does something in a shell or ruby.
+ It simply executes the block passed to watch if a change is detected,
+ and if anything is returned from the block it will be printed.

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



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