[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:16 UTC 2010
The following commit has been merged in the experimental branch:
commit b52324d312ef5bb040c1c55a6ff6e4e1d8742be7
Author: Ralf Treinen <treinen at free.fr>
Date: Mon Mar 15 22:32:22 2010 +0100
add back build-dependency on hevea
diff --git a/debian/changelog b/debian/changelog
index bd57071..3ab93a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,20 +8,15 @@ advi (1.9-1) experimental; urgency=low
* 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 22:03:48 +0100
-
-advi (1.8-3) experimental; urgency=low
-
* Dependency on ghostscript: >= 7.05
+ * Build-dependencies:
+ - add back hevea, since upstream makefile does again rebuild the doc
* patch use-ghostscript: make configure believe that ghostscript is installed
at compilation time.
* debian/control: Updated location of upstream homepage
* debian/watch: put new domain (advi.inria.fr)
- * Set --latexdir in the configure target of debian/rules (thanks to Meik
- Hellmund for having indiated the wrong installation of latex files!)
- -- Ralf Treinen <treinen at debian.org> Wed, 10 Mar 2010 22:05:27 +0100
+ -- Ralf Treinen <treinen at debian.org> Mon, 15 Mar 2010 22:03:48 +0100
advi (1.8-2) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 54794bc..1e00933 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Ralf Treinen <treinen at debian.org>,
Stéphane Glondu <glondu at debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9),
ocaml, libcamlimages-ocaml-dev, ocaml-findlib,
- tex-common, texlive-binaries,
+ tex-common, texlive-binaries, hevea,
x11proto-core-dev, libx11-dev, libxinerama-dev, zlib1g-dev
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/advi.git
diff --git a/debian/patches/examples-phony-targets b/debian/patches/examples-phony-targets
index 372f112..35c4b45 100644
--- a/debian/patches/examples-phony-targets
+++ b/debian/patches/examples-phony-targets
@@ -1,3 +1,7 @@
+Author: Ralf Treinen <treinen at debian.org>
+Description: add some phony targets in examples/Makefile that might get
+ called from the top-level Makefile
+
Index: advi/examples/Makefile
===================================================================
--- advi.orig/examples/Makefile 2010-03-15 22:11:57.000000000 +0100
--
advi packaging
More information about the Pkg-ocaml-maint-commits
mailing list