~ubuntu-branches/ubuntu/breezy/ocamlgraph/breezy

« back to all changes in this revision

Viewing changes to debian/patches/03_META.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2005-03-23 23:17:46 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050323231746-8rmzgp3zyslg4me5
Tags: 0.90-2
* Transition to ocaml 3.08.3 : depends on ocaml-nox-3.08.3
* Patch 03_META use graph.cma and graph.cmxa ( Closes: #294806 )
* Correct the patch 01_makefile to install graph.a ( Closes: #289138 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03_META.dpatch by Sylvain Le Gall <sylvain.le-gall@polytechnique.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad ocamlgraph-0.90/META.in /tmp/dpep.VC8gGg/ocamlgraph-0.90/META.in
 
9
--- ocamlgraph-0.90/META.in     2004-11-30 16:32:09.000000000 +0100
 
10
+++ /tmp/dpep.VC8gGg/ocamlgraph-0.90/META.in    2005-03-23 23:26:27.000000000 +0100
 
11
@@ -1,5 +1,5 @@
 
12
 version = "VERSION"
 
13
 description = "Generic Graph Library"
 
14
 requires=""
 
15
-archive(byte) = "graph.cmo"
 
16
-archive(native) = "graph.cmx"
 
17
+archive(byte) = "graph.cma"
 
18
+archive(native) = "graph.cmxa"