[libmodule-install-manifestskip-perl] branch master updated (2db0bd0 -> 4578778)
Jonas Smedegaard
dr at jones.dk
Mon Sep 1 11:23:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libmodule-install-manifestskip-perl.
from 2db0bd0 Revert wrong fix for lintian warning.
new 3064e1c Bump debhelper compatibility to 8: Needed package version is satisfied even in oldstable.
new 27083d9 Bump compatibility claim to Policy 3.9.5.
new 3bcb974 Sync control.in with control: Use canonical hostname for Vcs-Git.
new df5ee4f Fix Vcs-Git to use canonical URL.
new 8b2de5d Update copyright info: Extend coverage of packaging, and bump its licensing to GPL-3+.
new 148d6db Update copyright info: Fix use license and comment pseudo-sections to obey silly restrictions of copyright format 1.0.
new 04d1aef Update watch file to use metacpan.org and cpan.org/modules URLs (not search.cpan.org URL). Stop track or mangle development releases.
new 01d46d8 Use github URL as Homepage, to reflect upstream hinting.
new a5f1796 Update copyright info: Add alternate git source URL.
new 3726a87 Update changelog, control file and copyright hints.
adds 67ebd14 first commit
adds 54e33f4 Self generated MANIFEST.SKIP
adds 9f805c0 Prepping for release
adds 221671e added some additional things to skip
adds 21242cf increment version
adds 9cd3cff added recent changes
adds 6b8ee7b version 0.11
adds 3d57a9c version 0.11
adds a56be58 new skip file
adds da3afdb Well, as it turns out you can't use Perl style comments on the same line as a pattern match, I guess it becomes part of the match or something. I guess I could have tested this better :(
adds abb48f9 changes
adds 9858c5c sample Makefile.PL
adds 48d37bb work with patch
adds 36d672b added testml test
adds af9d5ce tweak tests
adds ffa8843 Some people are telling me they have .DS_Store files scattered all throughout their project directories, and not just in the root directory. Oh the horror!
adds b2a3ebd Merge branch 'master' of git at github.com:ingydotnet/module-install-manifestskip-pm
adds 42ecd78 0.14
adds fe18faa 0.15
adds ceef808 did the stuff it ToDo. removing
adds d0b2694 move dev test to xt
adds 8b8941b 0.16
adds 79ad09c Released version 0.17
adds fa243ce Released version 0.18
adds f6a5650 0.19
adds 59f1e79 Released version 0.20
adds 0dba9fa 0.21
adds d9292e7 0.22
adds b42ccbd CPAN Release 0.23
adds 11a2945 Makefile update
adds 6f906bf CPAN Release 0.24
adds 08d256c Imported Upstream version 0.24
new 49c8879 Merge tag 'upstream/0.24'
new 2c1de0f Preserve upstream shipped cruft.
new cc81fd5 Update copyright info: Drop Files sections for no longer shipped convenience code copies.
new 94e8630 Adjust Homepage URL, reflecting upstream hinting.
new a75f296 Update copyright info: Use upstream bugtracker and IRC channel as preferred upstream contact.
new 868bb0c Stop track checksum of upstream tarballs.
new 20b9356 Tidy rules file.
new a7d003c Update package relations: (Build-)depend on recent libmodule-install-perl. Tighten (build-)dependency on libmodule-manifest-skip-perl.
new 6a0edb9 Update copyright info: Extend coverage for upstream author.
new 7440ba1 Fix add another silly comment pseudo-section.
new 4578778 Prepare for release: Update changelog, control file and copyright hints.
The 21 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:
CONTRIBUTING | 55 +++
Changes | 106 +++---
LICENSE | 28 +-
MANIFEST | 27 +-
META.json | 57 +++
META.yml | 26 +-
Makefile.PL | 52 ++-
README | 11 +-
debian/changelog | 40 +-
debian/compat | 2 +-
debian/control | 15 +-
debian/control.in | 6 +-
debian/copyright | 62 ++--
debian/copyright_hints | 52 +--
debian/rules | 16 +-
debian/watch | 4 +-
inc/Module/Install.pm | 470 -----------------------
inc/Module/Install/Base.pm | 83 -----
inc/Module/Install/Can.pm | 81 ----
inc/Module/Install/Fetch.pm | 93 -----
inc/Module/Install/GithubMeta.pm | 50 ---
inc/Module/Install/Makefile.pm | 415 ---------------------
inc/Module/Install/Metadata.pm | 716 ------------------------------------
inc/Module/Install/Package.pm | 275 --------------
inc/Module/Install/Win32.pm | 64 ----
inc/Module/Install/WriteAll.pm | 63 ----
inc/Module/Package.pm | 71 ----
lib/Module/Install/ManifestSkip.pm | 62 +---
lib/Module/Install/ManifestSkip.pod | 44 +--
t/release-pod-syntax.t | 14 +
t/sample1/{ToDo => Foo~} | 0
xt/skip.t_ | 26 ++
32 files changed, 414 insertions(+), 2672 deletions(-)
create mode 100644 CONTRIBUTING
create mode 100644 META.json
delete mode 100644 inc/Module/Install.pm
delete mode 100644 inc/Module/Install/Base.pm
delete mode 100644 inc/Module/Install/Can.pm
delete mode 100644 inc/Module/Install/Fetch.pm
delete mode 100644 inc/Module/Install/GithubMeta.pm
delete mode 100644 inc/Module/Install/Makefile.pm
delete mode 100644 inc/Module/Install/Metadata.pm
delete mode 100644 inc/Module/Install/Package.pm
delete mode 100644 inc/Module/Install/Win32.pm
delete mode 100644 inc/Module/Install/WriteAll.pm
delete mode 100644 inc/Module/Package.pm
create mode 100644 t/release-pod-syntax.t
copy t/sample1/{ToDo => Foo~} (100%)
create mode 100644 xt/skip.t_
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-manifestskip-perl.git
More information about the Pkg-perl-cvs-commits
mailing list