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

Stephane Glondu steph at glondu.net
Wed Nov 2 07:39:36 UTC 2011


The following commit has been merged in the master branch:
commit acf9f89851f979ab5e02e510f187fa13b3ece53c
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Nov 2 08:36:58 2011 +0100

    Delete trailing whitespaces

diff --git a/debian/README.source b/debian/README.source
index 62605d2..185b1e1 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,5 @@
-This package use dpatch for patching the source. 
+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
+ -- Stéphane Glondu <glondu at debian.org>, Wed,  2 Nov 2011 08:36:50 +0100
diff --git a/debian/control b/debian/control
index 6dec11d..01e0a23 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ocaml
 Priority: optional
 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, 
+Build-Depends: cdbs (>= 0.4.52),
+ ocaml-nox (>= 3.10.1),
+ debhelper (>> 5),
+ ocaml-findlib,
  dpatch,
  dh-ocaml (>= 0.9.1)
 Standards-Version: 3.8.3
diff --git a/debian/copyright b/debian/copyright
index a48c510..33a8f36 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Vincent Hanquez 
-Packaged-By: Sylvain Le Gall <gildor at debian.org> 
+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/
 
 Files: *
-Copyright: (C) 2006-2008 Vincent Hanquez 
+Copyright: (C) 2006-2008 Vincent Hanquez
 License: LGPL-2.1+
 
  As a special exception to the GNU Library General Public License, you may
diff --git a/debian/rules b/debian/rules
index af23327..03e34c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,11 +27,11 @@ DESTDIR=$(CURDIR)/debian/libinotify-ocaml
 
 DEB_MAKE_CLEAN_TARGET    := clean
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-DEB_MAKE_BUILD_TARGET    := all-opt 
-DEB_MAKE_INSTALL_TARGET  := install-opt 
+DEB_MAKE_BUILD_TARGET    := all-opt
+DEB_MAKE_INSTALL_TARGET  := install-opt
 else
-DEB_MAKE_BUILD_TARGET    := all-byte 
-DEB_MAKE_INSTALL_TARGET  := install-byte 
+DEB_MAKE_BUILD_TARGET    := all-byte
+DEB_MAKE_INSTALL_TARGET  := install-byte
 endif
 DEB_MAKE_INSTALL_TARGET  += OCAMLDESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 

-- 
ocaml-inotify packaging



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