[Pkg-ocaml-maint-commits] r5143 - in /trunk/packages/ocurl/trunk/debian: control patches/01_makefile.in.dpatch patches/02_configure.dpatch
gareuselesinge at users.alioth.debian.org
gareuselesinge at users.alioth.debian.org
Sat Feb 9 16:21:46 UTC 2008
Author: gareuselesinge
Date: Sat Feb 9 16:21:46 2008
New Revision: 5143
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5143
Log:
fixed many lintian warnings concerning build depending on package with -1 revision, ocaml caseness, missing patch description
Modified:
trunk/packages/ocurl/trunk/debian/control
trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
trunk/packages/ocurl/trunk/debian/patches/02_configure.dpatch
Modified: trunk/packages/ocurl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/control?rev=5143&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/control (original)
+++ trunk/packages/ocurl/trunk/debian/control Sat Feb 9 16:21:46 2008
@@ -2,7 +2,7 @@
Section: libdevel
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox (>= 3.10.1-1), dpatch, ocaml-findlib (>= 1.1), libkrb5-dev, cdbs
+Build-Depends: debhelper (>= 4.0.0), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox (>= 3.10.1), dpatch, ocaml-findlib (>= 1.1), libkrb5-dev, cdbs
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocurl/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/
@@ -12,17 +12,17 @@
Architecture: any
Section: libdevel
Depends: libcurl-ocaml (= ${binary:Version}), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1)
-Description: ocaml libcurl bindings
+Description: OCaml libcurl bindings
This Objective Caml library provides multi-protocol file transfer
facilities based on the curl library.
.
- This package contains the development part of the ocaml curl package.
+ This package contains the development part of the OCaml curl package.
Package: libcurl-ocaml
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
-Description: ocaml curl bindings
+Description: OCaml curl bindings
This Objective Caml library provides multi-protocol file transfer
facilities based on the curl library.
.
Modified: trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch?rev=5143&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch (original)
+++ trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch Sat Feb 9 16:21:46 2008
@@ -2,7 +2,7 @@
## 01_makefile.in.dpatch by <tassi at garfield>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: fixes makefile to use ocamlfind and support both byte and opt compilation
@DPATCH@
diff -urNad trunk~/Makefile.in trunk/Makefile.in
Modified: trunk/packages/ocurl/trunk/debian/patches/02_configure.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/patches/02_configure.dpatch?rev=5143&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/patches/02_configure.dpatch (original)
+++ trunk/packages/ocurl/trunk/debian/patches/02_configure.dpatch Sat Feb 9 16:21:46 2008
@@ -2,7 +2,7 @@
## 02_configure.dpatch by Enrico Tassi <gareuselesinge at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: fix compilation flags
@DPATCH@
diff -urNad trunk~/configure trunk/configure
More information about the Pkg-ocaml-maint-commits
mailing list