[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.1-1-10-ga081404

Mehdi Dogguy dogguy at pps.jussieu.fr
Fri Sep 4 09:11:19 UTC 2009


The following commit has been merged in the master branch:
commit 3e1b9fd4ca6caa37f054368f7b61bcb0df2bb859
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed Sep 2 17:44:15 2009 +0200

    Remove 04_more_clean.dpatch: not needed anymore

diff --git a/debian/changelog b/debian/changelog
index c6f845e..e662d2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocamlgraph (1.2+debian-1) UNRELEASED; urgency=low
   [ Mehdi Dogguy ]
   * New Upstream Version
   * Use my Debian address
+  * Remove 04_more_clean.dpatch: not needed anymore
 
   [ Sylvain Le Gall ]
   * Clean src/path.mlocamlwizard_tmp_file.annot
diff --git a/debian/patches/00list b/debian/patches/00list
index 3fabe09..b18d699 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,2 @@
 01_makefile
 03_hide_b0rken_icon
-04_more_clean
diff --git a/debian/patches/04_more_clean.dpatch b/debian/patches/04_more_clean.dpatch
deleted file mode 100755
index be6e5e0..0000000
--- a/debian/patches/04_more_clean.dpatch
+++ /dev/null
@@ -1,64 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_more_clean.dpatch by Sylvain Le Gall <gildor at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Really clean source before release.
-
- at DPATCH@
-diff -urNad ocamlgraph~/Makefile.in ocamlgraph/Makefile.in
---- ocamlgraph~/Makefile.in	2009-07-06 20:23:50.000000000 +0000
-+++ ocamlgraph/Makefile.in	2009-07-06 20:24:13.000000000 +0000
-@@ -326,7 +326,7 @@
- 
- export: source export-doc export-web export-delaunay
- 
--source: 
-+source: svn-clean
- 	mkdir -p export
- 	cd export; rm -rf $(EXPORTDIR)
- 	mkdir -p export/$(EXPORTDIR)/bin
-@@ -335,10 +335,10 @@
- 	cp export/$(TAR).gz $(FTP)
- 	cp README FAQ CREDITS COPYING LICENSE CHANGES $(EXAMPLES) $(FTP)
- 
--# Build and install the .tar.gz requiered by Frama-C
-+# Build and install the .tar.gz required by Frama-C
- framac: EXPORTDIR=ocamlgraph
- framac: FTP=$$HOME/frama-c
--framac:
-+framac: svn-clean
- 	mkdir -p export
- 	cd export; rm -rf $(EXPORTDIR)
- 	mkdir -p export/$(EXPORTDIR)/bin
-@@ -431,20 +431,22 @@
- #######
- 
- clean:
--	rm -f *~
-+	-$(RM) *~
- 	for d in $(SRCDIR) $(LIBDIR) $(ED_DIR) $(VIEWER_DIR) tests examples; \
- 	do \
--	  rm -f $$d/*.cm[iox] $$d/*$(OBJEXT) $$d/*~; \
-+	  $(RM) $$d/*.cm[iox] $$d/*$(OBJEXT) $$d/*~; \
- 	done
--	rm -f $(GENERATED) $(SRCDIR)/dot_parser.output
--	rm -f graph.*a graph.cm* graph.o graph$(LIBEXT) 
--	rm -f $(ED_DIR)/editor.byte $(ED_DIR)/editor.opt
--	rm -f $(VIEWER_DIR)/viewgraph.byte $(VIEWER_DIR)/viewgraph.opt
--	rm -f *.haux *.aux *.log $(NAME).tex $(NAME).dvi $(DOCFILES)
--	rm -f $(EXAMPLESBIN)
-+	-$(RM) $(GENERATED) $(SRCDIR)/dot_parser.output
-+	-$(RM) graph.*a graph.cm* graph.o graph$(LIBEXT) 
-+	-$(RM) $(ED_DIR)/editor.byte $(ED_DIR)/editor.opt
-+	-$(RM) $(VIEWER_DIR)/viewgraph.byte $(VIEWER_DIR)/viewgraph.opt
-+	-$(RM) *.haux *.aux *.log $(NAME).tex $(NAME).dvi $(DOCFILES)
-+	-$(RM) $(EXAMPLESBIN)
- 
- dist-clean distclean:: clean
--	rm -f Makefile config.cache config.log config.status *.byte *.opt
-+	-$(RM) Makefile config.cache config.log config.status *.byte *.opt
-+	-$(RM) src/version.ml 
-+	-$(RM) .depend
- 
- svnclean svn-clean:: dist-clean
- 	rm -f config.* configure configure.lineno

-- 
ocamlgraph packaging



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