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

gregoa pushed a commit to branch master
in repository libsub-quote-perl.

commit 1225f10c71de16c15c5ded0c3f8195bd5a35c2a5
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Dec 26 19:12:06 2016 +0100

    control
---
 debian/control | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 944361f..c2207d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: gregor herrmann <gre...@debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-fatal-perl (>= 0.003),
- perl
+Build-Depends-Indep: libtest-fatal-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsub-quote-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsub-quote-perl.git
@@ -15,7 +15,12 @@ Testsuite: autopkgtest-pkg-perl
 Package: libsub-quote-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: efficient generation of subroutines via string eval
- (no description was found)
+Breaks: libmoo-perl (<< 2.003000)
+Replaces: libmoo-perl (<< 2.003000)
+Description: helper modules for subroutines
+ This package includes two modules:
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Sub::Quote provides performant ways to generate subroutines from strings.
+ .
+ Sub::Defer contains subroutines which provide the user with a convenient way
+ to defer creation of subroutines and methods until they are first called.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsub-quote-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