File: no_warn-error.dpatch

package info (click to toggle)
missinglib 0.4.10.debian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 329
  • sloc: ml: 1,726; sh: 233; makefile: 163
file content (19 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## no_warn-error.dpatch by Samuel Mimram <smimram@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Warnings should be harmless.

@DPATCH@
diff -urNad missinglib-0.4.10.debian~/Makefile.setup missinglib-0.4.10.debian/Makefile.setup
--- missinglib-0.4.10.debian~/Makefile.setup	2004-07-21 22:56:13.000000000 +0200
+++ missinglib-0.4.10.debian/Makefile.setup	2005-12-19 21:27:57.000000000 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 
-OCAMLFLAGS := -warn-error A
+OCAMLFLAGS :=
 
 ifndef OCAMLMAKEFILE
   OCAMLMAKEFILE := $(PATHTOTOP)/contrib/OCamlMakefile/OCamlMakefile