[libconvert-binhex-perl] branch master updated (dfa3cf7 -> b696338)
gregor herrmann
gregoa at debian.org
Sat Sep 21 20:50:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libconvert-binhex-perl.
from dfa3cf7 update changelog
adds e785dcb Imported Upstream version 1.123
new 558481b Merge tag 'upstream/1.123'
new 95a7042 New upstream release.
new 5d9ea3f Drop patch use_exporter.patch, file is gone.
new 4d9b34f Refresh and forward spelling patch.
new 9c8ed04 Add libtest-most-perl to Build-Depends-Indep.
new 0ea106b debian/copyright: update
new 5068b8c debian/rules: remove example scripts from /usr/bin, plus manpages.
new d2caae4 Declare compliance with Debian Policy 3.9.4.
new b696338 releasing package libconvert-binhex-perl version 1.123-1
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 43 ++
COPYING => LICENSE | 157 ++++-
MANIFEST | 19 +-
META.json | 66 ++
META.yml | 38 ++
Makefile.PL | 105 +++-
README | 7 -
bin/binhex.pl | 2 +
bin/debinhex.pl | 32 +-
debian/changelog | 20 +-
debian/control | 5 +-
debian/copyright | 12 +-
debian/patches/fix_manpage | 8 +-
debian/patches/series | 1 -
debian/patches/use_exporter.patch | 17 -
debian/rules | 9 +
dist.ini | 29 +
docs/Convert/BinHex.pm.html | 1059 ---------------------------------
docs/Convert/BinHex/hqxred.gif | Bin 1441 -> 0 bytes
docs/Convert/BinHex/redapple-sm.gif | Bin 149 -> 0 bytes
docs/Convert/BinHex/redapple-tiny.gif | Bin 82 -> 0 bytes
docs/Convert/BinHex/redapple.gif | Bin 982 -> 0 bytes
lib/Convert/BinHex.pm | 46 +-
t/1.t | 10 +
t/Checker.pm | 33 -
t/bin_to_hex_file.t | 32 +
t/comp2bin.t | 126 ++--
t/crc.t | 16 +
t/hex_to_bin_oo.t | 32 +
t/release-cpan-changes.t | 19 +
test/hexbin | 2 +
testin/pbs_mac.eps.hqx | 208 -------
{testin => testout}/eyeball.gif | Bin 2755 -> 2755 bytes
xt/pod.t | 4 +
34 files changed, 651 insertions(+), 1506 deletions(-)
create mode 100644 Changes
copy COPYING => LICENSE (66%)
create mode 100644 META.json
create mode 100644 META.yml
mode change 100755 => 100644 Makefile.PL
mode change 100755 => 100644 bin/binhex.pl
delete mode 100644 debian/patches/use_exporter.patch
create mode 100644 dist.ini
delete mode 100644 docs/Convert/BinHex.pm.html
delete mode 100644 docs/Convert/BinHex/hqxred.gif
delete mode 100644 docs/Convert/BinHex/redapple-sm.gif
delete mode 100644 docs/Convert/BinHex/redapple-tiny.gif
delete mode 100755 docs/Convert/BinHex/redapple.gif
create mode 100644 t/1.t
delete mode 100644 t/Checker.pm
create mode 100644 t/bin_to_hex_file.t
create mode 100644 t/crc.t
create mode 100644 t/hex_to_bin_oo.t
create mode 100644 t/release-cpan-changes.t
mode change 100755 => 100644 test/hexbin
delete mode 100644 testin/pbs_mac.eps.hqx
copy {testin => testout}/eyeball.gif (100%)
create mode 100644 xt/pod.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-binhex-perl.git
More information about the Pkg-perl-cvs-commits
mailing list