[SCM] Debian packaging of libcompress-bzip2-perl branch, master, updated. debian/2.09-3-6-gf512bea
Xavier Guimard
x.guimard at free.fr
Fri Mar 29 05:07:13 UTC 2013
The following commit has been merged in the master branch:
commit b54b65b6dc0ec3b44ac1550e86773d4c2c0cc305
Author: Xavier Guimard <x.guimard at free.fr>
Date: Fri Mar 29 06:05:10 2013 +0100
Remove patches now included in upstream
diff --git a/debian/patches/fix-compressing-empty-files b/debian/patches/fix-compressing-empty-files
deleted file mode 100644
index 3306888..0000000
--- a/debian/patches/fix-compressing-empty-files
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Fix corrupt files
- Without this patch it creates corrupt files when compressing empty files.
-Bug: https://rt.cpan.org/Ticket/Display.html?id=36246
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464205
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=36246
-Author: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2013-01-09
-
---- a/Bzip2.xs
-+++ b/Bzip2.xs
-@@ -1485,8 +1485,6 @@
- return -2;
- }
-
-- if (nUncompressed == 0) return 0;
--
- while (True) {
- if ( obj->run_progress == 0 ) {
- ret = BZ2_bzCompressInit ( &(obj->strm), obj->blockSize100k, obj->verbosity, obj->workFactor );
-@@ -2253,12 +2251,10 @@
- else
- bufp = SvPV(buf, len);
-
-- if (len) {
-- RETVAL = bzfile_write( obj, bufp, len);
-+ RETVAL = bzfile_write( obj, bufp, len);
-
-- if ( RETVAL > 0 )
-+ if ( RETVAL > 0 )
- SvCUR_set( buf, RETVAL );
-- }
- }
-
- OUTPUT:
diff --git a/debian/patches/fix-pod-errors b/debian/patches/fix-pod-errors
deleted file mode 100644
index e632b31..0000000
--- a/debian/patches/fix-pod-errors
+++ /dev/null
@@ -1,98 +0,0 @@
-Description: Fixes the manpage-has-errors-from-pod2man lintian warning
-Bug: https://rt.cpan.org/Ticket/Display.html?id=82576
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82576
-Author: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2013-01-09
-
---- a/lib/Compress/Bzip2.pm
-+++ b/lib/Compress/Bzip2.pm
-@@ -741,8 +741,6 @@
- module provides another interface, built over top of the low level bzlib
- methods.
-
--=over 5
--
- =head2 B<$bz = bzopen(filename or filehandle, mode)>
-
- This function returns an object which is used to access the other
-@@ -915,8 +913,6 @@
- I<bzlib> errors. The I<bzcat> example below shows how the variable can
- be used safely.
-
--=back
--
- =head1 Compress::Bzip2 1.03 COMPATIBILITY
-
- While the 2.x thread forked off of 1.00, another line of development
-@@ -924,8 +920,6 @@
- improvements to the error handling, single buffer inflate/deflate, a
- streaming interface to inflate/deflate, and a cpan style test suite.
-
--=over 5
--
- =head2 B<$dest = compress( $string, [$level] )>
-
- Alias to memBzip, this compresses string, using the optional
-@@ -980,8 +974,6 @@
-
- Alias to total_out. Total bytes received from the stream.
-
--=back
--
- =head1 GZIP COMPATIBILITY INTERFACE
-
- Except for the exact state and error numbers, this package presents an
-@@ -1006,8 +998,6 @@
- Some of the Compress::Zlib aliases don't return anything useful, like
- crc32 or adler32, cause bzip2 doesn't do that sort of thing.
-
--=over 5
--
- =head2 B< $gz = gzopen( $filename, $mode ) >
-
- Alias for bzopen.
-@@ -1102,16 +1092,12 @@
-
- Alias for memBunzip.
-
--=back
--
- =head1 IN-MEMORY COMPRESS/UNCOMPRESS
-
- Two high-level functions are provided by I<bzlib> to perform in-memory
- compression. They are B<memBzip> and B<memBunzip>. Two Perl subs are
- provided which provide similar functionality.
-
--=over 5
--
- =head2 B<$compressed = memBzip($buffer);>
-
- Compresses B<$source>. If successful it returns the compressed
-@@ -1133,8 +1119,6 @@
- contents of the buffer parameter are destroyed after calling this
- function.
-
--=back
--
- =head1 STREAM DEFLATE
-
- The Perl interface will I<always> consume the complete input buffer
-@@ -1379,8 +1363,6 @@
-
- Here are some example scripts of using the interface.
-
--=over 5
--
- =head2 B<A bzcat function>
-
- use strict ;
-@@ -1455,8 +1437,6 @@
-
- $bz->bzclose ;
-
--=back
--
- =head1 EXPORT
-
- Use the tags :all, :utilities, :constants, :bzip1 and :gzip.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 57419bf..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix-compressing-empty-files
-fix-pod-errors
--
Debian packaging of libcompress-bzip2-perl
More information about the Pkg-perl-cvs-commits
mailing list