debian/0000755000000000000000000000000012201226436007164 5ustar debian/rules0000755000000000000000000000003612201226436010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000233112201226436010566 0ustar Source: libcompress-bzip2-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Xavier Guimard Section: perl Priority: optional Build-Depends: bzip2, debhelper (>= 9.20120312), libbz2-dev, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcompress-bzip2-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcompress-bzip2-perl.git Homepage: https://metacpan.org/release/Compress-Bzip2/ Package: libcompress-bzip2-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Recommends: libcompress-raw-bzip2-perl (>= 2.060), libio-compress-perl (>= 2.060) Description: Perl interface to Bzip2 compression library The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library, a relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. . The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. debian/source/0000755000000000000000000000000012201226436010464 5ustar debian/source/format0000644000000000000000000000001412201226436011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000635312201226436011045 0ustar libcompress-bzip2-perl (2.16-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 09 Aug 2013 19:55:30 +0200 libcompress-bzip2-perl (2.15-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * debian/watch: remove obsolete comment. [ Xavier Guimard ] * Imported Upstream version 2.15 * Remove patches now included in upstream * Add libcompress-raw-bzip2-perl and libio-compress-perl in recommended dependencies * Add libtest-pod-perl in build dependencies * Update debian/copyright: + update ppport.h copyright + update years -- Xavier Guimard Sun, 05 May 2013 06:30:30 +0200 libcompress-bzip2-perl (2.09-3) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Update source format to 3.0 (quilt) and remove README.source * Update debian/copyright (years and format) * Update debian/rules to use "dh $@" * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get hardening flags * Update patches -- Xavier Guimard Thu, 10 Jan 2013 06:07:24 +0100 libcompress-bzip2-perl (2.09-2) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #507393, #507387 -- RFA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Timo Schneider ). * debian/watch: use dist-based URL. * add me to Uploaders * run 'dh-make-perl --refresh --dh 7' - update to debhelper 7 - new copyright format - install docs * update to Policy version 3.8.0 * fix pod2man errors - use quilt to make changes to upstream source * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * move old maintainers direct changes to a quilt patch -- Ryan Niebur Mon, 01 Dec 2008 04:04:42 -0800 libcompress-bzip2-perl (2.09-1.2) unstable; urgency=low * Non-maintainer upload. * Fix bug compressing empty files (closes: #464205) -- Jeffrey Ratcliffe Wed, 21 May 2008 20:55:33 +0200 libcompress-bzip2-perl (2.09-1.1) unstable; urgency=low * Non-maintainer upload. * Conditionally remove $(TMP)/usr/share/perl5 (closes: #463555) -- Stephen Gran Sat, 05 Apr 2008 12:01:02 +0100 libcompress-bzip2-perl (2.09-1) unstable; urgency=low * New upstream release (Closes: #324698) -- Timo Schneider Mon, 29 Aug 2005 13:07:35 +0200 libcompress-bzip2-perl (2.08-1) unstable; urgency=low * Initial Release (Closes: #317064). -- Timo Schneider Sun, 3 Jul 2005 00:21:03 +0200 debian/libcompress-bzip2-perl.docs0000644000000000000000000000002512201226436014341 0ustar ANNOUNCE NEWS README debian/compat0000644000000000000000000000000212201226436010362 0ustar 9 debian/copyright0000644000000000000000000000607612201226436011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Compress-Bzip2 Source: https://metacpan.org/release/Compress-Bzip2/ Upstream-Contact: Rob Janes Files: * Copyright: 2005, Rob Janes License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: bzlib-src/* Copyright: 1996-2010, Julian R Seward License: BSD-4-clause Files: debian/* Copyright: 2005, Timo Schneider 2008, Jeffrey Ratcliffe 2008, Stephen Gran 2008-2009, Ryan Niebur 2013, Xavier Guimard License: Artistic or GPL-1+ License: BSD-4-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017012201226436010213 0ustar version=3 https://metacpan.org/release/Compress-Bzip2/ .*/Compress-Bzip2-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)