[libsys-filesystem-perl] branch master updated (e416a7f -> c3ec089)
gregor herrmann
gregoa at debian.org
Fri Sep 6 15:05:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libsys-filesystem-perl.
from e416a7f Remove trailing whitespace
adds b105f51 Imported Upstream version 1.400
new e5efd5d Merge tag 'upstream/1.400'
new fd6110b New upstream release.
new cbd4312 debian/watch: add uversionmangle
new ddded36 Update build and runtime dependencies.
new bb45a0d Drop patches, both merged/fixed upstream.
new c3ec089 releasing package libsys-filesystem-perl version 1.400-1
The 6 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:
Build.PL | 55 ++++++++++--------
Changes | 11 ++++
MANIFEST | 12 ++--
MANIFEST.SKIP | 6 +-
META.json | 113 +++++++++++++++++++++++++++++++++++++
META.yml | 46 +++++++++------
Makefile.PL | 2 +-
README | 4 +-
debian/changelog | 11 +++-
debian/control | 15 +++--
debian/patches/pod-encoding.patch | 20 -------
debian/patches/pod-spelling.patch | 18 ------
debian/patches/series | 2 -
debian/watch | 1 +
lib/Sys/Filesystem.pm | 8 +--
lib/Sys/Filesystem/Aix.pm | 13 +++--
lib/Sys/Filesystem/Cygwin.pm | 6 +-
lib/Sys/Filesystem/Darwin.pm | 20 ++++---
lib/Sys/Filesystem/Dummy.pm | 6 +-
lib/Sys/Filesystem/Freebsd.pm | 6 +-
lib/Sys/Filesystem/Hpux.pm | 6 +-
lib/Sys/Filesystem/Linux.pm | 49 ++++++++--------
lib/Sys/Filesystem/Mswin32.pm | 6 +-
lib/Sys/Filesystem/Netbsd.pm | 6 +-
lib/Sys/Filesystem/Solaris.pm | 8 +--
lib/Sys/Filesystem/Unix.pm | 6 +-
t/{00compile.t => 01_load.t} | 0
t/01pod.t | 4 --
t/{03test.t => 02_basic.t} | 8 +--
t/02pod_coverage.t | 11 ----
t/{04whereami.t => 03_whereami.t} | 6 +-
t/04_special.t | 36 ++++++++++++
32 files changed, 333 insertions(+), 188 deletions(-)
create mode 100644 META.json
delete mode 100644 debian/patches/pod-encoding.patch
delete mode 100644 debian/patches/pod-spelling.patch
delete mode 100644 debian/patches/series
rename t/{00compile.t => 01_load.t} (100%)
delete mode 100644 t/01pod.t
rename t/{03test.t => 02_basic.t} (84%)
delete mode 100644 t/02pod_coverage.t
rename t/{04whereami.t => 03_whereami.t} (97%)
create mode 100644 t/04_special.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-filesystem-perl.git
More information about the Pkg-perl-cvs-commits
mailing list