[libapp-fatpacker-perl] branch master updated (5ac1063 -> e6f18e4)

gregor herrmann gregoa at debian.org
Sun Sep 7 13:36:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libapp-fatpacker-perl.

      from  5ac1063   update changelog
      adds  800b7c0   Imported Upstream version 0.010001
       new  5f1dc63   Merge tag 'upstream/0.010001'
       new  ba3021f   Add debian/upstream/metadata
       new  ea8adce   Update debian/changelog
      adds  48af193   initial import of skeleton code
      adds  fd50eab   nuke Distar since I don't have time to make this go yet
      adds  9a61995   usual dist crap
      adds  f5a54fa   move VERSION declaration somewhere sensible and add perl version requirement
      adds  a5e340b   Changes for 0.009001 (first release)
      adds  a884f0d   fixed typo and doc bug on  command usage
      adds  3e4dadc   slightly better user experience :)
      adds  62ceea2   fixed doc bug on command usage. same as a884f0d.
      adds  ac9c6c2   Changes for 0.009002
      adds  391a575   Checking in changes prior to tagging of version 0.009002
      adds  453d9fe   fixed dependency for File::Path
      adds  2de6023   bump to 0.93
      adds  dc7a3a0   [rt.cpan.org #60622] Handle conditional loading
      adds  cc5db92   [rt.cpan.org #63466] Add ending newline if input lacks one
      adds  002ecfe   Die if open fails in @INC handler
      adds  bb5ea74   0.9.4
      adds  06fb0d5   Don't skip t/mod/*.pm from MANIFEST
      adds  4c401db   Use strict in test script, don't require done_testing support
      adds  a4e040e   0.9.5
      adds  4d5603b   Switch to File::Path::{rmtree,mkpath}
      adds  ac04cb1   Add a gitignore
      adds  3fdf85c   Add --use option to use extra modules when tracing
      adds  edff3fd   Add a test for packing
      adds  0ac5c93   Add MYMETA files to META.yml
      adds  25ed659   Add repository metadaa
      adds  4aeb245   ignore vim swap files
      adds  24d68aa   put parser object in an attribute, use methods for it
      adds  a64bd0c   document ::Trace thoroughly
      adds  abd7cf0   separate tracing to a method
      adds  b4704b1   move trace arguments to hash to make it more flexible
      adds  7a3662c   moved additional modules into trace() method
      adds  f1374d2   handle undefined values
      adds  276a30c   put equal sign for module parameters in trace() method
      adds  e0cd89a   use Capture::Tiny to allow returning captured trace
      adds  8a3a89c   use Cwd (core) to allow pruning tmp dirs in test
      adds  5e1de95   no space identation
      adds  5504430   keep tempdir if FATPACKER_KEEP_TESTDIR env exists, use tempdir function for this
      adds  b079df6   fix missing whitespace before (
      adds  69667cc   clean up and simplify tracing code
      adds  2eef473   document trace capturing
      adds  878b80d   prep for release
      adds  a976705   RT #78391: Avoid using $_ when requiring modules
      adds  75b0b05   release 0.9.8
      adds  020d9b7   RT#78724: --to-stderr was broken
      adds  2b49e0e   prep for release
      adds  99b1520   added contributors
      adds  cbd99f4   fix creation of %fatpacked hash
      adds  0de38c1   enable temp file deletion in pack.t on Win32
      adds  d04938c   include git webpage; also include r/w remote spec in comments for contributors
      adds  bb49414   Add POD encoding declaration
      adds  9039b6d   more gitignore entries
      adds  003ad54   convert to Distar
      adds  92cf1c6   bump version for next release
      adds  801ce94   Changes header
      adds  b557f72   Release commit for 0.009010
      adds  31f779e   RT#79835: install bin/fatpack into $PATH
      adds  5b04a0e   Release commit for 0.009011
      adds  bf19551   RT#57811 remains open to resolve <5.8.0 issues
      adds  7bf1d4f   fix packed script to work on perl 5.6
      adds  903e8b9   now supporting 5.6 (thanks haarg!)
      adds  7180ec1   bump version
      adds  f85868a   we want to ship t/mod - tests need it!
      adds  fd81fd2   newer Distar creates more files for us
      adds  a57128c   Release commit for 0.009012
      adds  3153ba2   this is generated by Distar; no need to commit
      adds  091f3e2   tighten up a few entries
      adds  8572221   still requires perl 5.8; 5.6 only works for the fatpacked scripts, not the fatpacking itself
      adds  2cf9fee   allow easier testing on alternate perls
      adds  8710823   fix my stupid typo to fix ancient perls
      adds  ce824fa   changelog; bump version
      adds  092d558   Release commit for 0.009013
      adds  24402a9   properly state minimum perl requirement
      adds  24b4367   Improve example to include shebang line
      adds  cb50b68   Add a bit of documentation about the shebang extraction/injection
      adds  0c46b17   Skip lib if it doesn't exist
      adds  436d4ea   changelog for RT#84413
      adds  66a19d0   link to Sawyer's advent article
      adds  9faebd2   bump version for next release
      adds  40fe6b8   Release commit for 0.009014
      adds  1ea2347   Removed apparently unused piece of code, that prevents the use of ->trace() to slurp the output
      adds  9be5f3c   separate command_file implementation to a utility method ->fatpack_file
      adds  cb3e688   Added fatpack pack file, which does the equivalent of RECIPE in the doc in one shot
      adds  6da38a2   Added documentation about pack command
      adds  a5a1d54   spelling
      adds  7825a02   changelog for "pack" command
      adds  dccba93   Merge branch 'miyagawa-packer-command'
      adds  6481e9b   bump version for next release
      adds  450bf8c   Release commit for 0.009015
      adds  7dabafa   'file' command now moves shebang line and prints script content
      adds  cc0f806   Merge branch 'packer-command'
      adds  bc700e9   Update changelog
      adds  3b444fd   bump version for next release
      adds  2f9a0cc   Release commit for 0.009016
      adds  1f8ac8b   minor wording improvement
      adds  9317190   MSWin32 does not support -| $cmd @args: "List form of piped open not implemented"
      adds  e9033da   bump version for release
      adds  13f9473   Release commit for 0.009017
      adds  79f52f4   make changelog more readable, CPAN::Changes-compliant
      adds  0612cca   Stop chdir when finding packlist. Absolutify %INC path in case there's a relative path in @INC.
      adds  24c551a   changelog for miyagawa's patch (RT#84414)
      adds  3948d06   fixed bump-version (from Moo dist)
      adds  4987f03   bump version
      adds  9518bd2   Release commit for 0.009018
      adds  3cc17a9   ensure we create a v2 meta file
      adds  30c6472   Refactor: split App::FatPacker->fatpack_file in multiple methods
      adds  56a51ca   Generate absolute #line for the packed modules
      adds  22bff65   Changes for #line
      adds  f2af37c   properly set v2 metadata!
      adds  4bc06d3   be clear why we require 5.8.0
      adds  872a7ac   fix bad changes timestamp entry
      adds  e7051d2   use an @INC object hook instead of a subref to provide info on the packed files
      adds  3302086   push object as @INC hook for all perls
      adds  5a64a6a   add tests for object @INC hook
      adds  ab7608e   add djerius to contributor list
      adds  15bd679   whitespace and style cleanup
      adds  f147c6f   use more reasonable class name and protect against outer pragmas
      adds  588c7a2   update changes for object hook and files method
      adds  3c29415   add myself to contributors
      adds  3326f14   bump version number
      adds  9da940c   include line test extras in manifest
      adds  b7b0be0   Release commit for 0.010000
      adds  ef3dc77   typo fixes
      adds  b4e8471   we have no dynamic configs
      adds  12953dc   revert to previous formatting
      adds  27d3952   also include the relevant B version
      adds  a73e80c   add to instead of overwriting PERL5OPT
      adds  b4ff64e   include lib/ in @INC for packlists_containing require() calls
      adds  4373b37   bump version
      adds  f675554   Release commit for 0.010001
      adds  e1213c6   specify perl prereq corrctly
      adds  1ad908f   changelog
      adds  3e4ff43   bump version
      adds  9182265   Release commit for 0.010002
      adds  1fd2607   Imported Upstream version 0.010002
       new  a94a199   Merge tag 'upstream/0.010002'
       new  12d0424   Update debian/changelog
       new  59a7eb1   Add autopkgtest control file.
       new  e6f18e4   update changelog / add IGNORE-VERSION

The 7 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:
 Changes                  |  3 +++
 MANIFEST                 |  2 +-
 META.json                | 14 ++++++++++++--
 META.yml                 |  8 ++++++--
 Makefile.PL              | 10 +++++++---
 debian/changelog         | 13 +++++++++++--
 debian/tests/control     |  8 ++++++++
 debian/upstream/metadata |  8 ++++++++
 lib/App/FatPacker.pm     |  2 +-
 9 files changed, 57 insertions(+), 11 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-fatpacker-perl.git



More information about the Pkg-perl-cvs-commits mailing list