X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=debian%2Frules;h=8f1cefcb3405a45a194eb2f581fa68c7c5085270;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=911d1b80dd24595f5cca79beb8d56b5e7f315721;hpb=0860c497f0c9daaeec9ef2202e2370484cd6959a;p=senf.git diff --git a/debian/rules b/debian/rules index 911d1b8..8f1cefc 100755 --- a/debian/rules +++ b/debian/rules @@ -19,15 +19,11 @@ export debian_build # This has to be exported to make some magic below work. export DH_OPTIONS -#DPKG_ARCH# - CFLAGS = -Wall -g CONCURRENCY_LEVEL ?= 1 export CONCURRENCY_LEVEL -LIBTYPE ?= UNSPEC - ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else @@ -39,7 +35,7 @@ destdir=$(CURDIR)/debian/tmp configure: configure-stamp configure-stamp: dh_testdir -# # Add here commands to configure the package. +# Add here commands to configure the package. rm -f Doxyfile.local SConfig local_config.hh scons prepare # If needed, we could create new files 'Doxyfile.local', @@ -76,7 +72,7 @@ build-indep-stamp: configure-stamp scons all_docs scons linklint scons fixlinks - scons $(destdir)/usr/include $(destdir)/usr/share/doc $(SCONS_OPTIONS) \ + scons $(destdir)/usr/include $(destdir)/usr/share/doc \ PREFIX='$(destdir)/usr' \ DOCINSTALLDIR='$$PREFIX/share/doc/libsenf-doc/html' \ INCLUDEINSTALLDIR='$$PREFIX/include/senf'