[Pkg-ocaml-maint-commits] [SCM] ocaml-inotify packaging branch, master, updated. debian/0.7-2-1-g9b94ede

Sylvain Le Gall gildor at debian.org
Sat Mar 7 14:02:10 UTC 2009


The following commit has been merged in the master branch:
commit 4aad7d613209bb39d759230a968f4402ca4a5f85
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Mar 7 15:00:55 2009 +0100

    Migration to ocaml 3.11 and updated copyright file format
    
    * Add dh-ocaml build-dependency (rules/ocaml.mk)
    * Set maintainer to Debian OCaml Maintainers
    * Upgrade Standards-Version to 3.8.0 (debian/README.source)
    * Add ${misc:Depends} to dependencies
    * Update debian/copyright file to use
      http://wiki.debian.org/Proposals/CopyrightFormat

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..62605d2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package use dpatch for patching the source. 
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Sylvain Le Gall <gildor at debian.org>  Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/changelog b/debian/changelog
index 6be93e5..692efb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-ocaml-inotify (0.7-2) UNRELEASED; urgency=low
+ocaml-inotify (0.7-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Add dh-ocaml build-dependency (rules/ocaml.mk)
+  * Set maintainer to Debian OCaml Maintainers
+  * Upgrade Standards-Version to 3.8.0 (debian/README.source)
+  * Add ${misc:Depends} to dependencies
+  * Update debian/copyright file to use
+    http://wiki.debian.org/Proposals/CopyrightFormat
 
- -- Sylvain Le Gall <gildor at debian.org>  Mon, 28 Jul 2008 22:43:21 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 07 Mar 2009 14:58:03 +0100
 
 ocaml-inotify (0.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index de4bd65..09d20fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,22 @@
 Source: ocaml-inotify
 Section: libdevel
 Priority: optional
-Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.52), ocaml-nox (>= 3.10.1), debhelper (>> 5), ocaml-findlib, dpatch
-Standards-Version: 3.7.3
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Sylvain Le Gall <gildor at debian.org>
+Build-Depends: cdbs (>= 0.4.52), 
+ ocaml-nox (>= 3.10.1), 
+ debhelper (>> 5), 
+ ocaml-findlib, 
+ dpatch,
+ dh-ocaml (>= 0.4.1)
+Standards-Version: 3.8.0
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-inotify.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-inotify.git
 Homepage: http://tab.snarc.org/projects/ocaml_inotify/
 
 Package: libinotify-ocaml
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for the inotify API
  This library provides OCaml bindings for using inotify.
  .
@@ -21,7 +27,7 @@ Description: OCaml bindings for the inotify API
 
 Package: libinotify-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libinotify-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libinotify-ocaml (= ${binary:Version}), ${misc:Depends}
 Description: OCaml bindings for the inotify API
  This library provides OCaml bindings for using inotify.
  .
diff --git a/debian/copyright b/debian/copyright
index e23ee0a..a48c510 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,29 +1,12 @@
-This package was debianized by Sylvain Le Gall <gildor at debian.org> on
-Sun, 08 Jun 2008 11:56:52 +0200.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Vincent Hanquez 
+Packaged-By: Sylvain Le Gall <gildor at debian.org> 
+Packaged-Date: Sun, 08 Jun 2008 11:56:52 +0200
+Original-Source-Location: http://tab.snarc.org/projects/ocaml_inotify/
 
-It was downloaded from :
-
-http://tab.snarc.org/projects/ocaml_inotify/
-
-Copyright:
-
-   Copyright (C) 2006-2008 Vincent Hanquez 
-
-License:
-  This program 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; version 2.1 only. with the special
-  exception on linking described in file LICENSE.
- 
-  This program 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.
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
-Here is the text concerning the "special exception on linking":
+Files: *
+Copyright: (C) 2006-2008 Vincent Hanquez 
+License: LGPL-2.1+
 
  As a special exception to the GNU Library General Public License, you may
  link, statically or dynamically, a "work that uses the Library" with a
@@ -37,3 +20,9 @@ Here is the text concerning the "special exception on linking":
  This exception does not however invalidate any other reasons why the
  executable file might be covered by the GNU Library General Public License.
 
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright: (C) 2008-2009 Sylvain Le Gall
+License: GPL-2+
diff --git a/debian/rules b/debian/rules
index e366e75..94514f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for ocaml-inotify package
-# Copyright (C) 2008 Sylvain Le Gall <gildor at debian.org>
+# Copyright (C) 2008-2009 Sylvain Le Gall <gildor at debian.org>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -20,7 +20,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DESTDIR_DEV=$(CURDIR)/debian/libinotify-ocaml-dev
 DESTDIR=$(CURDIR)/debian/libinotify-ocaml
@@ -37,9 +37,5 @@ DEB_MAKE_INSTALL_TARGET  += OCAMLDESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 
 OCAML_OCAMLDOC_PACKAGES = libinotify-ocaml-dev
 
-clean::
-	$(RM) '$(CURDIR)/debian/libinotify-ocaml-dev.dirs'
-	$(RM) '$(CURDIR)/debian/libinotify-ocaml.dirs'
-
 install/libinotify-ocaml-dev::
-	mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/inotify/*.so $(DESTDIR)/$(OCAML_DLL_DIR)/
+	mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/inotify/*.so '$(DESTDIR)/$(OCAML_DLL_DIR)/'

-- 
ocaml-inotify packaging



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