debian/0000755000000000000000000000000012217403145007165 5ustar debian/rules0000755000000000000000000000034612217403145010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # installed as examples rm -rv $(TMP)/usr/bin rm -rv $(TMP)/usr/share/man/man1 debian/control0000644000000000000000000000174612217403145010600 0ustar Source: libconvert-binhex-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-most-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Niko Tyni , Fabrizio Regalli Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Convert-BinHex/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-binhex-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-binhex-perl.git Package: libconvert-binhex-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl5 module for extracting data from macintosh BinHex files Convert::BinHex is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. This module provides a means of converting those data streams back into binary data. debian/source/0000755000000000000000000000000012217403145010465 5ustar debian/source/format0000644000000000000000000000001412217403145011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000736612217403145011053 0ustar libconvert-binhex-perl (1.123-1) unstable; urgency=low [ Jonathan Yu ] * Removed Alexis Sukrieh from Uploaders (Closes: #536129) [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * Remove duplicate word from long description, thanks lintian. [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Email change: gregor herrmann -> gregoa@debian.org * Moved examples to /usr/share/doc/libconvert-binhex-perl/examples [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Drop patch use_exporter.patch, file is gone. * Refresh and forward spelling patch. * Add libtest-most-perl to Build-Depends-Indep. * debian/copyright: update: Format, Upstream-Contact, copyright years, license short name. * debian/rules: remove example scripts from /usr/bin, plus manpages. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sat, 21 Sep 2013 22:48:27 +0200 libconvert-binhex-perl (1.119+pristine-3) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467736) - update with the help of dh-make-perl's templates - don't compress examples * Set Standards-Version to 3.7.3 (no changes). * debian/watch: use dist-based URL. * debian/copyright: add specific download location; copy authors/copyright/license information verbatim from the module itself. * Add patch use_exporter.patch instead of changing t/Checker.pm directly; add quilt framework. -- gregor herrmann Fri, 07 Mar 2008 19:41:30 +0100 libconvert-binhex-perl (1.119+pristine-2) unstable; urgency=low [ Frank Lichtenheld ] * Fix typo in Description [ Joey Hess ] * Fix watch file to deal with mangled version number. * Add self to uploaders. -- Joey Hess Mon, 30 Jul 2007 00:22:21 -0400 libconvert-binhex-perl (1.119+pristine-1) unstable; urgency=low [ gregor herrmann ] * New maintainer: Debian Perl Group. * Set Standards-Version to 3.7.2 (no changes). * Set debhelper compatibility level to 5. * Move perl to Build-Depends-Indep. * Remove empty /usr/lib/perl5 directory. * Don't ignore errors of ($MAKE) distclean. [ Niko Tyni ] * upload with a pristine 1.119 original tarball instead of the accidentally modified one that was used earlier. * fix t/Checker.pm to get '$(MAKE) test' to work (CPAN bug #8983). * don't ignore the results of '$(MAKE) test'. [ Alexis Sukrieh ] * New upstream tarball (the previous one was not pristine). * Fixed the Xs-Vcn-Svn entry, added a missing "/svn" in the path. * Added myself as an uploader. -- Alexis Sukrieh Fri, 1 Dec 2006 17:11:28 +0100 libconvert-binhex-perl (1.119-2) unstable; urgency=low * Add watch file. -- Matthias Klose Sun, 19 Sep 2004 19:47:35 +0200 libconvert-binhex-perl (1.119-1) unstable; urgency=low * Initial Release. -- Matthias Klose Sun, 27 Jun 2004 13:22:00 +0200 debian/compat0000644000000000000000000000000212217403145010363 0ustar 8 debian/libconvert-binhex-perl.examples0000644000000000000000000000000612217403145015303 0ustar bin/* debian/patches/0000755000000000000000000000000012217403145010614 5ustar debian/patches/fix_manpage0000644000000000000000000000147012217403145013017 0ustar Description: Fixing man page Bug: https://rt.cpan.org/Ticket/Display.html?id=88874 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88874 Author: Fabrizio Regalli Reviewed-by: gregor herrmann Last-Update: 2013-09-21 --- a/lib/Convert/BinHex.pm +++ b/lib/Convert/BinHex.pm @@ -1627,7 +1627,7 @@ 0. There is an internal buffer of decompressed (BIN) data, initially empty. 1. Application asks to read() n bytes of data from object - 2. If the buffer is not full enough to accomodate the request: + 2. If the buffer is not full enough to accommodate the request: 2a. The read() method grabs the next available chunk of input data (the HEX). 2b. HEX data is converted and decompressed into as many BIN debian/patches/series0000644000000000000000000000001412217403145012024 0ustar fix_manpage debian/copyright0000644000000000000000000000231312217403145011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Convert-BinHex Upstream-Contact: Stephen Nelson Source: https://metacpan.org/release/Convert-BinHex/ Files: * Copyright: 1997-2013, Eryq License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Matthias Klose 2006, Alexis Sukrieh 2007, Joey Hess 2008-2013, gregor herrmann 2011, Fabrizio Regalli License: Artistic or GPL-1+ 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/watch0000644000000000000000000000023612217403145010217 0ustar version=3 opts=dversionmangle=s/\+pristine$// \ https://metacpan.org/release/Convert-BinHex/ .*/Convert-BinHex-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)