r71348 - in /trunk/libperlio-gzip-perl/debian: compat control copyright source/ source/format
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sun Mar 13 15:15:10 UTC 2011
Author: jawnsy-guest
Date: Sun Mar 13 15:11:38 2011
New Revision: 71348
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71348
Log:
polish for release
Added:
trunk/libperlio-gzip-perl/debian/source/
trunk/libperlio-gzip-perl/debian/source/format
Modified:
trunk/libperlio-gzip-perl/debian/compat
trunk/libperlio-gzip-perl/debian/control
trunk/libperlio-gzip-perl/debian/copyright
Modified: trunk/libperlio-gzip-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperlio-gzip-perl/debian/compat?rev=71348&op=diff
==============================================================================
--- trunk/libperlio-gzip-perl/debian/compat (original)
+++ trunk/libperlio-gzip-perl/debian/compat Sun Mar 13 15:11:38 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: trunk/libperlio-gzip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperlio-gzip-perl/debian/control?rev=71348&op=diff
==============================================================================
--- trunk/libperlio-gzip-perl/debian/control (original)
+++ trunk/libperlio-gzip-perl/debian/control Sun Mar 13 15:11:38 2011
@@ -1,8 +1,7 @@
Source: libperlio-gzip-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7),
- perl
+Build-Depends: perl, debhelper (>= 8)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.9.1
@@ -13,10 +12,8 @@
Package: libperlio-gzip-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perl extension to provide a PerlIO layer to gzip/gunzip
- PerlIO::gzip provides a PerlIO layer that manipulates files in the format
- used by the gzip program. Compression and Decompression are implemented, but
- not together. If you attempt to open a file for reading and writing the open
- will fail.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: module providing a PerlIO layer to gzip/gunzip
+ PerlIO::gzip is a Perl module that provides a PerlIO layer for manipulating
+ files in the format used by the gzip program. Compression and decompression
+ are both implemented, but cannot be used simultaneously (i.e. files cannot
+ be opened for both reading and writing).
Modified: trunk/libperlio-gzip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperlio-gzip-perl/debian/copyright?rev=71348&op=diff
==============================================================================
--- trunk/libperlio-gzip-perl/debian/copyright (original)
+++ trunk/libperlio-gzip-perl/debian/copyright Sun Mar 13 15:11:38 2011
@@ -2,17 +2,9 @@
Maintainer: Nicholas Clark, <nwc10+perlio-gzip at colon.colondot.net>
Source: http://search.cpan.org/dist/PerlIO-gzip/
Name: PerlIO-gzip
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: Nicholas Clark, <nwc10+perlio-gzip at colon.colondot.net>
+Copyright: 2001-2006, Nicholas Clark, <nwc10+perlio-gzip at colon.colondot.net>
License: Artistic or GPL-1+
Files: debian/*
Added: trunk/libperlio-gzip-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperlio-gzip-perl/debian/source/format?rev=71348&op=file
==============================================================================
--- trunk/libperlio-gzip-perl/debian/source/format (added)
+++ trunk/libperlio-gzip-perl/debian/source/format Sun Mar 13 15:11:38 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list