[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.0-2-7-gbdd4088

Mehdi Dogguy dogguy at pps.jussieu.fr
Sat Jul 4 21:15:26 UTC 2009


The following commit has been merged in the master branch:
commit a143841342972f9ca740bb473696039693901cc0
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Sat Jul 4 22:26:47 2009 +0200

    Update debian/rules: update list of files to backup

diff --git a/debian/rules b/debian/rules
index 5de7c07..ae3e048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,10 @@
 # MA 02110-1301, USA.
 
 clean::
+	-cp '$(CURDIR)/src/imperative.mli~' '$(CURDIR)/src/imperative.mli~.old'
+	-cp '$(CURDIR)/src/imperative.ml~' '$(CURDIR)/src/imperative.ml~.old'
+	-cp '$(CURDIR)/src/persistent.mli~' '$(CURDIR)/src/persistent.mli~.old'
+	-cp '$(CURDIR)/src/persistent.ml~' '$(CURDIR)/src/persistent.ml~.old'
 	-cp '$(CURDIR)/src/dot_parser.ml'  '$(CURDIR)/src/dot_parser.ml.old' 
 	-cp '$(CURDIR)/src/dot_lexer.ml'   '$(CURDIR)/src/dot_lexer.ml.old'  
 	-cp '$(CURDIR)/src/dot_parser.mli' '$(CURDIR)/src/dot_parser.mli.old'
@@ -61,12 +65,20 @@ DOCBOOK_MANPAGE_EXTRA_SOURCES := $(CURDIR)/debian/xml-man/en/license.xml      \
 
 clean::
 	# Restore file deleted; to be removed when upstream will correct this
+	-cp '$(CURDIR)/src/imperative.mli~.old'	'$(CURDIR)/src/imperative.mli~'
+	-cp '$(CURDIR)/src/imperative.ml~.old' '$(CURDIR)/src/imperative.ml~'
+	-cp '$(CURDIR)/src/persistent.mli~.old' '$(CURDIR)/src/persistent.mli~'
+	-cp '$(CURDIR)/src/persistent.ml~.old' '$(CURDIR)/src/persistent.ml~'
 	-cp '$(CURDIR)/src/dot_parser.ml.old'  '$(CURDIR)/src/dot_parser.ml'
 	-cp '$(CURDIR)/src/dot_lexer.ml.old'   '$(CURDIR)/src/dot_lexer.ml'
 	-cp '$(CURDIR)/src/dot_parser.mli.old' '$(CURDIR)/src/dot_parser.mli'
 	-cp '$(CURDIR)/src/version.ml.old'     '$(CURDIR)/src/version.ml'
 	-cp '$(CURDIR)/src/gml.ml.old'         '$(CURDIR)/src/gml.ml'
 	-cp '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot.old' '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot'
+	-$(RM) '$(CURDIR)/src/imperative.mli~.old'
+	-$(RM) '$(CURDIR)/src/imperative.ml~.old'
+	-$(RM) '$(CURDIR)/src/persistent.mli~.old'
+	-$(RM) '$(CURDIR)/src/persistent.ml~.old'
 	-$(RM) '$(CURDIR)/src/dot_parser.ml.old' 
 	-$(RM) '$(CURDIR)/src/dot_lexer.ml.old'  
 	-$(RM) '$(CURDIR)/src/dot_parser.mli.old'

-- 
ocamlgraph packaging



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