[Pkg-ocaml-maint-commits] [SCM] libaio-ocaml packaging branch, master, updated. 5f4fa9b0510251f7db04a680f0742184fbd35f59

Goswin von Brederlow goswin-v-b at web.de
Tue Mar 6 08:46:25 UTC 2012


The following commit has been merged in the master branch:
commit 5f4fa9b0510251f7db04a680f0742184fbd35f59
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date:   Tue Mar 6 09:39:26 2012 +0100

    * Fix issues pointed out by Stéphane Glondu:
      + Switch to debhelper compat 8.
      + Remove Closes statement for RFS bug from changelog.
      + Follow copyright-format 1.0 rules
      + simplify .install.in files
      + Build-Depend on ocaml-nox (>= 3.11.1-3~) and dh-ocaml (>= 0.9).
      + Remove "libaio-ocaml (= ${binary:Version})", ${ocaml:Depends}
        already contains the right dependency.
      + Remove DMUA.

diff --git a/debian/changelog b/debian/changelog
index f7028b6..a77d564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libaio-ocaml (1.0~rc2) experimental; urgency=low
+libaio-ocaml (1.0~rc3) experimental; urgency=low
 
-  * Initial Release (Closes: #662632)
+  * Initial Release.
 
- -- Goswin von Brederlow <goswin-v-b at web.de>  Mon, 05 Mar 2012 14:31:20 +0100
+ -- Goswin von Brederlow <goswin-v-b at web.de>  Tue, 06 Mar 2012 02:02:36 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index d06ae47..9f66266 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Goswin von Brederlow <goswin-v-b at web.de>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), libaio-dev, ocaml-nox (>= 3.10.0), ocaml-findlib (>= 1.2.1-5), dh-ocaml
+Build-Depends: debhelper (>= 8~), libaio-dev, ocaml-nox (>= 3.11.1-3~), ocaml-findlib (>= 1.2.1-5), dh-ocaml (>= 0.9)
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/libaio-ocaml.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/libaio-ocaml.git
@@ -28,8 +27,7 @@ Description: OCaml bindings for libaio (Linux kernel AIO access library)
 
 Package: libaio-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}, libaio-dev (>= 0.3),
-	 libaio-ocaml (= ${binary:Version}), ocaml-findlib (>= 1.1)
+Depends: ${ocaml:Depends}, ${misc:Depends}, libaio-dev (>= 0.3), ocaml-findlib (>= 1.1)
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for libaio (Linux kernel AIO access library) (devel)
  This OCaml-library interfaces the libaio (Linux kernel AIO access
diff --git a/debian/copyright b/debian/copyright
index 88151c9..aa3e39e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,17 @@
-Packages-By: Goswin von Brederlow <goswin-v-b at web.de>
-Packaged-Date: Mon, 05 Mar 2012 08:58:00 +0200
-Original-Source-Location: http://forge.ocamlcore.org/projects/libaio-ocaml/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libaio-ocaml
+Upstream-Contact: Goswin von Brederlow <goswin-v-b at web.de>
+License: LGPL-2.1+ and link exception
 
 Files: *
-Copyright: C 2012 Goswin von Brederlow
+Copyright: 2010-2012 Goswin von Brederlow
 License: LGPL-2.1+ and link exception
+
+Files: OCamlMakefile
+Copyright: 1999-2007 Markus Mottl <markus.mottl at gmail.com>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
@@ -21,7 +28,8 @@ License: LGPL-2.1+ and link exception
  .
  On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
- .
+
+License: link exception
  As a special exception to the GNU Lesser General Public License, you
  may link, statically or dynamically, a "work that uses the Library"
  with a publicly distributed version of the Library to produce an
@@ -34,25 +42,3 @@ License: LGPL-2.1+ and link exception
  3 of the GNU Lesser General Public License.  This exception does not
  however invalidate any other reasons why the executable file might be
  covered by the GNU Lesser General Public License.
-
-Files: OCamlMakefile
-Copyright C 1999-2007 Markus Mottl <markus.mottl at gmail.com>
-License: LGPL-2.1+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
-
- 
\ No newline at end of file
diff --git a/debian/libaio-ocaml-dev.install.in b/debian/libaio-ocaml-dev.install.in
index 030b6e4..1145469 100644
--- a/debian/libaio-ocaml-dev.install.in
+++ b/debian/libaio-ocaml-dev.install.in
@@ -1,4 +1,4 @@
- at OCamlStdlibDir@/aio/META	@OCamlStdlibDir@/aio/
- at OCamlStdlibDir@/aio/*.a		@OCamlStdlibDir@/aio/
- at OCamlStdlibDir@/aio/*.cm*	@OCamlStdlibDir@/aio/
- at OCamlStdlibDir@/aio/*.ml*	@OCamlStdlibDir@/aio/
+ at OCamlStdlibDir@/aio/META
+ at OCamlStdlibDir@/aio/*.a
+ at OCamlStdlibDir@/aio/*.cm*
+ at OCamlStdlibDir@/aio/*.ml*
diff --git a/debian/libaio-ocaml.install.in b/debian/libaio-ocaml.install.in
index c7433db..a8131b4 100644
--- a/debian/libaio-ocaml.install.in
+++ b/debian/libaio-ocaml.install.in
@@ -1 +1 @@
- at OCamlDllDir@	@OCamlDllDir@
+ at OCamlDllDir@

-- 
libaio-ocaml packaging



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