[SCM] simple lightweight event based web server branch, master, updated. debian/0.93-2
Dmitry E. Oboukhov
unera at debian.org
Mon Dec 5 08:20:03 UTC 2011
The following commit has been merged in the master branch:
commit 4f0ea672259f63617078976e40a581e6c54ef3d6
Author: Dmitry E. Oboukhov <unera at debian.org>
Date: Mon Dec 5 12:18:15 2011 +0400
nessesary depends.
diff --git a/debian/changelog b/debian/changelog
index a3275d7..db22c58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libanyevent-httpd-perl (0.93-2) unstable; urgency=low
+
+ * Add nessesary depends.
+
+ -- Dmitry E. Oboukhov <unera at debian.org> Mon, 05 Dec 2011 12:17:53 +0400
+
libanyevent-httpd-perl (0.93-1) unstable; urgency=low
* Initial release. (Closes: #649210)
diff --git a/debian/control b/debian/control
index ebaadaf..40c82d6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,22 @@ Section: perl
Homepage: http://search.cpan.org/~elmex/AnyEvent-HTTPD/
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera at debian.org>
-Build-Depends: debhelper (>= 7), cdbs
+Build-Depends: debhelper (>= 7), cdbs,
+ libanyevent-perl,
+ libtime-local-perl,
+ libcommon-sense-perl,
+ libobject-event-perl
Standards-Version: 3.9.2
Priority: extra
VCS-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-httpd-perl.git;a=summary
VCS-Git: git+ssh://git.debian.org/git/pkg-perl/packages/libanyevent-httpd-perl.git
Package: libanyevent-httpd-perl
-Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libanyevent-perl,
+ libtime-local-perl,
+ libcommon-sense-perl,
+ libobject-event-perl
Architecture: all
Description: simple lightweight event based web (application) server
This module provides a simple HTTPD for serving simple web application
--
simple lightweight event based web server
More information about the Pkg-perl-cvs-commits
mailing list