--- ocaml-fileutils-0.4.2.orig/debian/libfileutils-ocaml-dev.ocamldoc
+++ ocaml-fileutils-0.4.2/debian/libfileutils-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+# Nothing
--- ocaml-fileutils-0.4.2.orig/debian/watch
+++ ocaml-fileutils-0.4.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.carva.org/sylvain.le-gall/download/ocaml-fileutils-([0-9\.]*).tar.gz
--- ocaml-fileutils-0.4.2.orig/debian/control
+++ ocaml-fileutils-0.4.2/debian/control
@@ -0,0 +1,28 @@
+Source: ocaml-fileutils
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Sylvain Le Gall <gildor@debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), 
+ debhelper (>= 5),
+ ocaml-nox (>= 3.10.0-9),
+ ocaml-findlib (>= 1.1.2pl1-4),
+ camlp4 (>= 3.10.0-4),
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-fileutils.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-fileutils.git
+Homepage: http://forge.ocamlcore.org/projects/ocaml-fileutils/
+
+Package: libfileutils-ocaml-dev
+Architecture: any
+Depends: ${ocaml:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: File manipulation for OCaml
+ This library provides some functions which operate on the file system
+ for the Objective Caml (OCaml) programming language. The aim is to enhance
+ the basic functionality provided by the OCaml standard Filename module.
+ .
+ It provides functions, written in pure OCaml, for manipulating files (mv, cp,
+ mkdir et al) and abstract filename (make_relative, make_absolute et al).
+
--- ocaml-fileutils-0.4.2.orig/debian/libfileutils-ocaml-dev.dirs.in
+++ ocaml-fileutils-0.4.2/debian/libfileutils-ocaml-dev.dirs.in
@@ -0,0 +1 @@
+@OCamlStdlibDir@
--- ocaml-fileutils-0.4.2.orig/debian/README.source
+++ ocaml-fileutils-0.4.2/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@debian.org>  Sun, 22 Jun 2008 23:26:52 +0200
--- ocaml-fileutils-0.4.2.orig/debian/copyright
+++ ocaml-fileutils-0.4.2/debian/copyright
@@ -0,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Sylvain Le Gall
+Packaged-By: Sylvain Le Gall <gildor@debian.org> 
+Packaged-Date: Sun, 1 Jun 2003 17:10:39 +0100
+Original-Source-Location: http://le-gall.net/sylvain+violaine/download/
+
+Files: *
+Copyright: (C) 2003-2009 Sylvain Le Gall
+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 publicly distributed version of the Library to produce an
+executable file containing portions of the Library, and distribute
+that executable file under terms of your choice, without any of the
+additional requirements listed in clause 6 of the GNU Library General
+Public License.  By "a publicly distributed version of the Library",
+we mean either the unmodified Library as distributed by INRIA, or a
+modified version of the Library that is distributed under the
+conditions defined in clause 3 of the GNU Library General Public
+License.  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 Library General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright: (C) 2006-2009 Sylvain Le Gall
+License: GPL-2+
--- ocaml-fileutils-0.4.2.orig/debian/TODO
+++ ocaml-fileutils-0.4.2/debian/TODO
@@ -0,0 +1,2 @@
+* Update the license to reflect the OCaml exception
+* Use le-gall.net for upstream
--- ocaml-fileutils-0.4.2.orig/debian/compat
+++ ocaml-fileutils-0.4.2/debian/compat
@@ -0,0 +1 @@
+5
--- ocaml-fileutils-0.4.2.orig/debian/changelog
+++ ocaml-fileutils-0.4.2/debian/changelog
@@ -0,0 +1,131 @@
+ocaml-fileutils (0.4.2-1) unstable; urgency=low
+
+  * New upstream release 
+  * Get rid of dpatch dependencies
+  * Update homepage URL
+
+ -- Sylvain Le Gall <gildor@debian.org>  Mon, 06 Sep 2010 21:30:36 +0200
+
+ocaml-fileutils (0.4.0-2) unstable; urgency=low
+
+  * Only use byte plugin (Closes: #550344)
+
+ -- Sylvain Le Gall <gildor@debian.org>  Fri, 09 Oct 2009 22:40:03 +0200
+
+ocaml-fileutils (0.4.0-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Upgrade Standards-Version to 3.8.3 (section ocaml)
+  * Remove all patches (integrated upstream)
+  * Use dh_ocaml 0.9 (dh_ocamldoc, depends/provides)
+
+ -- Sylvain Le Gall <gildor@debian.org>  Thu, 08 Oct 2009 22:11:48 +0000
+
+ocaml-fileutils (0.3.0-14) unstable; urgency=low
+
+  * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
+  * Add patch to handle largefile in 'du'
+  * Switch packaging to git
+  * 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 Homepage field to debian/control
+  * Add ${misc:Depends} to dependencies
+  * Update debian/copyright file to use
+    http://wiki.debian.org/Proposals/CopyrightFormat
+  * Remove obsolete debian/control.in related variables and files
+  * Rewrite description of debian/control
+
+ -- Sylvain Le Gall <gildor@debian.org>  Sat, 07 Mar 2009 14:37:08 +0100
+
+ocaml-fileutils (0.3.0-13) unstable; urgency=low
+
+  * Build for ocaml 3.10.0
+
+ -- Sylvain Le Gall <gildor@debian.org>  Tue, 04 Sep 2007 00:26:45 +0200
+
+ocaml-fileutils (0.3.0-12) experimental; urgency=low
+
+  * Ooops, depends field is empty
+
+ -- Sylvain Le Gall <gildor@debian.org>  Sat, 14 Jul 2007 01:51:29 +0200
+
+ocaml-fileutils (0.3.0-11) experimental; urgency=low
+
+  * Upgrade debian/watch version to 3,
+  * Upgrade debhelper debian/compat to 5,
+  * Use CDBS for debian/rules,
+  * Change email address to gildor@debian.org everywhere
+  * Rebuild for ocaml 3.10.0
+  * Add dependency on camlp4
+
+ -- Sylvain Le Gall <gildor@debian.org>  Sat, 07 Jul 2007 23:26:25 +0200
+
+ocaml-fileutils (0.3.0-10) unstable; urgency=low
+
+  * Change my email address to gildor@debian.org,
+  * Made debian/control a PHONY target,
+  * Upgrade standards version to 3.7.2 (no change),
+
+ -- Sylvain Le Gall <gildor@debian.org>  Tue, 13 Jun 2006 19:15:24 +0200
+
+ocaml-fileutils (0.3.0-9) unstable; urgency=low
+
+  * Rebuild for OCaml 3.09.1
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Wed, 11 Jan 2006 00:07:01 +0100
+
+ocaml-fileutils (0.3.0-8) unstable; urgency=low
+
+  * Use Apps/Programming for doc-base
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Sat,  3 Dec 2005 01:11:09 +0100
+
+ocaml-fileutils (0.3.0-7) unstable; urgency=low
+
+  * Remove direct reference to ocaml library dir
+  * Change FSF address in debian/copyright
+  * Remove hardcoded OCaml ABI
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Fri,  2 Dec 2005 22:54:38 +0100
+
+ocaml-fileutils (0.3.0-6) unstable; urgency=low
+
+  * Transition to svn-buildpackage
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon, 22 Aug 2005 23:51:21 +0200
+
+ocaml-fileutils (0.3.0-5) unstable; urgency=low
+
+  * Sylvain:
+    - Generate fileUtil.mli and filePath.mli (Closes: #302438)
+  * Ralf:
+    - Standards-Version 3.6.2 (no change).
+    - Some improvements on the long package description.
+
+ --  Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Tue, 16 Aug 2005 10:16:51 +0200
+
+ocaml-fileutils (0.3.0-4) unstable; urgency=medium
+
+  * Transition to ocaml 3.08.3 : depends on ocaml-nox-3.08.3
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Wed, 23 Mar 2005 23:11:47 +0100
+
+ocaml-fileutils (0.3.0-3) unstable; urgency=low
+
+  * Rebuild for binary compatiblity
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon, 13 Dec 2004 23:55:32 +0100
+
+ocaml-fileutils (0.3.0-2) unstable; urgency=low
+
+  * Correct the generation of ocaml-fileutils on non native platform 
+    (Closes: #267045)
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Fri, 27 Aug 2004 00:43:47 +0200
+
+ocaml-fileutils (0.3.0-1) unstable; urgency=low
+
+  * Initial upload
+
+ -- Sylvain LE GALL <sylvain.le-gall@polytechnique.org>  Sun, 27 Jun 2004 23:49:36 +0200
--- ocaml-fileutils-0.4.2.orig/debian/rules
+++ ocaml-fileutils-0.4.2/debian/rules
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+# debian/rules for ocaml-fileutils package
+# Copyright (C) 2006-2009 Sylvain Le Gall <gildor@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
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# 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
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
+include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+PACKAGE_DEV := libfileutils-ocaml-dev
+DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
+
+DEB_MAKE_CLEAN_TARGET    := distclean
+DEB_MAKE_BUILD_TARGET    := all 
+DEB_MAKE_INSTALL_TARGET  := install OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
+
+DEB_CONFIGURE_EXTRA_FLAGS = --htmldir="$(DESTDIR_DEV)/usr/share/doc/$(PACKAGE_DEV)/html"
--- ocaml-fileutils-0.4.2.orig/debian/gbp.conf
+++ ocaml-fileutils-0.4.2/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
