~ubuntu-branches/ubuntu/lucid/camomile/lucid

« back to all changes in this revision

Viewing changes to debian/patches/makefile.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2006-06-09 00:30:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060609003018-ylvlqbjz0ynqn4rh
Tags: 0.6.5-1
* New upstream release,
* Change my email address,
* Acknowledge NMU from Ralf Treinen (thanks for doing it),
* Upgrade standards version to 3.7.2.0 (no change),
* Apply a tip to made the package binNMU safe, thanks to Aaron M. Ucko, for
  suggesting to use dpkg-dev(>= 1.13.19) and substituting ${source:Version} 
  for ${Source-Version} (Closes: #370007),
* Add debian-ocaml-maint@lists.debian.org as uploaders... because this
  package stands in the pkg-ocaml-maint snv repository,

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
exit 0
24
24
 
25
25
@DPATCH@
26
 
diff -urNad camomile-0.6.3~/Makefile.in camomile-0.6.3/Makefile.in
27
 
--- camomile-0.6.3~/Makefile.in 2005-12-19 23:38:43.000000000 +0100
28
 
+++ camomile-0.6.3/Makefile.in  2005-12-19 23:39:27.000000000 +0100
 
26
diff -urNad camomile-0.6.5~/Makefile.in camomile-0.6.5/Makefile.in
 
27
--- camomile-0.6.5~/Makefile.in 2006-03-13 13:17:35.000000000 +0100
 
28
+++ camomile-0.6.5/Makefile.in  2006-06-09 00:47:31.000000000 +0200
29
29
@@ -60,12 +60,12 @@
30
30
 # Generic targets
31
31
 #################
39
39
-lib : byte $(OCAMLBEST) opt
40
40
+lib : byte $(OCAMLBEST)
41
41
 
42
 
 INT =\
43
 
 public/xArray.cmi public/oOChannel.cmi\
 
42
 INT = \
 
43
 public/xArray.cmi public/oOChannel.cmi \
44
44
@@ -382,7 +382,7 @@
45
 
        if [ -f camomile.cma ]; then files="camomile.* $$files"; fi&&\
46
 
        if [ -f libcamomile.a ]; then files="libcamomile.a $$files"; fi &&\
47
 
        if [ -f dllcamomile.so ]; then files="dllcamomile.so $$files"; fi &&\
 
45
        if [ -f camomile.cma ]; then files="camomile.* $$files"; fi&& \
 
46
        if [ -f libcamomile.a ]; then files="libcamomile.a $$files"; fi && \
 
47
        if [ -f dllcamomile.so ]; then files="dllcamomile.so $$files"; fi && \
48
48
-       ocamlfind install camomile $(INT) $$files META $(INT:cmi=mli)
49
49
+       ocamlfind install $(DESTDIR) camomile $(INT) $$files META $(INT:cmi=mli)
50
50