[libnamespace-clean-perl] annotated tag debian/0.26-1 created (now d3b1347)
gregor herrmann
gregoa at debian.org
Sun Oct 18 17:16:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag debian/0.26-1
in repository libnamespace-clean-perl.
at d3b1347 (tag)
tagging c39dddf500651cab50cc920979197e15714c6519 (commit)
replaces debian/0.25-1
tagged by gregor herrmann
on Sun Oct 18 19:16:21 2015 +0200
- Log -----------------------------------------------------------------
tagging package libnamespace-clean-perl version debian/0.26-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAABCgBmBQJWI9PlXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGxsoQAIfCfcpDSwYB5oKZj0Q2NXIf
eaZEenx7n91kiTWHpTpA5wY7gJFbSlqIE6QTWR9Df88WBuLfRnnPcq21zW7vAize
vHLZUKBGP6F2vIMlVjuhNkje/r9ij9+H3TxmEWpknJtMZ2n6fRD/IZSF/a8jSl3V
K5zfDaVMaeWAd4mdu+allon32PWoPe924XZ7dh53BiVto0zqR1DkT/qXY92z43sy
V2hQOV5tZr54oXJWA3sXNWb8CU+YAo+F3ROk1tz4FvWAulwreH271RkMnBOa9QlC
k9+thKetqwQcUWS3vKrEv34wF1k651CSb22nYVJBQyBp9T2kULvnrXFMahxCQper
8FvybhGNoHgrblZn8Cs+b9MgSI6J+qoosZvveqYf7AnNVVSCxyQViuhlkAmsQaJ1
EaFNoRzBqqzbqJzsa5h//FlXcBU3AhklqmHRtUIyklN9ZfzTJQnSN4KK+nJAS505
KY5zLGQeekLnl3JDjg04Ju3upYUO12hFcKhPH7d6Ejc7Vkxw6aiQM1629XzcWZR+
HLdlCul18E9EVmgF4NvKx0OjtOdV78ZsN8jT7Rntie0KaQXsNIiHMqMTWA/dl8cx
Yk9EEb/81DSOhm7xGfCEeuWsPt5jp+FJiGctLgRkeUmaoI1DDHtY0K/I/GgHYT33
Wjxjupk1Lh2CMs2XjtBD
=9Yb1
-----END PGP SIGNATURE-----
Florian Ragwitz (43):
Import namespace-clean-0.01.tar.gz.
Import namespace-clean-0.02.tar.gz.
Import namespace-clean-0.03.tar.gz.
Import namespace-clean-0.04.tar.gz.
Import namespace-clean-0.05.tar.gz.
Import namespace-clean-0.06.tar.gz.
Import namespace-clean-0.07.tar.gz.
Import namespace-clean-0.08.tar.gz.
Remove autogenerated stuff.
Port to B::Hooks::EndOfScope.
Update documentation to reflect B::Hooks::EndOfScope usage.
Version 0.09.
Update pod to reflect the current version.
Depend B::Hooks::EndOfScope 0.06.
Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors.
Version 0.10.
Update README.
Quote $VERSION so it won't end up as 0.1.
Remove MANIFEST. Generate it from MANIFEST.SKIP.
Add .gitignore.
Make META.yml parsable by working around what i think is a Module::Install bug.
Add reference to RT ticket the recent changes fix.
Version 0.11.
Add testcase for clobbering globs when trying to restore them.
Fix restoring of non-code symbols when cleaning.
Stop relying on stash entries always being upgraded into real GVs.
Remove auto-generated README.
Version 0.12.
Skip failing debugger tests on 5.8.8 and older.
Version 0.13.
Turn the very faily debugger test into an author test.
Version 0.14.
Convert to Dist::Zilla
Credit doy
Stop declaring unused variables
Version 0.16
Allow the debugger test to be skipped early
Version 0.17
Version 0.18
Remove back-compat for old Package::Stash versions
Version 0.19
Bump Package::Stash dependency to 0.22
Version 0.20
Graham Knop (1):
correct EU::CBuilder check
Jason Kohles (1):
This used to fail with old V::M, add it to make sure it behaves under PP
Jesse Luehrs (7):
start converting to use Stash::Manip
adjust deps and add changelog
s/Stash::Manip/Package::Stash/g
changelog and version bump
vivify the storage var manually
don't rely on package::stash's remove_package_symbol implementation
work with new package::stash api
Olivier Mengué (1):
Mini $RemoveSubs refactoring: less loops, less concat
Peter Rabbitson (47):
Only ask for debugger bits when debugger detected
Moar stresstesting
Spellfixoring RT#54388
Pure-perlize
De-dzilify. This may look odd and borderline revolting - read on
Trial release preparing for pure-perl-capable 0.21
Fix borked git url
Clarification as per doy's request
Try harder to detect tie(%^H) clashes
Strictures and changelogging
Build correct meta, not including B::H::EOS
Version 0.21
Add dropped NAME pod section (RT#70259)
ignore mymetas
Fix all debugger issues from perl 5.8.1 on FC++ (RT#69862)
P::S::XS buggery strikes again
Install the debugger fixup deps iff can_cc (RT#72368)
Add an envvar to make it easier to smoke the PP codepath
Fix careless handling of the hinthash in PP mode (RT#73402)
Trial release to smoketest the hinthash handling changes
Do not rerun PP tests twice if the envvar is set
Disable the debugger fixup entirely on perl 5.15.5+
The real fix for RT#73402 (abaondon tie %^H entirely), FC++
Run the PP tests with or without Devek::Hide
Another devrel to see how happy smokers are
Even more simplifications of the PP callback
Simplify even more - we don't care about context anymore
Whoops, more hidden packages
Version 0.22
Fix failures on 5.13.6, RT#74683, Zefram++
Version 0.23
Properly skip debugger test when optional deps not available
Fix tests on space-containing paths RT#77528
B::H::EOS is now PP-capable on its own
Version 0.24
Reorganize PP test to fail comprehensibly on failed prereqs
Version 0.25
Eject pod to the end of the file
Add an once-and-for-all workaround for Package::Stash::XS + =< 5.8.6
Reign in XS portions needed for certain perls under debugging, several things:
Make sure to exercise P::S::PP under t/10-pure-perl.t
No idea why $DebuggerFixup was originally introduced - fold it back
Streamline meta etc
Switch around the preference of S::U / S::N
Rewrap Changes to be more compatible with metacpan
Explicitly document the late runtime binding of `sort SUBNAME ...`
Version 0.26
Robert 'phaylon' Sedlacek (3):
implemented -cleanee option plus an external callable remove_subroutines class method to provide functionaltiy as per RT#41850
removal subroutine named clean_subroutines, not remove_subroutines
updated README
Salvatore Bonaccorso (2):
Update Vcs-Browser URL to cgit web frontend
update changelog
Tomas Doran (1):
Bump dep to B::Hooks::EndOfScope 0.10
Tomas Doran (t0m) (1):
Remove auto_install for mbm as using git is 'too much yak hair'.
Yuval Kogman (1):
work around $DB::sub
gregor herrmann (11):
Add debian/upstream/metadata
Update debian/changelog
Imported Upstream version 0.26
Merge tag 'upstream/0.26'
Update debian/changelog
update debian/upstream/metadata
Update years of packaging copyright.
Mark package as autopkgtest-able.
Declare compliance with Debian Policy 3.9.6.
Bump debhelper compatibility level to 9.
releasing package libnamespace-clean-perl version 0.26-1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 87f6a4f Add debian/upstream/metadata
new da2e984 Update debian/changelog
new 186b9f7 Merge tag 'upstream/0.26'
new 631a766 Update debian/changelog
new 5b75e22 update debian/upstream/metadata
new 2ab1156 Update years of packaging copyright.
new e3c5dc7 Mark package as autopkgtest-able.
new 5680833 Declare compliance with Debian Policy 3.9.6.
new af13fcd Bump debhelper compatibility level to 9.
new c39dddf releasing package libnamespace-clean-perl version 0.26-1
The 10 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/libnamespace-clean-perl.git
More information about the Pkg-perl-cvs-commits
mailing list