[DRE-commits] [rerun] 02/02: Suggests: libnotify-bin
    Antonio Terceiro 
    terceiro at moszumanska.debian.org
       
    Thu Feb 23 17:42:47 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rerun.
commit 8b09df25bf6e1c6dfdaa2b73f68a17035073fe67
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Feb 23 14:41:47 2017 -0300
    Suggests: libnotify-bin
---
 debian/changelog | 2 ++
 debian/control   | 4 ++++
 2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6aa687d..76264ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 rerun (0.11.0-2) UNRELEASED; urgency=medium
 
   * add patch to support desktop notifications with notify-send
+  * Suggests: libnotify-bin
+    - package description updated accordingly
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 23 Feb 2017 14:38:17 -0300
 
diff --git a/debian/control b/debian/control
index c01d086..1af6d94 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,11 @@ Depends: ruby | ruby-interpreter,
          ruby-listen (>= 2.7.3),
          ${misc:Depends},
          ${shlibs:Depends}
+Suggests: libnotify-bin
 Description: tool to launch commands and restart them on filesystem changes
  Rerun launches your program, then watches the filesystem. If a relevant file
  changes, then it restarts your program. Rerun works for both long-running
  processes (e.g. apps) and for short-running ones (e.g. tests).
+ .
+ Install libnotify-bin to get desktop notifications when your application is
+ restarted, or about the results of your tests.
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rerun.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list