[Pkg-ocaml-maint-commits] r4329 - in /trunk/packages/headache/trunk/debian: changelog control rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Mon Sep 3 23:17:32 UTC 2007


Author: gildor
Date: Mon Sep  3 23:17:32 2007
New Revision: 4329

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4329
Log:
* Build for ocaml 3.10.0

Modified:
    trunk/packages/headache/trunk/debian/changelog
    trunk/packages/headache/trunk/debian/control
    trunk/packages/headache/trunk/debian/rules

Modified: trunk/packages/headache/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/changelog?rev=4329&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/changelog (original)
+++ trunk/packages/headache/trunk/debian/changelog Mon Sep  3 23:17:32 2007
@@ -1,3 +1,9 @@
+headache (1.03-11) unstable; urgency=low
+
+  * Build for ocaml 3.10.0
+
+ -- Sylvain Le Gall <gildor at debian.org>  Tue, 04 Sep 2007 00:26:44 +0200
+
 headache (1.03-10) experimental; urgency=low
 
   * Upgrade debian/watch version to 3,

Modified: trunk/packages/headache/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/control?rev=4329&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/control (original)
+++ trunk/packages/headache/trunk/debian/control Mon Sep  3 23:17:32 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
 Build-Depends-Indep: po-debconf, xsltproc, docbook-xsl, docbook-xml
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.09.2-7)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/headache
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/

Modified: trunk/packages/headache/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/headache/trunk/debian/rules?rev=4329&op=diff
==============================================================================
--- trunk/packages/headache/trunk/debian/rules (original)
+++ trunk/packages/headache/trunk/debian/rules Mon Sep  3 23:17:32 2007
@@ -29,7 +29,7 @@
 DEB_MAKE_BUILD_TARGET    := 
 DEB_MAKE_INSTALL_TARGET  := install INSTALLDIR="$(DEB_DESTDIR)/usr/bin"
 
-CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.09.2-7),$(CDBS_BUILD_DEPENDS))
+CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.10.0-8),$(CDBS_BUILD_DEPENDS))
 
 clean::
 	-$(DEB_MAKE_ENVVARS) $(MAKE) -C $(CURDIR)/debian/xml-man clean




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