From: Dimitrios Eftaxiopoulos Date: Thu, 6 Jan 2011 23:32:28 +0000 (+0200) Subject: Small change in debian/rules X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~243 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c3e6ecb0d9c81c0dc203ab6a29518f38b2ab0637;p=mathgl.git Small change in debian/rules --- diff --git a/debian/changelog b/debian/changelog index 77dd51a..03537f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ mathgl (1.11.0.1-2) experimental; urgency=low + * Remove createpngdirectory.patch from series * Apply patch for FTBFS on i386 (Closes: #607539). * Add Replaces tags for old mathgl-doc package in debian/rules. * Change debian/rules file. - -- Dimitrios Eftaxiopoulos Tue, 4 Jan 2011 20:25:00 +0200 + -- Dimitrios Eftaxiopoulos Thu, 6 Jan 2011 23:25:00 +0200 mathgl (1.11.0.1-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 689ff9e..e1838f8 100755 --- a/debian/rules +++ b/debian/rules @@ -12,13 +12,13 @@ export DH_OPTIONS=-v clean: dh_testdir - rm -rf png/*.png texinfo/mgl_ru.info-* + rm -f png/*.png texinfo/mgl_ru.info-* dh_auto_clean dh_clean build: dh_testdir - ./configure --prefix=/usr --enable-all --enable-octave --enable-python + dh_auto_configure -- --enable-all --enable-octave --enable-python dh_auto_build # dh_auto_test