Hello, upload

but I have a few remarks.

here the rules file

> # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
> DPKG_EXPORT_BUILDFLAGS = 1
> include /usr/share/dpkg/default.mk

why is it necessary to export the symbols since you are using compat level 9 ?

> %:
>        dh $@ --sourcedirectory=src \
>                --buildsystem=cmake \
>                --parallel \
>                --dbg-package=libclblas2-dbg

>override_dh_auto_configure:
>        dh_auto_configure -- \
>                -DBUILD_RUNTIME=ON \
>                -DBUILD_TEST=OFF \
>                -DBUILD_PERFORMANCE=OFF \
>                -DBUILD_SAMPLE=OFF \
>                -DBUILD_CLIENT=ON \
>                -DBUILD_KTEST=OFF \
>                -DBUILD_SHARED_LIBS=ON
>        echo "I: Generating Doxygen documentation"
>        cd doc/ && doxygen clBLAS.doxy && rm html/jquery.js


why do you build the documentation during the configuration

why not puting the documentation generation under an:
override_dh_auto_build ?

> override_dh_auto_clean:
>        dh_auto_clean
>        [ ! -f doc/doxygen_sqlite3.db ] || $(RM) doc/doxygen_sqlite3.db
>        [ ! -d doc/html ] || $(RM) -rf doc/html


why no
-$(RM) -f doc/doxygen_sqlite3.db
-$(RM) -rf doc/html


Cheers

Fred

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to