[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.14.2+dfsg-3-13-g354d2bf

Lifeng Sun lifongsun at gmail.com
Thu Jul 25 13:24:23 UTC 2013


The following commit has been merged in the master branch:
commit 2b746de9773d3ae87a8935a52263f5eb8541abb9
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Thu Jul 25 21:06:02 2013 +0800

    Bump debhelper compat level to 9.

diff --git a/debian/clean b/debian/clean
deleted file mode 100755
index a86701b..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,4 +0,0 @@
-config.log
-config.make
-config.status
-test_dynlink.*
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 da1b1c4..43e6a7b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Ralf Treinen <treinen at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 9),
  dh-ocaml (>= 0.9.5~),
  ocaml-nox (>= 4.00.1),
  ocaml,
diff --git a/debian/rules b/debian/rules
index 3e7717e..04333cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_auto_clean:
 	if [ -f debian/src.depend.backup ]; then \
 	  mv debian/src.depend.backup src/.depend; \
 	fi
+	$(RM) config.log config.make config.status test_dynlink.*
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:

-- 
lablgtk2 packaging



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