[libstream-buffered-perl] 05/06: Use canonical URL for Vcs-Git in debian/control.
gregor herrmann
gregoa at debian.org
Sat Jun 7 11:53:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libstream-buffered-perl.
commit ddb6f4071441117e7f6ae95c9a97ce2639cb09ce
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 7 13:51:52 2014 +0200
Use canonical URL for Vcs-Git in debian/control.
---
debian/control | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 40705cb..22949f3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
Source: libstream-buffered-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs at debian.org>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstream-buffered-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libstream-buffered-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstream-buffered-perl.git
Homepage: http://search.cpan.org/dist/Stream-Buffered/
Package: libstream-buffered-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: temporary buffer to store strings in a seekable filehandle
Stream::Buffered is a buffer class to store byte strings of arbitrary length
and then get a seekable filehandle once everything is buffered. It uses PerlIO
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstream-buffered-perl.git
More information about the Pkg-perl-cvs-commits
mailing list