[Pkg-julia-devel] [SCM] Julia branch, master, updated. debian/0.0.0+20121102.git63e93f2-1-12-g9bf4cc1
Sébastien Villemot
sebastien at debian.org
Tue Dec 18 14:48:23 UTC 2012
The following commit has been merged in the master branch:
commit d3b100ea151313022134003ed857de25b7152858
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Dec 14 16:17:27 2012 +0100
Embedded libuv no longer uses libc-ares and libev
+ debian/control: remove them from build-dependencies
+ debian/rules: no longer strip them from upstream tarball
diff --git a/debian/control b/debian/control
index 5c3ae6f..78db484 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Maintainer: Debian Julia Team <pkg-julia-devel at lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien at debian.org>
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), dh-exec, llvm-3.1-dev,
libdouble-conversion-dev, libsuitesparse-dev, gfortran, libglpk-dev,
- libgmp-dev, libreadline6-dev, libunwind8-dev, libc-ares-dev, libev-dev,
- libfftw3-dev, libpcre3-dev, libarpack2-dev, libncurses5-dev
+ libgmp-dev, libreadline6-dev, libunwind8-dev, libfftw3-dev, libpcre3-dev,
+ libarpack2-dev, libncurses5-dev
Build-Depends-Indep: texlive-latex-extra, texlive-fonts-recommended,
python-sphinx
Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index aa20791..5c74430 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,6 @@ get-orig-source:
git submodule update --init && \
make -C deps random/jl_random.c && \
rm -rf deps/random/dsfmt-*.tar.gz \
- deps/libuv/src/ares/ \
- deps/libuv/include/ares*.h \
- deps/libuv/src/unix/ev/ \
- deps/libuv/include/uv-private/ev.h \
deps/openlibm/test/ieeetestnew.c \
deps/openlibm/i387/osx_asm.h \
deps/random/dsfmt-2.2/html/jquery.js \
--
Julia
More information about the Pkg-julia-devel
mailing list