[Pkg-ocaml-maint-commits] [SCM] perl4caml packaging branch, master, updated. debian/0.9.3-8.1-20-gb880649

Stephane Glondu steph at glondu.net
Sun Feb 22 23:32:54 UTC 2009


The following commit has been merged in the master branch:
commit 4b2f7bed8c3acc129c89403529edfc723c0abcbd
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 22 23:16:36 2009 +0100

    Remove 11_Makefile.config.dpatch (not relevant anymore)

diff --git a/debian/patches/00list b/debian/patches/00list
index 6f8f106..137bae7 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,2 +1 @@
 10_Makefile
-11_Makefile.config
diff --git a/debian/patches/10_Makefile.dpatch b/debian/patches/10_Makefile.dpatch
old mode 100644
new mode 100755
diff --git a/debian/patches/11_Makefile.config.dpatch b/debian/patches/11_Makefile.config.dpatch
deleted file mode 100644
index 24c91a9..0000000
--- a/debian/patches/11_Makefile.config.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 11_Makefile.config.dpatch by Marc Brockschmidt <he at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix up Makefile.config to not be bound to Perl5.8
-
- at DPATCH@
---- a/Makefile.config
-+++ b/Makefile.config
-@@ -36,7 +36,8 @@ EXTRA_CFLAGS := -DPERL4CAML_REFCOUNTING_EXPERIMENTAL=1
- # To work out what this should be, try:
- # `perl -MExtUtils::Embed -e ldopts'
- 
--DYNALOADER_HACK := /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
-+#DYNALOADER_HACK := /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
-+DYNALOADER_HACK := $(shell perl -MExtUtils::Embed -e 'print map { m{^(-l|/)} ? "-cclib $$_ " : "-ccopt $$_ "} split(/\s+/, ldopts(1))')
- #DYNALOADER_HACK := /System/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a
- 
- # PACKAGE and VERSION

-- 
perl4caml packaging



More information about the Pkg-ocaml-maint-commits mailing list