From 1ea2abe92216680f3ad01f95548e7f0590c7557b Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Thu, 6 Jan 2011 22:22:53 +0200 Subject: [PATCH] Change the debian/rules file again --- debian/rules | 12 +----------- texinfo/png/Makefile.in | 1 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/debian/rules b/debian/rules index 98cb9c5..689ff9e 100755 --- a/debian/rules +++ b/debian/rules @@ -10,21 +10,11 @@ export DH_VERBOSE=1 export DH_OPTIONS=-v - ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 - else - CFLAGS += -O2 - endif - ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - MAKEFLAGS += -j$(NUMJOBS) - endif - clean: dh_testdir rm -rf png/*.png texinfo/mgl_ru.info-* dh_auto_clean - dh_clean + dh_clean build: dh_testdir diff --git a/texinfo/png/Makefile.in b/texinfo/png/Makefile.in index b4d2d29..bf7b8af 100644 --- a/texinfo/png/Makefile.in +++ b/texinfo/png/Makefile.in @@ -461,6 +461,7 @@ uninstall-am: uninstall-pngDATA $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example $(top_builddir)/examples/mgl_example -kind=${@:.png=} + if test ! -d ../../png; then mkdir ../../png/; fi cp ${@} ../../png/ touch $(srcdir)/../mathgl.texi -- 2.30.2