The following commit has been merged in the master branch:
commit 22fc03b3f1f13598d4f9c50cd48fd2f3b29147d6
Author: Stephane Glondu <[EMAIL PROTECTED]>
Date:   Sun Jun 29 23:14:36 2008 +0200

    Fine tuning

diff --git a/debian/control b/debian/control
index b25cb6e..df7134e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,12 @@ Build-Depends: cdbs, debhelper (>= 7),
  libssl-ocaml-dev (>= 0.4.0),
  ocaml-nox
 Standards-Version: 3.8.0
-Section: libs
+Section: libdevel
 Homepage: http://ocsigen.org/lwt
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/lwt.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lwt.git
 
 Package: liblwt-ocaml-dev
-Section: libdevel
 Architecture: any
 Depends: ocaml-nox-${F:OCamlABI},
  libssl-ocaml-dev (>= 0.4.0)
diff --git a/debian/copyright b/debian/copyright
index df53eb1..ff0fe27 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,8 +29,8 @@ License: LGPL-2.1 | other
   reasons why the executable file might be covered by the GNU Library
   General Public License.
 
-  On Debian systems, the complete text of the GNU Lesser General
-  Public License can be found in `/usr/share/common-licenses/LGPL'.
+  The complete text of the GNU Lesser General Public License can be
+  found in `/usr/share/common-licenses/LGPL'.
 
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
@@ -45,7 +45,3 @@ License: LGPL-2.1 | other
 Files: debian/*
 Copyright: © 2008 Stéphane Glondu <[EMAIL PROTECTED]>
 License: GPL-3+
-
-  The Debian packaging is copyright Stéphane Glondu, and licensed
-  under the GNU General Public License, see
-  `/usr/share/common-licenses/GPL' for the full text.
diff --git a/debian/liblwt-ocaml-dev.install.in 
b/debian/liblwt-ocaml-dev.install.in
index 220627c..b9f2c43 100644
--- a/debian/liblwt-ocaml-dev.install.in
+++ b/debian/liblwt-ocaml-dev.install.in
@@ -1 +1 @@
-usr/lib/ocaml/@OCamlABI@/lwt/*
[EMAIL PROTECTED]@/lwt/*
diff --git a/debian/rules b/debian/rules
index f27c5f6..4bb1e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
+#
+# debian/rules for lwt.
+#
+# Copyright © 2008 Stéphane Glondu
+#
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/ocaml.mk

-- 
Cooperative light-weight thread library for OCaml

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to