[libmojolicious-plugin-cgi-perl] 03/05: make suggested changes to d/control and d/compat
Alex Muntada
alexm-guest at moszumanska.debian.org
Mon May 12 04:39:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.
commit 3796302b642074ef207aded21ef3a1c9b314c291
Author: Alex Muntada <alexm at alexm.org>
Date: Sun May 11 20:36:31 2014 +0200
make suggested changes to d/control and d/compat
---
debian/changelog | 7 -------
debian/compat | 2 +-
debian/control | 4 ++--
3 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b89c713..bbe3ad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,6 @@
libmojolicious-plugin-cgi-perl (0.07-1) UNRELEASED; urgency=low
TODO:
- - d/control (and d/compat):
- + B-D: we only need debhelper 8 for arch:all packages (or plain 9);
- 9.20120312 is only needed for arch:any packages
- [and the dh-make-perl bug is already fixed in git]
- + short description should be a noun phrase that works in a sentence like
- "$package is (a) $synopsis", e.g. "Mojolicious plugin to run CGI
- scripts"
- d/copyright:
+ remove DISCLAIMER at the top; also detected by lintian:
"W: libmojolicious-plugin-cgi-perl: copyright-contains-dh-make-perl-boilerplate"
diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index c8e4faf..006c54c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm at alexm.org>
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libmojolicious-perl (>= 4.00),
perl
Standards-Version: 3.9.5
@@ -15,7 +15,7 @@ Package: libmojolicious-plugin-cgi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmojolicious-perl (>= 4.00)
-Description: Run CGI script from Mojolicious
+Description: Mojolicious plugin to run CGI scripts
Mojolicious::Plugin::CGI plugin enables Mojolicious to run Perl CGI scripts.
It does so by forking a new process with a modified environment and reads
the STDOUT in a non-blocking manner.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-cgi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list