r46488 - in /trunk/libtext-markdown-perl: Changes META.yml Makefile.PL debian/changelog debian/control lib/Text/Markdown.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 28 15:49:54 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 28 15:49:48 2009
New Revision: 46488

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46488
Log:
libtest-differences-perl now added to B-D-I; no upload necessary

Modified:
    trunk/libtext-markdown-perl/Changes
    trunk/libtext-markdown-perl/META.yml
    trunk/libtext-markdown-perl/Makefile.PL
    trunk/libtext-markdown-perl/debian/changelog
    trunk/libtext-markdown-perl/debian/control
    trunk/libtext-markdown-perl/lib/Text/Markdown.pm

Modified: trunk/libtext-markdown-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/Changes?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/Changes (original)
+++ trunk/libtext-markdown-perl/Changes Wed Oct 28 15:49:48 2009
@@ -1,4 +1,9 @@
 This file documents the revision history for Perl extension Text::Markdown.
+
+1.0.29 2009-10-28T15:19:26
+        - Note Test::Differences is needed for tests to run (RT#50918)
+        - Change build_requires to test_requires in Makefile.PL where
+          appropriate.
 
 1.0.28 2009-10-27T14:28:12
         - Fix MANIFEST.skip to avoid extraneous crap in the distribution.

Modified: trunk/libtext-markdown-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/META.yml?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/META.yml (original)
+++ trunk/libtext-markdown-perl/META.yml Wed Oct 28 15:49:48 2009
@@ -7,6 +7,7 @@
   File::Slurp: 9999.08
   FindBin: 0
   List::MoreUtils: 0
+  Test::Differences: 0
   Test::Exception: 0
   Test::More: 0.42
 configure_requires:
@@ -31,4 +32,4 @@
   bugtracker: http://github.com/bobtfish/text-markdown/issues
   license: http://opensource.org/licenses/bsd-license.php
   repository: http://github.com/bobtfish/text-markdown/
-version: 1.000028
+version: 1.000029

Modified: trunk/libtext-markdown-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/Makefile.PL?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/Makefile.PL (original)
+++ trunk/libtext-markdown-perl/Makefile.PL Wed Oct 28 15:49:48 2009
@@ -15,11 +15,12 @@
 requires        'Digest::MD5'     => undef;
 requires        'Text::Balanced'  => undef;
 requires        'Encode'          => undef;
-build_requires  'Test::More'      => '0.42';
-build_requires  'Test::Exception' => undef;
-build_requires  'List::MoreUtils' => undef;
-build_requires  'File::Slurp'     => '9999.08';
-build_requires  'FindBin'         => undef;
+test_requires  'Test::More'      => '0.42';
+test_requires  'Test::Exception' => undef;
+test_requires  'List::MoreUtils' => undef;
+test_requires  'File::Slurp'     => '9999.08';
+test_requires 'Test::Differences' => undef;
+test_requires  'FindBin'         => undef;
 
 if ($Module::Install::AUTHOR) {
     system("pod2text lib/Text/Markdown.pm > README")

Modified: trunk/libtext-markdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/debian/changelog?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/debian/changelog (original)
+++ trunk/libtext-markdown-perl/debian/changelog Wed Oct 28 15:49:48 2009
@@ -1,12 +1,10 @@
-libtext-markdown-perl (1.000028-1) UNRELEASED; urgency=low
+libtext-markdown-perl (1.000029-1) UNRELEASED; urgency=low
 
-  Only changes version numbering scheme. It's strange that there
-  are now two tarballs bundled in the new upstream release.
-  IGNORE-VERSION: 1.000028-1
+  IGNORE-VERSION: 1.000029-1
 
   * New upstream release
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 27 Oct 2009 09:16:06 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 28 Oct 2009 08:15:40 -0400
 
 libtext-markdown-perl (1.0.26-1) unstable; urgency=low
 

Modified: trunk/libtext-markdown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/debian/control?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/debian/control (original)
+++ trunk/libtext-markdown-perl/debian/control Wed Oct 28 15:49:48 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl,
  libfile-slurp-perl, libtext-diff-perl, libtest-pod-perl, libhtml-tidy-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, libtest-differences-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>,

Modified: trunk/libtext-markdown-perl/lib/Text/Markdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/lib/Text/Markdown.pm?rev=46488&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/lib/Text/Markdown.pm (original)
+++ trunk/libtext-markdown-perl/lib/Text/Markdown.pm Wed Oct 28 15:49:48 2009
@@ -9,7 +9,7 @@
 use Carp        qw(croak);
 use base        'Exporter';
 
-our $VERSION   = '1.000028'; # 1.0.28
+our $VERSION   = '1.000029'; # 1.0.29
 $VERSION = eval $VERSION;
 our @EXPORT_OK = qw(markdown);
 




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