[SCM] Debian packaging of Text-BibTeX CPAN distribution branch, master, updated. debian/0.38-1-15-gb6be848

gregor herrmann gregoa at debian.org
Fri Sep 2 22:03:02 UTC 2011


The following commit has been merged in the master branch:
commit 349f76a909f451689fba67cf3d19913b6910f920
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 2 23:14:26 2011 +0200

    Remove patch.

diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 38d5419..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_Makefile.dpatch
diff --git a/debian/patches/01_Makefile.dpatch b/debian/patches/01_Makefile.dpatch
deleted file mode 100644
index af35059..0000000
--- a/debian/patches/01_Makefile.dpatch
+++ /dev/null
@@ -1,40 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 001_Makefile.dpatch by Bas Zoetekouw <bas at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix the makefile to not download and build libbtparse, but rather link
-##     dynamically
-
- at DPATCH@
-
---- ../libtext-bibtex-perl-0.36.orig/Makefile.PL	2005-07-24 17:24:01.000000000 +0200
-+++ ./Makefile.PL	2006-04-08 18:17:58.000000000 +0200
-@@ -366,7 +366,7 @@
- # but can still have Makefile.PL take care of unpacking btparse for
- # building anywhere else.
- 
--unpack_btparse (\@btparse_versions, ['.', '..']);
-+#unpack_btparse (\@btparse_versions, ['.', '..']);
- 
- my @support_files = ('btxs_support$(OBJ_EXT)');
- 
-@@ -376,16 +376,16 @@
-     'NAME'	=> 'Text::BibTeX',
-     'VERSION_FROM'   => 'BibTeX.pm',
-     'XSPROTOARG' => '-prototypes',
--    'LIBS'	=> [''],   # e.g., '-lm' 
-+    'LIBS'	=> ['-lbtparse'],   # e.g., '-lm' 
-     'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
-     'INC'	=> '-Ibtparse/src',
--    'MYEXTLIB'  => 'btparse/src/.libs/libbtparse$(LIB_EXT)',
-+#    'MYEXTLIB'  => 'btparse/src/.libs/libbtparse$(LIB_EXT)',
-     'OBJECT'    => 'BibTeX$(OBJ_EXT) ' . join (' ', @support_files),
-     'dynamic_lib' => { INST_DYNAMIC_DEP => join (' ', @support_files) },
-     'dist'      => { COMPRESS => "gzip", SUFFIX => "gz" }
- );
- 
--configure_btparse ('btparse');
-+#configure_btparse ('btparse');
- 
- # -- END main ----------------------------------------------------------
- 

-- 
Debian packaging of Text-BibTeX CPAN distribution



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