[Pkg-ocaml-maint-commits] [SCM] xml-light packaging branch, master, updated. debian/2.2-10-2-g563db7c
Samuel Mimram
samuel.mimram at ens-lyon.org
Thu Feb 26 23:06:12 UTC 2009
The following commit has been merged in the master branch:
commit 563db7cec9c18b2ad9f3fe31b4030daa3e7a02e5
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Fri Feb 27 00:06:09 2009 +0100
Update package.
diff --git a/debian/META.xml-light.in b/debian/META.xml-light.in
index db1d8e1..bbfb3d9 100644
--- a/debian/META.xml-light.in
+++ b/debian/META.xml-light.in
@@ -2,4 +2,3 @@ version="@VERSION@"
directory="+xml-light"
archive(byte)="xml-light.cma"
archive(native)="xml-light.cmxa"
-
diff --git a/debian/changelog b/debian/changelog
index 49907c1..ee736ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
xml-light (2.2-11) UNRELEASED; urgency=low
- * Switch packaging to git
+ * Rebuild with OCaml 3.11.
+ * Switch packaging to git.
+ * Update compat to 7.
- -- Samuel Mimram <smimram at debian.org> Fri, 27 Feb 2009 00:00:04 +0100
+ -- Samuel Mimram <smimram at debian.org> Fri, 27 Feb 2009 00:01:10 +0100
xml-light (2.2-10) experimental; urgency=low
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 9a1f9b3..159b68b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xml-light
Section: libdevel
Priority: optional
Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.11.0-1), dh-ocaml
+Build-Depends: cdbs (>= 0.4.23-1.1), dpatch, ocaml-nox (>= 3.11), debhelper (>= 7), dh-ocaml
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xml-light.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/xml-light.git
diff --git a/debian/control.in b/debian/control.in
index 647908a..6a062a5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,10 +2,10 @@ Source: xml-light
Section: libdevel
Priority: optional
Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: @cdbs@, dh-ocaml
+Build-Depends: @cdbs@, debhelper (>= 7), dh-ocaml
Standards-Version: 3.8.0
-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/xml-light/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xml-light.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/xml-light.git
Package: libxml-light-ocaml-dev
Architecture: any
diff --git a/debian/rules b/debian/rules
index 2aa73a6..e8c33e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,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
PACKAGE_DEV := libxml-light-ocaml-dev
DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
@@ -35,7 +35,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
DEB_MAKE_BUILD_TARGET += opt
endif
-DEB_MAKE_INSTALL_TARGET := install
+DEB_MAKE_INSTALL_TARGET := install
ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
DEB_MAKE_INSTALL_TARGET += installopt
endif
--
xml-light packaging
More information about the Pkg-ocaml-maint-commits
mailing list