[Pkg-ocaml-maint-commits] [SCM] oasis2debian project branch, master, updated. 94ae27000298101188a629fbcc6b28420021fe10
Sylvain Le Gall
gildor at debian.org
Sat Nov 20 00:59:05 UTC 2010
The following commit has been merged in the master branch:
commit 72692d6de271f39a634c233b3a996e0d413200c1
Author: Sylvain Le Gall <gildor at debian.org>
Date: Sat Nov 20 00:54:04 2010 +0100
Add gbp.conf
diff --git a/src/Main.ml b/src/Main.ml
index ab61aa2..ed6b452 100644
--- a/src/Main.ml
+++ b/src/Main.ml
@@ -122,6 +122,16 @@ let () =
(fun chn -> output_string chn (dh_compat^"\n"))
in
+ (* Create debian/gbp.conf *)
+ let () =
+ debian_with_fn "gbp.conf"
+ (fun chn ->
+ output_string chn
+ "[DEFAULT]\n\
+ pristine-tar = True\n\
+ cleaner = debuild clean && dh_quilt_unpatch && dh_clean\n")
+ in
+
(* Create debian/source *)
let () =
debian_with_fn "source/format"
--
oasis2debian project
More information about the Pkg-ocaml-maint-commits
mailing list