[Pkg-ocaml-maint-commits] [SCM] ocaml-curses packaging branch, master, updated. debian/1.0.3-1-7-gd3345c2

Mehdi Dogguy mehdi at debian.org
Thu Jan 5 01:47:04 UTC 2012


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

    Enable wide character support

diff --git a/debian/changelog b/debian/changelog
index 6ca64b0..ef96fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-curses (1.0.3-2) unstable; urgency=low
+
+  * Team upload.
+  * Enable wide character support (Closes: #600897).
+    - Use libncursesw5-dev instead of libncurses5-dev in Build-Depends.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 05 Jan 2012 02:23:41 +0100
+
 ocaml-curses (1.0.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #528838, #550377)
diff --git a/debian/control b/debian/control
index d1f088c..fa9e6e1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), libncurses5-dev, ocaml-nox (>= 3.11), dh-ocaml (>= 0.9.1), ocaml-findlib (>= 1.2.4), dpatch
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), libncursesw5-dev, ocaml-nox (>= 3.11), dh-ocaml (>= 0.9.1), ocaml-findlib (>= 1.2.4), dpatch
 Standards-Version: 3.8.3
 Homepage: http://www.nongnu.org/ocaml-tmk/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-curses.git
@@ -22,7 +22,7 @@ Description: OCaml bindings for the ncurses library
 
 Package: libcurses-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libncurses5-dev, libcurses-ocaml (= ${binary:Version})
+Depends: ${ocaml:Depends}, libncursesw5-dev, libcurses-ocaml (= ${binary:Version})
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ncurses library
  The ncurses library provides functions to create rich text-mode
diff --git a/debian/rules b/debian/rules
index afd84d6..0cf6053 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ build-stamp:
 	dh_testdir
 
 	chmod +x configure
-	./configure 
+	./configure --enable-widec
 	$(MAKE) CFLAGS=$(MYCFLAGS) byte
 ifneq ($(OCAML_OPT_ARCH),)
 	$(MAKE) CFLAGS=$(MYCFLAGS) opt

-- 
ocaml-curses packaging



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