[libtest-manifest-perl] branch master updated (b1affa4 -> f5238b9)

gregor herrmann gregoa at debian.org
Thu Sep 4 12:40:10 UTC 2014


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

gregoa pushed a change to branch master
in repository libtest-manifest-perl.

      from  b1affa4   releasing package libtest-manifest-perl version 2.01-1
       new  bfe96b5   Add debian/upstream/metadata
       new  8e67cad   Update debian/changelog
      adds  f047160   Initial revision
      adds  7401e95   * added Text::Diff prereq
      adds  45eda7f   * use the File::Find::Rule self discovery rule
      adds  03dc3d7   * added run_t_manifest
      adds  1856aac   * config data for release
      adds  2212aee   * add dist pattern and release artifacts
      adds  8473a20   * don't put these in MANIFEST
      adds  c74abfc   * change things to have as few dependencies as possible
      adds  4930bbd   * ignore test_manifest in t.  we'll create that when we need it
      adds  4f3a2a4   * bumped version
      adds  4ea7c6b   * ignore these files
      adds  83f73a0   * tell Makefile where to put man pages
      adds  2bbca94   * ignore MakeMaker artifacts
      adds  653a95b   * added ExtUtils::MakeMaker dependency so the right test routine runs during make test.  Older versions used a different function name which means Test::Manifest does nothing
      adds  19d5783   * for version 0.91
      adds  db925d7   Put parens around the my
      adds  6f38952   Ready for 0.92
      adds  f48ee0b   Added POD tests
      adds  44efe86   POD cleanup
      adds  e4b0511   Andy is now the owner
      adds  5ed99b8   Added META.yml
      adds  2ea8bd5   * docs show an example of how to make Test::Manifest optional * some formatting fixes
      adds  6f3da9c   * for version 0.93
      adds  0a5dc18   * change the release user back to me
      adds  0fd5810   * standard Perl installation mantra
      adds  752c1f2   * these are placeholder files to test get_t_files() ability to strip whitespace from things in test_manifest
      adds  a074ea9   * ignore backup file extensions
      adds  bb285d9   * get_t_files() now strips leading and trailing whitespace from lines in test_manifest, and it skips comment lines.  This is not such a big deal since it also looks for the files it t/ before it adds them to the list. However, I had the odd situation with some whitespace where the file did not show up in the test list, so here's the fix
      adds  f85de5f   * Makemaker will create this for us, so ignore it
      adds  aea40b3   * for version 0.95
      adds  afc5217   * require perl5.006 since we use auto-vivified filehandles.  I've decided not to be backward compatible.  this resolves (in my mind), RT report http://rt.cpan.org/Ticket/Display.html?id=6530
      adds  c20dae9   * this is no longer a pre-release. :)
      adds  dc62b94   * for version 1.11
      adds  9e748a2   * fixed spelling error
      adds  c8dcb98   * Added POD coverage tests
      adds  caee3ab   * for version 1.13
      adds  7408ae8   * Put file paths together with File::Spec: this should fix the test failures on Windows.
      adds  ccd0482   * for version 1.14
      adds  ac337a2   * Added an experimental feature to allow commands in the test_manifest. So far, it's just "include", which grabs another file and starts reading test file names from that (recursively).
      adds  e98c097   * Documentation for the ;include feature
      adds  834f01c   * for version 1.16
      adds  42a4ee2   add examples directory
      adds  e3c1a76   * updated to SVN, including $VERSION
      adds  68c821d   * ignore artefacts
      adds  39f12a4   * for version 1.17
      adds  0a507b8   * get rid of Test::More
      adds  0a3a847   * for version 1.21
      adds  1b52a54   * distro cleanups after moving to svn from cvs
      adds  e7bc71a   * for version 1.22
      adds  f98c4a6   * Moving files around so none have two dots, as reported in  http://rt.cpan.org/Ticket/Display.html?id=32061
      adds  2860440   * fix all the places where Test::MAnifest's tests get file names (the sample test_manifest files) so they match the files that are actually there.
      adds  aa9399b   * for version 1.22_01
      adds  81bfdbb   * file path and unlink fixes for VMS: RT 32061
      adds  f5dce73   * for version 1.22_02
      adds  7373f3e   * Fix bug for missing files. Instead of skipping them as documented, I was merely passing them through (just not adding t/ to it).
      adds  750f8a1   * ignore artefact files
      adds  fedb3ba   * for version 1.22_03
      adds  dbb8739   * Move to github, so update everything for git
      adds  6f095bc   * ignore some files
      adds  f9cac20   * for version 1.23
      adds  1bad94d   * ignore *.bak files
      adds  183fdd9   * Support Module::Build by creating an MB subclass
      adds  c3e0332   * Use Build.PL now
      adds  425dfaf   * Get rid of Makemaker
      adds  7fc1d88   * Ignore Module::Build leftovers
      adds  f5144f3   Don't use Test::Manifest on itself
      adds  28775b4   * Skip prereqs and kwalitee while I sort out my Module::Build transition
      adds  5d83e4a   * Ignore distdir and META.yml
      adds  97f0044   * Ignore distdir and META.yml
      adds  b5b58c2   * Use the right module name in Build.PL
      adds  62313be   * Pod fixups, adjust date and repo location
      adds  22b5a31   * Specify the meta_merge stuff in Build.PL
      adds  de8258c   * Strip trailing whitespace
      adds  0b7266c   pod fixes
      adds  2706d96   Merged pull request #1 from doherty/pod-fixes.
      adds  2fa4e6c   Bump version, fix synopsis
      adds  2908b53   Skip generated files
      adds  22013e3   * for version 2.00_01
      adds  69806e3   Move module locations
      adds  60873e7   Clean up changes files
      adds  82bb6f0   Ignore MYMETA
      adds  723af5b   Apparently I can't define my own resource types
      adds  19de1c2   Make this the first Dev version in the 2.0 series
      adds  aace790   Convert to Makefile.PL
      adds  f6df956   Ignore META* files
      adds  24f23c4   Update MANIFEST for Makefile.PL
      adds  5316af9   Fix clean targets
      adds  d56a63e   * for version 2.00_001
      adds  7a9462f   Added /Users/brian/Dev/test-manifest/.travis.yml
      adds  583172a   Bump to user version
      adds  efe00fc   Update MANIFEST
      adds  5d57610   Fix RT #98288: fix a spelling mistake
      adds  cc3e312   * for version 2.02
      adds  437bc22   Imported Upstream version 2.02
       new  2781d41   Merge tag 'upstream/2.02'
       new  61e1172   Update debian/changelog
       new  b0fee35   Drop spelling.patch, merged upstream.
       new  f5238b9   releasing package libtest-manifest-perl version 2.02-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:
 Changes                       |  4 ++--
 META.json                     |  4 ++--
 META.yml                      |  4 ++--
 debian/changelog              |  8 ++++++++
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 18 ------------------
 debian/upstream/metadata      |  6 ++++++
 lib/Test/Manifest.pm          |  4 ++--
 8 files changed, 22 insertions(+), 27 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata

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



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