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

gregoa pushed a commit to branch master
in repository libsignal-mask-perl.

commit 6c2a5c6f538bbe55981611538c70a9974b873d78
Author: gregor herrmann <gre...@debian.org>
Date:   Sat May 10 14:05:38 2014 +0200

    control
---
 debian/control | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index f50f204..89c8388 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libsignal-mask-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: gregor herrmann <gre...@debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libipc-signal-perl,
- libthread-sigmask-perl,
- perl
+                     libthread-sigmask-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsignal-mask-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsignal-mask-perl.git
@@ -14,13 +14,17 @@ Homepage: https://metacpan.org/release/Signal-Mask
 
 Package: libsignal-mask-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libipc-signal-perl,
- libthread-sigmask-perl
-Description: Signal masks made easy
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libipc-signal-perl,
+         libthread-sigmask-perl
+Description: module for easy handling of signal masks
+ Signal::Mask is an abstraction around your process or thread signal mask. It
+ is used to fetch and/or change the signal mask of the calling process or
+ thread. The signal mask is the set of signals whose delivery is currently
+ blocked for the caller. It is available as the global hash %Signal::Mask.
+ .
  Signal::Pending is an abstraction around your process'/thread's pending
  signals. It can be used in combination with signal masks to handle signals in
  a controlled manner. The set of pending signals is available as the global
  hash %Signal::Pending.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsignal-mask-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to