[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp1-3-gdc49d74

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

Update version in META files

diff --git a/debian/META b/debian/META
index e8b46a6..79a4d30 100644
--- a/debian/META
+++ b/debian/META
@@ -1,4 +1,4 @@
-version=2.14.2
+version=2.16.0
 requires(mt) = threads
 requires(mt,mt_vm) = threads.vm
 requires(mt,mt_posix) = threads.posix
diff --git a/debian/META.lablgtk2-gl b/debian/META.lablgtk2-gl
index 1358ae9..1712640 100644
--- a/debian/META.lablgtk2-gl
+++ b/debian/META.lablgtk2-gl
@@ -1,4 +1,4 @@
-version=2.14.2
+version=2.16.0
 directory=+lablgtk2
 requires = lablgtk2
 
diff --git a/debian/META.lablgtk2-gnome b/debian/META.lablgtk2-gnome
index a5a6163..d9ed436 100644
--- a/debian/META.lablgtk2-gnome
+++ b/debian/META.lablgtk2-gnome
@@ -1,4 +1,4 @@
-version=2.14.2
+version=2.16.0
 directory=+lablgtk2
 requires = lablgtk2
 
diff --git a/debian/META.lablgtksourceview2 b/debian/META.lablgtksourceview2
index f1c0c35..806b50d 100644
--- a/debian/META.lablgtksourceview2
+++ b/debian/META.lablgtksourceview2
@@ -1,4 +1,4 @@
-version=2.14.2
+version=2.16.0
 directory=+lablgtk2
 requires = lablgtk2
 

-- 
lablgtk2 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] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp1-3-gdc49d74

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

Update changelog and prepare upload to experimental

diff --git a/debian/changelog b/debian/changelog
index c515f95..5383bbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lablgtk2 (2.16.0+dfsg-1~exp2) experimental; urgency=low
+
+  * Update version in META files
+
+ -- Stéphane Glondu glo...@debian.org  Fri, 26 Jul 2013 08:44:10 +0200
+
 lablgtk2 (2.16.0+dfsg-1~exp1) experimental; urgency=low
 
   [ Lifeng Sun ]

-- 
lablgtk2 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] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp1-3-gdc49d74

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

Call dh_install with --fail-missing

diff --git a/debian/rules b/debian/rules
index 04333cc..25d7677 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ override_dh_auto_install:
rm \
  debian/tmp/usr/lib/ocaml/lablgtk2/gtkSourceView_types.mli \
  debian/tmp/usr/lib/ocaml/lablgtk2/gSourceView.mli
+# remove files related to uncompiled gnome-panel (see #638133)
+   rm debian/tmp/usr/lib/ocaml/lablgtk2/panel.mli
 
 .PHONY: override_dh_installexamples
 override_dh_installexamples:
@@ -50,4 +52,5 @@ override_dh_installexamples:
 
 .PHONY: override_dh_install
 override_dh_install:
-   dh_install --list-missing
+# FIXME, we should use upstream META and remove -XMETA below
+   dh_install --fail-missing -XMETA -Xbuild.ml

-- 
lablgtk2 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