[Pkg-ocaml-maint-commits] [SCM] ocamlgsl packaging branch, master, updated. debian/0.6.0-6

Sylvain Le Gall gildor at debian.org
Mon Dec 14 23:47:02 UTC 2009


The following commit has been merged in the master branch:
commit 5f2e102610f85110b790d259a4ac40f5ec46008c
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Jul 25 16:22:01 2009 +0000

    Restore .depend in clean target

diff --git a/debian/changelog b/debian/changelog
index dbbe263..a964b8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ocamlgsl (0.6.0-6) UNRELEASED; urgency=low
 
   * Update upstream homepage
+  * Restore .depend in clean target
 
  -- Sylvain Le Gall <gildor at debian.org>  Fri, 01 May 2009 18:32:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 16317d9..dbfc0c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,12 @@ DEB_MAKE_INSTALL_TARGET += DESTDIR="$(DESTDIR_DEV)"
 
 OCAML_OCAMLDOC_PACKAGES_DOCBASE := libocamlgsl-ocaml-dev
 
+pre-build::
+	cp .depend .depend.save
+
+clean::
+	-mv .depend.save .depend
+
 install/libocamlgsl-ocaml-dev::
 	$(RM) -r '$(DESTDIR_DEV)/$(OCAML_DLL_DIR)'
 	mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/gsl/*.so \

-- 
ocamlgsl packaging



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