[Pkg-ocaml-maint-commits] [SCM] ocamldap packaging branch, master, updated. debian/2.1.8-8

Sylvain Le Gall gildor at debian.org
Sat Dec 19 23:21:47 UTC 2009


The following commit has been merged in the master branch:
commit 59c3319320c2a9072fb468a4ff073ea219a05c2e
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Dec 19 23:13:22 2009 +0000

    Put ocaml.mk at the beginning of debian/rules

diff --git a/debian/changelog b/debian/changelog
index 0088789..63bf105 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-ocamldap (2.1.8-8) UNRELEASED; urgency=low
+ocamldap (2.1.8-8) unstable; urgency=low
 
+  [ Mehdi Dogguy ]
   * Add ${ocaml:Provides} in debian/control
 
- -- Mehdi Dogguy <mehdi at debian.org>  Thu, 08 Oct 2009 23:39:59 +0200
+  [ Sylvain Le Gall ]
+  * Put ocaml.mk at the beginning of debian/rules
+
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 19 Dec 2009 23:08:33 +0000
 
 ocamldap (2.1.8-7) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e044caf..490a24b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,10 @@
 # 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/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/ocaml.mk
 
 PACKAGE_DEV := libldap-ocaml-dev
 DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)

-- 
ocamldap packaging



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