Refresh patches
authorStephane Glondu <steph@glondu.net>
Tue, 26 Jun 2012 05:25:32 +0000 (07:25 +0200)
committerStephane Glondu <steph@glondu.net>
Tue, 26 Jun 2012 05:25:32 +0000 (07:25 +0200)
12 files changed:
debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
debian/patches/0002-Call-ld-with-proper-flags.patch
debian/patches/0003-Don-t-use-rpath.patch
debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
debian/patches/0006-Install-ocamlbuild-as-a-link-on-either-.native-or-.b.patch
debian/patches/0007-Natdynlink-works-on-powerpc-and-hurd-i386.patch
debian/patches/0008-Declare-primitive-name-table-as-const-char.patch
debian/patches/0010-Properly-initialize-executable-name-in-caml_startup_.patch
debian/patches/0012-Make-objinfo-show-force_link-and-ccobjs-ccopts-when-.patch
debian/patches/0013-ocamlopt-arm-add-.type-directive-for-code-symbols.patch
debian/patches/0014-Add-support-for-ENOTSUP.patch
debian/patches/0015-Do-not-add-R-dir-in-X11-link-options-on-GNU-kFreeBSD.patch

index 3d05dfcee6fafc687c2fbf728a7317cc76cad727..2bdbc74e3687f01dabad3ea9d1b41a35e7f76a3b 100644 (file)
@@ -6,7 +6,7 @@ Pass the --no-relax option to ld to fix a segfault in initialization
 code (bug#338437)
 ---
  configure |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
+ 1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/configure b/configure
 index 9be5199..236e016 100755
index e1b47544b3b992af0a8a70bcf903f2b7dcfad60e..b2008875f1a83852682849d345ddc84a60bbf9af 100644 (file)
@@ -7,7 +7,7 @@ to remove the "-Wl," parts, which are only used when ocamlopt calls
 gcc.
 ---
  configure |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure b/configure
 index 236e016..d4287ed 100755
index 83a5f556868438bf8e6df41b464ac51590afaaaa..b29373395476cd782f33e3063824a20268c82e00 100644 (file)
@@ -4,7 +4,7 @@ Subject: Don't use rpath
 
 ---
  tools/ocamlmklib.mlp |    5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ 1 file changed, 5 insertions(+)
 
 diff --git a/tools/ocamlmklib.mlp b/tools/ocamlmklib.mlp
 index 8374439..b8d9e33 100644
index 7231e227d086e0f86110e580a01fdf0e907ea6ee..b43738fdf100803692a8221c335b3cdf771fc600 100644 (file)
@@ -4,7 +4,7 @@ Subject: Put manpages in section 3o instead of 3
 
 ---
  ocamldoc/Makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
 index 8f6e87c..ace934c 100644
index cac20849143a36475085276116ef69ca79b9cdc1..a7d15592393db1f98979558d277867443bb7a608 100644 (file)
@@ -4,7 +4,7 @@ Subject: Install ocamlbuild as a link on either .native or .byte
 
 ---
  build/partial-install.sh |   17 ++++++++++++++++-
- 1 files changed, 16 insertions(+), 1 deletions(-)
+ 1 file changed, 16 insertions(+), 1 deletion(-)
 
 diff --git a/build/partial-install.sh b/build/partial-install.sh
 index 8e4fbd2..ca66bc1 100755
index 739217df7f6f8890e904e949ddcf1c980f1dac8c..d3f4d135824056aec7226bf6e094a4a1b4df1ecc 100644 (file)
@@ -12,7 +12,7 @@ Bug: http://caml.inria.fr/mantis/view.php?id=5255
 Signed-off-by: Stephane Glondu <steph@glondu.net>
 ---
  configure |    3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ 1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/configure b/configure
 index d4287ed..d6ba2e3 100755
index c9a8ede7ad09055987edb5e20bdf0fed0b3a6b96..209907822a49d11665fc6f3bcc946dabbf3d5735 100644 (file)
@@ -8,7 +8,7 @@ Bug: http://caml.inria.fr/mantis/view.php?id=5131
 Signed-off-by: Stephane Glondu <steph@glondu.net>
 ---
  bytecomp/symtable.ml |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/bytecomp/symtable.ml b/bytecomp/symtable.ml
 index d6ecc94..37def29 100644
index fdfc3db3b3f25e4bc8be89726620f1e0e726cf03..fdb9c0bcce7d60a84fa9f030686cd5aec27d31e8 100644 (file)
@@ -7,7 +7,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627756
 Signed-off-by: Stephane Glondu <steph@glondu.net>
 ---
  byterun/startup.c |   11 ++++++++++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
+ 1 file changed, 10 insertions(+), 1 deletion(-)
 
 diff --git a/byterun/startup.c b/byterun/startup.c
 index db273b2..780cb1e 100644
index 1832412487a642b89ff231a59d7c82de409715ad..8af14a06ff4efe914cf9f2a58642e70255bd554a 100644 (file)
@@ -8,7 +8,7 @@ Subject: Make objinfo show force_link and ccobjs/ccopts when needed
 Forwarded: http://caml.inria.fr/mantis/view.php?id=5316
 ---
  tools/objinfo.ml |   25 +++++++++++++++++++++----
- 1 files changed, 21 insertions(+), 4 deletions(-)
+ 1 file changed, 21 insertions(+), 4 deletions(-)
 
 diff --git a/tools/objinfo.ml b/tools/objinfo.ml
 index 4f467f2..b75b83a 100644
index a4c0491ea84a1f133c9333df234383c01f646163..a616a223b8f8038a7e899daec04de8391e8f641a 100644 (file)
@@ -8,7 +8,7 @@ Signed-off-by: Stephane Glondu <steph@glondu.net>
 ---
  asmcomp/arm/emit.mlp |    1 +
  asmrun/arm.S         |   12 ++++++++++++
- 2 files changed, 13 insertions(+), 0 deletions(-)
+ 2 files changed, 13 insertions(+)
 
 diff --git a/asmcomp/arm/emit.mlp b/asmcomp/arm/emit.mlp
 index 2003313..a4b2241 100644
index e2f031f2fc79738b906bc52daf81797f0e562516..e318648f060df9b0ab6f49a404b7b60ccce76183 100644 (file)
@@ -15,7 +15,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646372
 Signed-off-by: Stephane Glondu <steph@glondu.net>
 ---
  otherlibs/unix/unixsupport.c |   11 ++++++++++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
+ 1 file changed, 10 insertions(+), 1 deletion(-)
 
 diff --git a/otherlibs/unix/unixsupport.c b/otherlibs/unix/unixsupport.c
 index a471f9e..db5912e 100644
index 4c29883f4d05685921a5cc99c31329e444c226e7..2671b579cea2b991f5fd25c621c7212e27828bd5 100644 (file)
@@ -6,7 +6,7 @@ Signed-off-by: Stephane Glondu <steph@glondu.net>
 Bug: http://caml.inria.fr/mantis/view.php?id=5393
 ---
  configure |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
 
 diff --git a/configure b/configure
 index d6ba2e3..20b4b17 100755