[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, preview/master, updated. debian/2.9.16_preview1-1-2-g79a47a2

Ralf Treinen treinen at pps.jussieu.fr
Wed May 23 13:55:18 UTC 2012


The following commit has been merged in the preview/master branch:
commit 79a47a2a31d2994998dbac80958fbbfd1a498073
Author: Ralf Treinen <treinen at pps.jussieu.fr>
Date:   Wed May 23 15:44:20 2012 +0200

    add build-dep on python

diff --git a/debian/changelog b/debian/changelog
index ccddf70..866b066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dose3 (2.9.16~preview1-1) unstable; urgency=low
     comment out line in debian/libdose3-ocaml.install for stublibs
   * install debian/apt-cudf.conf into /etc
   * debian/rules: deactivite test
+  * add build-dependency on python (needed for test script)
 
  -- Ralf Treinen <treinen at pps.univ-paris-diderot.fr>  Wed, 23 May 2012 14:52:17 +0200
 
diff --git a/debian/control b/debian/control
index f7307f0..d52180c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
  libocamlgraph-ocaml-dev,
  libcudf-ocaml-dev (>= 0.6.2),
  libzip-ocaml-dev, libbz2-ocaml-dev, librpm-dev (>= 4.8),
- perl, graphviz, hevea, texlive-latex-base, texlive-latex-extra
+ perl, graphviz, hevea, texlive-latex-base, texlive-latex-extra,
+ python
 Standards-Version: 3.9.3
 Homepage: http://www.mancoosi.org/software/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/dose3.git
diff --git a/debian/rules b/debian/rules
index 4398cd3..deed9d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,4 @@ override_dh_auto_clean:
 	rm -f debian/update-cudf-solvers.8
 	rm -f _tags
 
-override_dh_auto_test:
-	# do nothing
-
 

-- 
dose3 packaging



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