[Pkg-ocaml-maint-commits] [SCM] ocaml-config-file packaging branch, master, updated. debian/1.1-1-5-gb9b2c46

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 2897e5933a06b04dd4aa8e5f9a63e509c365f13b
Author: Stephane Glondu st...@glondu.net
Date:   Fri Jul 26 08:02:02 2013 +0200

Bump debhelper compat level to 9

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index a36290c..85bbaac 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Stéphane Glondu glo...@debian.org
 Build-Depends:
- debhelper (= 8),
+ debhelper (= 9),
  dh-ocaml (= 0.9),
  ocaml-findlib,
  camlp4,

-- 
ocaml-config-file packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] ocaml-config-file packaging branch, master, updated. debian/1.1-1-5-gb9b2c46

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 0d8170e504935d6ed765b6201e4903009f875591
Author: Stephane Glondu st...@glondu.net
Date:   Fri Jul 26 07:44:11 2013 +0200

Update Vcs-*

diff --git a/debian/control b/debian/control
index 5349f2c..c0c2424 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
 Standards-Version: 3.9.3
 Section: ocaml
 Homepage: http://config-file.forge.ocamlcore.org/
-Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-config-file.git
-Vcs-Git: 
git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-config-file.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-config-file.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-config-file.git
 
 Package: libconfig-file-ocaml-dev
 Architecture: any

-- 
ocaml-config-file packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-config-file packaging branch, master, updated. debian/1.1-1-5-gb9b2c46

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 7fc40edfda767ece2abd262703acca2896a0fabb
Author: Stephane Glondu st...@glondu.net
Date:   Fri Jul 26 08:04:57 2013 +0200

Compile with OCaml = 4

diff --git a/debian/control b/debian/control
index 85bbaac..5349f2c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Uploaders: Stéphane Glondu glo...@debian.org
 Build-Depends:
  debhelper (= 9),
  dh-ocaml (= 0.9),
- ocaml-findlib,
+ ocaml-findlib (= 1.4),
  camlp4,
- ocaml-nox
+ ocaml-nox (= 4)
 Standards-Version: 3.9.3
 Section: ocaml
 Homepage: http://config-file.forge.ocamlcore.org/

-- 
ocaml-config-file packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] ocaml-config-file packaging branch, master, updated. debian/1.1-1-5-gb9b2c46

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 03e9485b16d58374a000acc4722a48e8138addb4
Author: Stephane Glondu st...@glondu.net
Date:   Fri Jul 26 08:04:01 2013 +0200

Fix override_dh_auto_clean

diff --git a/debian/rules b/debian/rules
index 6be51cf..633d526 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,5 +29,6 @@ override_dh_auto_install:
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
+   ./configure
dh_auto_clean
rm -rf ocamldoc

-- 
ocaml-config-file packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-config-file packaging branch, master, updated. debian/1.1-1-5-gb9b2c46

2013-07-26 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit b9b2c46f342c9558081f9b6ce1abc48750be
Author: Stephane Glondu st...@glondu.net
Date:   Fri Jul 26 07:44:48 2013 +0200

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index db79051..a9593b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-config-file (1.1-2) experimental; urgency=low
+
+  * Compile with OCaml = 4
+  * Update Vcs-*
+  * Bump debhelper compat level to 9
+
+ -- Stéphane Glondu glo...@debian.org  Fri, 26 Jul 2013 08:06:12 +0200
+
 ocaml-config-file (1.1-1) unstable; urgency=low
 
   * New upstream release

-- 
ocaml-config-file packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits