[Pkg-ocaml-maint-commits] r5142 - in /trunk/packages/ocaml-expat/trunk/debian: changelog control patches/Makefile.dpatch

gareuselesinge at users.alioth.debian.org gareuselesinge at users.alioth.debian.org
Sat Feb 9 16:15:58 UTC 2008


Author: gareuselesinge
Date: Sat Feb  9 16:15:58 2008
New Revision: 5142

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5142
Log:
fixed many lintian warnings concerning missing description for patches, 
missing section for the source control part, build-depends on package with -1 revision

Modified:
    trunk/packages/ocaml-expat/trunk/debian/changelog
    trunk/packages/ocaml-expat/trunk/debian/control
    trunk/packages/ocaml-expat/trunk/debian/patches/Makefile.dpatch

Modified: trunk/packages/ocaml-expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/changelog?rev=5142&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-expat/trunk/debian/changelog Sat Feb  9 16:15:58 2008
@@ -6,6 +6,7 @@
   [ Enrico Tassi ]
   * rebuild agains ocaml 3.10.1
   * added Homepage control field
+  * bumped standards version to 3.7.3
 
  -- Enrico Tassi <gareuselesinge at debian.org>  Sat, 09 Feb 2008 16:45:17 +0100
 

Modified: trunk/packages/ocaml-expat/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/control?rev=5142&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/control (original)
+++ trunk/packages/ocaml-expat/trunk/debian/control Sat Feb  9 16:15:58 2008
@@ -1,8 +1,9 @@
 Source: ocaml-expat
 Priority: optional
+Section: libdevel
 Maintainer: Enrico Tassi <gareuselesinge at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, ocaml-nox (>= 3.10.1-1), dpatch, ocaml-findlib (>= 1.1), cdbs
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, ocaml-nox (>= 3.10.1), dpatch, ocaml-findlib (>= 1.1), cdbs
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/
 Homepage: http://www.xs4all.nl/~mmzeeman/ocaml/
@@ -11,17 +12,17 @@
 Section: libdevel
 Architecture: any
 Depends: libexpat-ocaml (= ${binary:Version}), libexpat1-dev, ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1)
-Description: ocaml expat bindings
+Description: OCaml expat bindings
  This Objective Caml library provides XML parsing facilities based on the expat
  library.
  .
- This package contains the developpment part of the ocaml expat package.
+ This package contains the developpment part of the OCaml expat package.
 
 Package: libexpat-ocaml
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
-Description: ocaml expat bindings
+Description: OCaml expat bindings
  This Objective Caml library provides XML parsing facilities based on the expat
  library.
  .

Modified: trunk/packages/ocaml-expat/trunk/debian/patches/Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/patches/Makefile.dpatch?rev=5142&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/patches/Makefile.dpatch (original)
+++ trunk/packages/ocaml-expat/trunk/debian/patches/Makefile.dpatch Sat Feb  9 16:15:58 2008
@@ -2,7 +2,7 @@
 ## Makefile.dpatch by  <tassi at garfield>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: fix makefile to use findlib and destdir properly
 
 @DPATCH@
 diff -urNad trunk~/Makefile trunk/Makefile




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