[SCM] Packaging for mathgl branch, master, updated. debian/1.11.0.1-2-11-gc3e6ecb

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Thu Jan 6 23:59:54 UTC 2011


The following commit has been merged in the master branch:
commit 1ea2abe92216680f3ad01f95548e7f0590c7557b
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Thu Jan 6 22:22:53 2011 +0200

    Change the debian/rules file again

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
 

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list