[SCM] Debian packaging of Text-Markdown-Discount CPAN distribution branch, master, updated. upstream/0.02-11-g859d4f5

Alessandro Ghedini al3xbio at gmail.com
Tue Jan 3 14:45:08 UTC 2012


The following commit has been merged in the master branch:
commit 88f02044ff910b70f63ea726db9125143a2027bc
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Jan 3 15:40:09 2012 +0100

    Update use-system-markdown.patch to not include $extdir
    
    Git-Dch: Ignore

diff --git a/debian/patches/use-system-markdown.patch b/debian/patches/use-system-markdown.patch
index 84410d0..e0df632 100644
--- a/debian/patches/use-system-markdown.patch
+++ b/debian/patches/use-system-markdown.patch
@@ -4,9 +4,9 @@ Origin: vendor
 Forwarded: not-needed
 Last-Update: 2012-01-01
 
---- libtext-markdown-discount-perl-0.02.orig/Makefile.PL
-+++ libtext-markdown-discount-perl-0.02/Makefile.PL
-@@ -57,12 +57,6 @@ xmlpage.o
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -57,12 +57,6 @@
  
  
  
@@ -19,7 +19,7 @@ Last-Update: 2012-01-01
  
  WriteMakefile(
      NAME              => 'Text::Markdown::Discount',
-@@ -71,8 +65,6 @@ WriteMakefile(
+@@ -71,8 +65,6 @@
      ($] >= 5.005 ?
        (ABSTRACT_FROM  => 'lib/Text/Markdown/Discount.pm',
         AUTHOR         => 'Masayoshi Sekimura <sekimura at cpan.org>') : ()),
@@ -28,5 +28,5 @@ Last-Update: 2012-01-01
 -    MYEXTLIB          => $myextlib,
 -    clean             => { FILES => $clean_files },
 +    LIBS               => '-lmarkdown',
-+    INC               => '-I. -I' . $extdir,
++    INC               => '-I.',
  );

-- 
Debian packaging of Text-Markdown-Discount CPAN distribution



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