[libcpanplus-dist-build-perl] annotated tag debian/0.80-1 created (now dd3316b)
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Mon Jul 25 13:34:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a change to annotated tag debian/0.80-1
in repository libcpanplus-dist-build-perl.
at dd3316b (tag)
tagging fa789cf86c93cc7b60fae1a509b7dd5aac27d237 (commit)
replaces debian/0.78-3
tagged by Lucas Kanashiro
on Mon Jul 25 10:33:57 2016 -0300
- Log -----------------------------------------------------------------
Debian release debian/0.80-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJXlhVFAAoJEPgjonKYg8l8xvQP/0dbaHhOH84jKzdcBqP8iiUF
Ep/vDpucEQXV3vwR5ErqcQRa2zGNch/RTb0tKOGdJAfZ3xd6HjoHUdIap9zSxhsd
yG10ckhBBh8aqhaZtol+yAdpJIhYEVM8/ZFtXe/y+uVc/gUxCjxHCFGaAEYd7kOm
56uHMVexFjNrCJ9JR40kjZWhwTlZLAVJbWayvV7A8nMdWXio5pxBkneyObe34+dQ
UqqbIjicLjmJkvesuM4x7B8m2Lex3wdarNZDiQoxzU0YXvFIZQqtaVV6grSFSj3i
VcgeOfoqQXBVJoby5QsgEYFgzYVzSfG8RS2JYDVjarz08CjX3eP2EfXJc+LG3Fqe
LQvC2FxIUjCSJALskUJLU1djx1JKMV5tTtjTUfKLhvXkrdN+khh0thkqQyxmON3R
8T+f39r2Cr4DX7Ah58bUqMa11c7PQy8yGWDvLkjvFOJPFtVutIzVxAlgf4PaoyVr
5zVrxe2qgaRsHcMPuWk63J2Gtg6u5mtw045gpmHkbkHq4DKEijydtin1kmrvoxDl
FvZ70O8ZwT0c8vhIPSdqyWlQo2sxD5rUClVd7omJEdBorNuoahLP+L+7lzScCOVh
9i+pPVzLB62Izp46xebA5WF42NWHKfaVoG7v5/am7lArjGndITgpKY+43i4rc/SK
vBbjtyvfaGi51osCGr2x
=Jn/q
-----END PGP SIGNATURE-----
Chris 'BinGOs' Williams (8):
svn.perl.org is being retired. Switch over to git and github.
Actually resolve issue where Build.PL does not generate Build script
Update Changes and bump to version 0.72
Remove Module::Pluggable prereq
Don't send test reports during prepare() phase
Release engineering for 0.76
Shield tests from PERL_INSTALL_QUIET env var
Include test_requires when falling back on old shizz
Chris Williams (81):
Added capturing the output during Build.PL, removed prereq_satisfied() method so we use inherited method instead, which fixes a problem with perl-5.6
Added tee type functionality to the capturing. Tested across all my smokeboxen. Have not tried on MSWin32
Changed all the mb->dispatch() calls to IPC::Cmd instead, just like CP::D::MM does
Process separation using IPC::Cmd. Get prereqs from Build prereq_data or _build/prereqs
Test fixes, detect C_support more cleanly. Changed to M::I in Makefile.PL
Bump version for another dev release
Various stuff see Changes file for details
Bumped version to an even number for a stable release
last minute cosmetic enhancements
Added installdirs directive to Makefile.PL to resolve RT #43739
Updated Changes
Finalise CPAN release
Fixed the version number in ::Constants
Fixed a small bug where _find_prereqs() returning undef caused a barf further up in CPANPLUS::Module
Bail-out with undef earlier in _find_prereqs() in we have no content to evaluate
Ported the configure_requires functionality from CP::D::MM
Resolved some issues on MSWin32 due to capturing of STDOUT/STDERR
Bump versions for stable release
Applied patch from Vincent Pit [RT #44426]
Update Changes ready to punt to CPAN
Amendments for the new save_state in dev CPANPLUS. Added M::I::Repository functionality to Makefile.PL
Prepare for CPAN release 0.18
Make the auto_set_repository author only feature
Update changes for CPAN release
Fix the installdirs in Makefile.PL
Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not include this now.
Updated tests to use conf.pl and dummy-CPAN structure from CPANPLUS to resolve an issue with running under core
Added the dummy-CPAN
Prime for CPAN release
Add the CPANPLUS bin/ dir to {PATH} if we are running under PERL_CORE. This fixes warnings during 'make test' in the core
[RT #46176] Skip XS tests when perl compiled without dynamic loading. Reported by Andy Dougherty
Removed generation of .output files
Forgot to remove the close of the output handle in END block
Added auto_provides to Makefile.PL
Removed a comment.
Fixed the setting of PERL5_CPANPLUS_IS_EXECUTING env var in prepare. Spotted by Matt Trout
Added 'perlwrapper' to all perl calls. Spotted by Matt Trout
Updated Changes
Test
Fixed the 02packages.details.txt.gz file in our fake CPAN CPANPLUS-0.87_01 now checks this file for sanity. Ours was not sane >:) Spotted by the ever vigilant Vincent Pit.
Fix to _find_prereqs() for VMS when running prereq_data Build target, reported by Craig Berry.
Integrated patch from Craig Berry to not use perlwrapper when on VMS. Skip the env test on VMS as well.
Rolled in last changes for the core.
Document changes
Missed a semicolon.
Make install() honour the buildflags directive, absence spotted by Matt Trout
Prepare for CPAN Release
Cosmetic changes to test output message, so it matches CPANPLUS::Dist::MM
Changes required for a CPAN release
Change the location of the CPANPLUS bin directory when running under core
Added MYMETA support. It will use MYMETA.yml if the parent class has support.
Bump to a dev release 0.41_01
Bump to a stable release
Make the prereq resolving fallback to _build/ querying if the 'prereq_data' action fails.
Update Changes
Make the prereq resolving *actually* fallback to _build/ querying if the 'prereq_data' action fails.
Explicitly set the location of cpanp-run-perl when under PERL_CORE in t/inc/conf.pl
Make sure we find cpanp-run-perl in ../../utils when PERL_CORE
Correct spelling in POD, pointed out by H.Merijn Brand
Bump version
Clear M::B relevant env vars during the install test
Update Changes and bump version
Fix typos (spelling errors) in cpan/CPANPLUS-Dist-Build/*.
Bump version and update CHANGES
Only delete 'perl' as a prereq if CPANPLUS version is less than 0.9102
Bump version to 0.54 and update Changes
Remove trailing whitespace
Update Changes and bump version to 0.56
Added local::lib type behaviour detection to disable use of 'sudo'
Update Changes and bump version to 0.58
Add new constant for the perl wrapper.
Replace 'perlwrapper' use with an equivalent one-liner
Update to use githubmeta() extension
Update Changes and bump to version 0.60
Test reporting enhancements
Bump to version 0.62
Update Module::Install, no functional changes.
Resolve issue where Build.PL does not generate Build script
Revert change to wrapper command-line
Core deprecation warnings added, prior to de-coring with v5.20.0
Merge pull request #1 from dsteinbrunner/patch-1
David Golden (5):
add current version to Changes (and see if I have a commit bit)
bumped CPANPLUS prereq to 0.84
suppress [ERROR] messages in tests
bump Test::Harness prereq to 3.16
bump version to 0.06_06; bump Module::Build prereq to 0.32; detab Makefile.PL
David Steinbrunner (1):
typo fix
Eric Wilhelm (1):
. - add to the ignores property
Jos Boumans (22):
r27 at rimmer: kane | 2006-08-12 22:47:24 +0200
r28 at rimmer: kane | 2006-08-12 22:48:03 +0200
r29 at rimmer: kane | 2006-08-12 23:10:34 +0200
r33 at rimmer: kane | 2006-08-16 19:57:38 +0200
r2733 at rimmer: kane | 2006-10-18 16:15:22 +0200
r3837 at rimmer: kane | 2007-02-25 17:11:04 +0100
r3838 at rimmer: kane | 2007-02-25 17:11:29 +0100
r3841 at rimmer: kane | 2007-02-25 17:19:49 +0100
r1911 at coke: josboum | 2007-05-04 14:13:42 +0200
r1913 at coke: josboum | 2007-05-04 14:14:46 +0200
r1933 at coke: josboum | 2007-05-09 11:00:16 +0200
r4006 at rimmer: kane | 2007-05-22 13:40:30 +0200
r4007 at rimmer: kane | 2007-05-22 13:42:56 +0200
r4024 at rimmer: kane | 2007-05-28 14:54:02 +0200
r2244 at coke: josboum | 2007-10-02 10:58:24 +0200
r2266 at coke: josboum | 2007-10-03 14:24:23 +0200
r4582 at coke: josboum | 2007-11-06 13:03:18 +0100
r4586 at coke: josboum | 2007-11-09 12:51:44 +0100
r4587 at coke: josboum | 2007-11-09 13:02:28 +0100
r4453 at rimmer: kane | 2007-11-14 10:02:44 +0100
r4467 at rimmer: kane | 2007-11-14 13:06:01 +0100
r4469 at rimmer: kane | 2007-11-14 13:07:47 +0100
Ken Williams (34):
Initial checkin of Jos' code
Uninstalling should work (but doesn't)
Update two 'KNOWN ISSUES' in the docs and add me to the author text
Start working on proper prereq checking
Add a CPANPLUS workaround that gets uninstall() almost working
Get the uninstallation tests working with a zillion workarounds
Add some commentage
Don't re-declare this variable
Get rid of a bunch of warnings. A couple types we just mask, because
*** empty log message ***
Honor build_requires as well as just requires
Correct a couple inaccuracies in the POD
A patch from Jos to allow the caller to filter the prereq list
Add the real function where I was using a stub
Move the actual prereq checking to a new prereq_satisfied method
This issue isn't an issue anymore
Don't send a 'pass' report just because --force is in effect
Apply Jos' cleanup patch for my last bungling
Maybe fix these files?
Set to binary
Update author
Standardize formatting, add timestamp
Ignore .releaserc
Get MANIFEST up to date
Need to quote strings.
we're not in CVS anymore, Toto
More stuff to ignore
Don't put META.yml in repo
Module::Release will add the date
Ignore t/dummy-cpanplus
Add release header
Fix some CPAN Tester output issues
git-svn-id: https://svn.perl.org/modules/CPANPLUS-Dist-Build/trunk@11903 50811bd7-b8ce-0310-adc1-d9db26280581
Add .svn
Lucas Kanashiro (12):
Add debian/upstream/metadata
Update debian/changelog
Imported Upstream version 0.80
Merge tag 'upstream/0.80'
Update debian/changelog
Update years of upstream copyright
Update Debian packaging copyright
Bump debhelper compatibility level to 9
Declare compliance with Debian policy 3.9.8
debian/control: remove dependency on liblog-message-perl, referenced nowhere in code
d/u/metadata: fix email format in Contact field
Releasing libcpanplus-dist-build-perl version 0.80-1
Salvatore Bonaccorso (2):
debian/control: Use HTTPS transport protocol for Vcs-Git URI
update changelog
gregor herrmann (2):
debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
update changelog
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 7c4c6cb Add debian/upstream/metadata
new a0bc789 Update debian/changelog
new e3c5ae5 Merge tag 'upstream/0.80'
new 03f601f Update debian/changelog
new c13c5da Update years of upstream copyright
new 4dd7da8 Update Debian packaging copyright
new 95e6584 Bump debhelper compatibility level to 9
new aab8cb6 Declare compliance with Debian policy 3.9.8
new 9ceb4dd debian/control: remove dependency on liblog-message-perl, referenced nowhere in code
new 3d00791 d/u/metadata: fix email format in Contact field
new fa789cf Releasing libcpanplus-dist-build-perl version 0.80-1
The 11 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanplus-dist-build-perl.git
More information about the Pkg-perl-cvs-commits
mailing list