The following commit has been merged in the master branch:
commit 17d3281ceef81aab444a3337ef422de2fa150d8e
Author: Stephane Glondu <st...@glondu.net>
Date:   Sun Mar 8 16:47:53 2009 +0100

    Add debian/clean

diff --git a/debian/cameleon.manpages b/debian/clean
similarity index 91%
copy from debian/cameleon.manpages
copy to debian/clean
index 40f5f46..10639b1 100644
--- a/debian/cameleon.manpages
+++ b/debian/clean
@@ -1,19 +1,21 @@
-debian/xml-man/en/tdl.byte.1
-debian/xml-man/en/tdl_export.byte.1
-debian/xml-man/en/make_my_chamo.1
-debian/xml-man/en/tdl2html.byte.1
-debian/xml-man/en/ocamlrss2.byte.1
-debian/xml-man/en/rss_export.byte.1
-debian/xml-man/en/tdl_svn.byte.1
 debian/xml-man/en/cam-config2.byte.1
 debian/xml-man/en/cam-mktop2.1
 debian/xml-man/en/cameleon2.byte.1
-debian/xml-man/en/docbrowser2.byte.1
-debian/xml-man/en/tmpl_engine.byte.1
-debian/xml-man/en/ocamlcvs2.byte.1
+debian/xml-man/en/chamo.byte.1
 debian/xml-man/en/dbforge2.byte.1
 debian/xml-man/en/dbforge2.gui.byte.1
+debian/xml-man/en/docbrowser2.byte.1
+debian/xml-man/en/make_my_chamo.1
+debian/xml-man/en/ocamlcvs2.byte.1
+debian/xml-man/en/ocamlrss2.byte.1
+debian/xml-man/en/ocamltdl2.byte.1
 debian/xml-man/en/report2.byte.1
 debian/xml-man/en/report2.gui.byte.1
-debian/xml-man/en/chamo.byte.1
-debian/xml-man/en/ocamltdl2.byte.1
+debian/xml-man/en/rss_export.byte.1
+debian/xml-man/en/tdl.byte.1
+debian/xml-man/en/tdl2html.byte.1
+debian/xml-man/en/tdl_export.byte.1
+debian/xml-man/en/tdl_svn.byte.1
+debian/xml-man/en/tmpl_engine.byte.1
+src/custop/custop_installation.ml
+src/editor/make_my_chamo
diff --git a/debian/rules b/debian/rules
index 630d28f..e8189ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,37 +80,10 @@ CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 
3.11.0-5),$(CDBS_BUILD_DEP
 
 OCAML_OCAMLDOC_PACKAGES_DOCBASE := libcameleon-ocaml-dev
 
+# These cannot be erased by debian/clean mechanisms becore they are touched
+# by upstream `make clean'
 clean::
-       -$(RM) '$(CURDIR)/src/odot/.depend'
-       -$(RM) '$(CURDIR)/src/.depend'
-       -$(RM) '$(CURDIR)/src/editor/make_my_chamo'
-       -$(RM) '$(CURDIR)/src/tdl/tdl_filter_parser.ml'
-       -$(RM) '$(CURDIR)/src/tdl/tdl_filter_parser.mli'
-       -$(RM) '$(CURDIR)/src/tdl/tdl_filter_parser.output'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/tdl.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/tdl_export.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/make_my_chamo.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/tdl2html.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/ocamlrss2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/rss_export.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/tdl_svn.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/cam-config2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/cameleon2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/cam-mktop2.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/dbforge2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/dbforge2.gui.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/docbrowser2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/ocamlcvs2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/report2.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/report2.gui.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/tmpl_engine.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/chamo.byte.1'
-       -$(RM) '$(CURDIR)/debian/xml-man/en/ocamltdl2.byte.1'
-       -$(RM) '$(CURDIR)/debian/cameleon-doc.dirs'
-       -$(RM) '$(CURDIR)/debian/libcameleon-ocaml-dev.dirs'
-       -$(RM) '$(CURDIR)/debian/libcameleon-ocaml-dev.install'
-       -$(RM) '$(CURDIR)/debian/META.cameleon'
-       -$(RM) '$(CURDIR)/debian/libcameleon-ocaml-dev.ocamldoc-apiref'
+       $(RM) src/.depend src/odot/.depend src/custop/custop_installation.ml
 
 install/cameleon install/cameleon-doc install/libcameleon-ocaml-dev:: 
cameleon-install-extra
 

-- 
cameleon packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to