[SCM] Debian packaging of libfilehandle-unget-perl branch, master, updated. 7841da27093756bd159d9ada85c24001e469aa23

gregor herrmann gregoa at debian.org
Thu Jul 5 20:28:11 UTC 2012


The following commit has been merged in the master branch:
commit 14845c976100eb558ba9074e975d930eeea54703
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:30:30 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 18c2abc..5ba065f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libfilehandle-unget-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libdevel-leak-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libdevel-leak-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/FileHandle-Unget/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfilehandle-unget-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfilehandle-unget-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfilehandle-unget-perl.git
+Homepage: http://search.cpan.org/dist/FileHandle-Unget/
 
 Package: libfilehandle-unget-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module that allows ungetting of multiple bytes
  FileHandle::Unget is a Perl Module that is a drop-in replacement for the
  standard FileHandle module. It allows more than one byte to be placed back
  on the input. It also provides ungets to unget a string, which is useful if
  the filehandle refers to a stream for which you can't just seek() backwards.
+

-- 
Debian packaging of libfilehandle-unget-perl



More information about the Pkg-perl-cvs-commits mailing list