[Pkg-ocaml-maint-commits] [SCM] mlpcap packaging branch, master, updated. debian/0.9-15-8-g528c995

Mehdi Dogguy mehdi at debian.org
Thu Jan 5 12:30:36 UTC 2012


The following commit has been merged in the master branch:
commit a17a20a49aa25b0106befc769d599a4f73856c99
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Jan 5 13:13:57 2012 +0100

    Fix META file (s/opt/native/) (Closes: #562840)

diff --git a/debian/changelog b/debian/changelog
index d4d3df7..e447d8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ mlpcap (0.9-16) UNRELEASED; urgency=low
   * Convert to 3.0 (quilt) source format
     - Fix build-depends-on-obsolete-package dpatch
     - Fix debian-rules-uses-deprecated-makefile dpatch.mk
+  * Fix META file (s/opt/native/) (Closes: #562840)
 
- -- Mehdi Dogguy <mehdi at debian.org>  Thu, 05 Jan 2012 13:11:29 +0100
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 05 Jan 2012 13:13:40 +0100
 
 mlpcap (0.9-15) unstable; urgency=low
 
diff --git a/debian/patches/03_correct_META.diff b/debian/patches/03_correct_META.diff
old mode 100755
new mode 100644
index d9f0986..0488c2e
--- a/debian/patches/03_correct_META.diff
+++ b/debian/patches/03_correct_META.diff
@@ -1,9 +1,8 @@
 Author: Sylvain Le Gall <gildor at debian.org>
 Description: Fix META file
 
-diff -urNad mlpcap-0.9~/META mlpcap-0.9/META
---- mlpcap-0.9~/META	2004-05-21 23:57:58.000000000 +0200
-+++ mlpcap-0.9/META	2006-11-01 22:46:00.000000000 +0100
+--- a/META
++++ b/META
 @@ -1,7 +1,6 @@
  name="pcap"
 -version="0.8"
@@ -11,5 +10,6 @@ diff -urNad mlpcap-0.9~/META mlpcap-0.9/META
  description="Ocaml bindings to libpcap"
  requires=""
  archive(byte) = "pcap.cma"
- archive(opt) = "pcap.cmxa"
+-archive(opt) = "pcap.cmxa"
 -linkopts = "-cclib -lpcap -cclib -lcallback"
++archive(native) = "pcap.cmxa"

-- 
mlpcap packaging



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