[Pkg-ocaml-maint-commits] [SCM] ocaml-extunix packaging branch, master, updated. debian/0.0.4-2-9-g5191a0e

Mehdi Dogguy mehdi at debian.org
Wed Jun 27 11:00:16 UTC 2012


The following commit has been merged in the master branch:
commit c54e918a976367b891b03f1628ba8e0614bcb4ae
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Jun 27 12:52:56 2012 +0200

    Fix lintian's duplicate-short-description.

diff --git a/debian/changelog b/debian/changelog
index 0a78ed5..1bacb47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ocaml-extunix (0.0.5-1) UNRELEASED; urgency=low
       Upstream now provides a way to disable some tests.
   * Enable tests explicitly during confidure phase using --enable-tests.
   * Use --disable-execinfo to disable execinfo test on arm* and powerpc.
+  * Fix lintian's duplicate-short-description.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Wed, 27 Jun 2012 12:31:01 +0200
 
diff --git a/debian/control b/debian/control
index b3b2eda..1aed894 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Architecture: any
 Depends: ${ocaml:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
-Description: Extended functions for OCaml Unix module
+Description: Extended functions for OCaml Unix module (development package)
  Thin bindings to various low-level system APIs (often non-portable)
  which are not covered by Unix module.
  .
@@ -42,7 +42,7 @@ Package: libextunix-ocaml
 Architecture: any
 Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
-Description: Extended functions for OCaml Unix module
+Description: Extended functions for OCaml Unix module (runtime package)
  Thin bindings to various low-level system APIs (often non-portable)
  which are not covered by Unix module.
  .

-- 
ocaml-extunix packaging



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