debian/0000755000000000000000000000000011763172573007202 5ustar debian/rules0000755000000000000000000000003611763172573010261 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000226011763172573010605 0ustar Source: libdata-hexdumper-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Harlan Lieberman-Berg , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Data-Hexdumper/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-hexdumper-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-hexdumper-perl.git Package: libdata-hexdumper-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for formatting binary data in a human-readable way Data::Hexdumper provides a simple way to format arbitrary binary data into a nice human-readable format, somewhat similar to the Unix 'hexdump' utility. . It gives the programmer a considerable degree of flexibility in how the data is formatted, with sensible defaults. It is envisaged that it will primarily be of use for those wrestling alligators in the swamp of binary file formats, which is why it was written in the first place. debian/source/0000755000000000000000000000000011763172573010502 5ustar debian/source/format0000644000000000000000000000001311763172573011707 0ustar 3.0 (quilt)debian/changelog0000644000000000000000000000361411763172573011060 0ustar libdata-hexdumper-perl (3.0001-1) unstable; urgency=low * New upstream release. * Remove spelling patch, applied upstream. * debian/watch: add uversionmangle to deal with future 2-digit minor versions. * debian/copyright: update upstream copyright years and license stanzas. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Add /me to Uploaders. -- gregor herrmann Mon, 04 Jun 2012 19:50:45 +0200 libdata-hexdumper-perl (3.00-1) unstable; urgency=low [ Harlan Lieberman-Berg ] * Team upload. * New upstream release. * Update copyright to DEP5 compliance. * Add explicit source format * Add myself to uploaders, as it cannot be blank * Move dependency for perl from Build-Depends-Indep to Build-Depends * Bump compat, debhelper to 8, s-v to 3.9.2. * Explicitly declare source format * Patch to fix minor manpage misspelling. [ gregor herrmann ] * Fix spelling mistake in long description, thanks lintian. * Improve short description. * Add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. -- Harlan Lieberman-Berg Thu, 11 Aug 2011 18:55:23 -0400 libdata-hexdumper-perl (2.01-2) unstable; urgency=low [ 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 ] * debian/control: remove unversioned (build) dependency on perl- modules. [ Christoph Berg ] * Remove myself from uploaders. -- Christoph Berg Wed, 09 Dec 2009 13:56:26 +0100 libdata-hexdumper-perl (2.01-1) unstable; urgency=low * Initial Release. -- Christoph Berg Fri, 3 Jul 2009 13:01:03 +0200 debian/compat0000644000000000000000000000000211763172573010400 0ustar 8 debian/copyright0000644000000000000000000000225511763172573011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Hexdumper Upstream-Contact: David Cantrell Source: http://search.cpan.org/dist/Data-Hexdumper/ Comment: Initial packaging of this module was kindly funded by Dembach Goo Informatik on behalf of Allianz24. Files: * Copyright: 2001 - 2012 David Cantrell License: Artistic or GPL-2 Files: debian/* Copyright: 2009, Christoph Berg 2012, gregor herrmann License: Artistic or GPL-2 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-2 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; version 2 dated June, 1991. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000024011763172573010227 0ustar version=3 opts=uversionmangle=s/\.\d{2}$/$&00/ \ http://search.cpan.org/dist/Data-Hexdumper/ .*/Data-Hexdumper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$