[Pkg-ocaml-maint-commits] [SCM] why packaging branch, master, updated. debian/2.18.dfsg-3-5-g0c7bf67

Mehdi Dogguy dogguy at pps.jussieu.fr
Tue May 19 19:25:35 UTC 2009


The following commit has been merged in the master branch:
commit 9cbba4a3e8e8457778c0ab6b56b5fdfff2af4a69
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Tue May 19 21:14:35 2009 +0200

    Remove useless patch

diff --git a/debian/patches/00list b/debian/patches/00list
index d064c4d..9e34026 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,4 +1,3 @@
-configure
 jessie_lib
 logopath
 makefile.in
diff --git a/debian/patches/configure.dpatch b/debian/patches/configure.dpatch
deleted file mode 100755
index 1a0b3fd..0000000
--- a/debian/patches/configure.dpatch
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## configure.dpatch by  <dogguy at pps.jussieu.fr>
-##
-## DP: Correctly detect ocamlopt.
-
- at DPATCH@
-diff -urNad trunk~/configure trunk/configure
---- trunk~/configure	2008-03-17 10:21:43.000000000 +0100
-+++ trunk/configure	2008-05-05 16:07:31.000000000 +0200
-@@ -1848,7 +1848,7 @@
- fi
- 
- # checking for ocamlopt.opt
--if test "$OCAMLOPT" != no ; then
-+if test "$OCAMLOPT" = no ; then
-     # Extract the first word of "ocamlopt.opt", so it can be a program name with args.
- set dummy ocamlopt.opt; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
-diff -urNad trunk~/configure.in trunk/configure.in
---- trunk~/configure.in	2008-03-17 10:21:43.000000000 +0100
-+++ trunk/configure.in	2008-05-05 16:07:19.000000000 +0200
-@@ -142,7 +142,7 @@
- fi
- 
- # checking for ocamlopt.opt
--if test "$OCAMLOPT" != no ; then
-+if test "$OCAMLOPT" = no ; then
-     AC_CHECK_PROG(OCAMLOPTDOTOPT,ocamlopt.opt,ocamlopt.opt,no)
-     if test "$OCAMLOPTDOTOPT" != no ; then
- 	AC_MSG_CHECKING(ocamlc.opt version)

-- 
why packaging



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