[libnet-freedb-perl] branch master updated (c6ae4c6 -> 2ae4031)
Florian Schlichting
fsfs at moszumanska.debian.org
Tue Dec 1 21:26:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libnet-freedb-perl.
from c6ae4c6 change environment variable for disabling network tests
new f042af5 Add debian/upstream/metadata
new ebb01c8 Update debian/changelog
adds 1f757aa Imported Upstream version 0.10
new ee21141 Merge tag 'upstream/0.10'
new 67de361 Update debian/changelog
new 87f35fa update upstream metadata
new 22d7197 Drop patches, all applied upstream
new 5563b56 Add new dependency on Moo
new 9f038c3 Update years of upstream copyright
new b255ca6 Add NEWS entry about backwards-incompatible API
new 3462499 Declare compliance with Debian Policy 3.9.6
new e10e5a1 Mark package autopkgtest-able
new 5a2aa87 Add Test::Most for running unit tests
new 90f6243 debian/rules: set HAVE_INTERNET to 0
new 2ae4031 prepare changelog for release
The 14 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 | 13 +-
FreeDB.pm | 820 ++++++++++++++++++++---------
FreeDB.xs.linux | 11 +-
FreeDB.xs.win32 | 9 +-
FreeDBConnection.pm | 6 +
MANIFEST | 21 +-
META.json | 45 ++
META.yml | 37 +-
Makefile.PL | 14 +-
README | 23 +-
TODO | 2 +-
debian/NEWS | 7 +
debian/changelog | 19 +-
debian/control | 8 +-
debian/copyright | 2 +-
debian/patches/fix-pod.patch | 26 -
debian/patches/fix_FTBFS_on_kFreeBSD.patch | 21 -
debian/patches/no_internet.patch | 33 --
debian/patches/series | 3 -
debian/rules | 7 +-
debian/upstream/metadata | 4 +
lib/discid.h | 4 +-
lib/freebsd.h | 0
lib/linux.h | 126 +++--
lib/myaspi32.h | 5 +
lib/scsidefs.h | 5 +
lib/toc.h | 6 +-
lib/toctool.h | 4 +
lib/win32.h | 0
t/00-basic.t | 27 +
t/01-lscat.t | 13 +
t/02-query.t | 29 +
t/03-read.t | 20 +
t/04-unlink.t | 13 +
t/05-write.t | 13 +
t/06-discid.t | 14 +
t/07-log.t | 14 +
t/08-motd.t | 14 +
t/09-proto.t | 17 +
t/10-sites.t | 22 +
t/11-stat.t | 25 +
t/12-update.t | 13 +
t/13-validate.t | 13 +
t/14-ver.t | 14 +
t/15-whom.t | 14 +
t/16-get_local_disc_id.t | 20 +
t/17-get_local_disc_data.t | 21 +
test.pl | 69 ---
48 files changed, 1147 insertions(+), 519 deletions(-)
mode change 100644 => 100755 Changes
mode change 100644 => 100755 FreeDB.pm
mode change 100644 => 100755 FreeDB.xs.linux
mode change 100644 => 100755 FreeDB.xs.win32
create mode 100755 FreeDBConnection.pm
mode change 100644 => 100755 MANIFEST
create mode 100644 META.json
mode change 100644 => 100755 Makefile.PL
mode change 100644 => 100755 README
mode change 100644 => 100755 TODO
create mode 100644 debian/NEWS
delete mode 100644 debian/patches/fix-pod.patch
delete mode 100644 debian/patches/fix_FTBFS_on_kFreeBSD.patch
delete mode 100644 debian/patches/no_internet.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/upstream/metadata
mode change 100644 => 100755 lib/discid.h
mode change 100644 => 100755 lib/freebsd.h
mode change 100644 => 100755 lib/linux.h
mode change 100644 => 100755 lib/myaspi32.h
mode change 100644 => 100755 lib/scsidefs.h
mode change 100644 => 100755 lib/toc.h
mode change 100644 => 100755 lib/toctool.h
mode change 100644 => 100755 lib/win32.h
create mode 100644 t/00-basic.t
create mode 100644 t/01-lscat.t
create mode 100644 t/02-query.t
create mode 100644 t/03-read.t
create mode 100644 t/04-unlink.t
create mode 100644 t/05-write.t
create mode 100644 t/06-discid.t
create mode 100644 t/07-log.t
create mode 100644 t/08-motd.t
create mode 100644 t/09-proto.t
create mode 100644 t/10-sites.t
create mode 100644 t/11-stat.t
create mode 100644 t/12-update.t
create mode 100644 t/13-validate.t
create mode 100644 t/14-ver.t
create mode 100644 t/15-whom.t
create mode 100644 t/16-get_local_disc_id.t
create mode 100644 t/17-get_local_disc_data.t
delete mode 100644 test.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-freedb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list