[libtransmission-client-perl] branch master updated (92a4a70 -> e296a28)
Marius Gavrilescu
marius-guest at alioth.debian.org
Sun Sep 15 15:17:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
marius-guest pushed a change to branch master
in repository libtransmission-client-perl.
from 92a4a70 back to UNRELEASED, TODO added to d/changelog
new 87cc297 Fix issues with copyright
new 72bbb5e Add new build-deps and update short description
new af4c745 Mark patch as not needing forwarding
new e296a28 Remove mysterious .gitignore
The 4 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:
.gitignore | 11 -
META.yml | 34 +
debian/control | 4 +-
debian/copyright | 10 +
debian/patches/fix-name-sections-in-pod.patch | 1 +
inc/Module/AutoInstall.pm | 930 +++++++++++++++++++++++++
inc/Module/Install.pm | 470 +++++++++++++
inc/Module/Install/AutoInstall.pm | 93 +++
inc/Module/Install/Base.pm | 83 +++
inc/Module/Install/Can.pm | 154 ++++
inc/Module/Install/Fetch.pm | 93 +++
inc/Module/Install/Include.pm | 34 +
inc/Module/Install/Makefile.pm | 418 +++++++++++
inc/Module/Install/Metadata.pm | 722 +++++++++++++++++++
inc/Module/Install/Win32.pm | 64 ++
inc/Module/Install/WriteAll.pm | 63 ++
16 files changed, 3172 insertions(+), 12 deletions(-)
delete mode 100644 .gitignore
create mode 100644 META.yml
create mode 100644 inc/Module/AutoInstall.pm
create mode 100644 inc/Module/Install.pm
create mode 100644 inc/Module/Install/AutoInstall.pm
create mode 100644 inc/Module/Install/Base.pm
create mode 100644 inc/Module/Install/Can.pm
create mode 100644 inc/Module/Install/Fetch.pm
create mode 100644 inc/Module/Install/Include.pm
create mode 100644 inc/Module/Install/Makefile.pm
create mode 100644 inc/Module/Install/Metadata.pm
create mode 100644 inc/Module/Install/Win32.pm
create mode 100644 inc/Module/Install/WriteAll.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtransmission-client-perl.git
More information about the Pkg-perl-cvs-commits
mailing list