[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, experimental, updated. debian/1.8-1-37-gb52324d
Ralf Treinen
treinen at free.fr
Mon Mar 15 21:38:00 UTC 2010
The following commit has been merged in the experimental branch:
commit 7a7a8b20f48dbb283d26203341a3c8ae7e829700
Author: Ralf Treinen <treinen at free.fr>
Date: Mon Mar 15 22:05:02 2010 +0100
add phony check target in the examples dir/
diff --git a/debian/changelog b/debian/changelog
index 6b4b550..20ae8c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ advi (1.9-1) experimental; urgency=low
* Upstream distributes again the examples/ subtree, install it instead
of our old copy in debian/examples-source
* patch doc-without-htmlc: do not call htmlc for building the doc
+ * patch examples-no-check: add phony check target in examples/Makefile
+ since this is called recursively on all subdirs from the toplevel
+ Makefile.
- -- Ralf Treinen <treinen at debian.org> Mon, 15 Mar 2010 21:07:10 +0100
+ -- Ralf Treinen <treinen at debian.org> Mon, 15 Mar 2010 22:03:48 +0100
advi (1.8-3) experimental; urgency=low
diff --git a/debian/patches/doc-without-htmlc b/debian/patches/doc-without-htmlc
index 4f1b125..96ab302 100644
--- a/debian/patches/doc-without-htmlc
+++ b/debian/patches/doc-without-htmlc
@@ -1,3 +1,6 @@
+Author: Ralf Treinen
+Description: do not call htmlc from the doc Makefile
+
Index: advi/doc/Makefile.am
===================================================================
--- advi.orig/doc/Makefile.am 2010-03-15 21:19:32.000000000 +0100
diff --git a/debian/patches/series b/debian/patches/series
index 0c710ec..ae9439b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,5 @@ no-local-advirc
use-ghostscript
use-data-dir
doc-without-htmlc
+examples-no-check
+examples/Makefile
diff --git a/examples/Makefile b/examples/Makefile
index 1f57242..b457bc6 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -56,3 +56,7 @@ clean:
for i in $(SUBDIRS); do \
cd $$i; $(MAKE) clean; cd ..; \
done
+
+check:
+
+.phony: check
--
advi packaging
More information about the Pkg-ocaml-maint-commits
mailing list