[Pkg-ocaml-maint-commits] [SCM] ocaml-csv packaging branch, master, updated. debian/1.1.6-3-13-ge5a8012

Stephane Glondu steph at glondu.net
Tue Mar 3 23:14:10 UTC 2009


The following commit has been merged in the master branch:
commit bf4242cd4a23884fa4315f3b985b25866558b628
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Mar 3 23:59:45 2009 +0100

    Add a copy of upstream .depend as debian/upstream.depend
    
    This copy is used at the end of clean stage. This is a hack to deal
    with upstream strange handling of .depend that implies regenerating
    differently .depend after patching upstream sources, even in clean
    target.

diff --git a/debian/rules b/debian/rules
index f741643..31b8319 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ build-stamp: ocamlinit patch
 clean: unpatch ocamlinit-clean
 	dh $@
 	rm -Rf html
+	cp debian/upstream.depend .depend
 
 install: install-stamp
 install-stamp: build-stamp
diff --git a/.depend b/debian/upstream.depend
similarity index 100%
copy from .depend
copy to debian/upstream.depend

-- 
ocaml-csv packaging



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