[SCM] libzn-poly: library for polynomial arithmetic in Z/nZ[x] branch, master, updated. upstream/0.9-12-gd4e7c10

Tobias Hansen tobias.han at gmx.de
Thu Dec 20 21:35:22 UTC 2012


The following commit has been merged in the master branch:
commit 1194d64b1002f51a38701b46714d93c4fbd04409
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Thu Dec 20 22:27:36 2012 +0100

    Fix override_dh_auto_clean in debian/rules.

diff --git a/debian/rules b/debian/rules
index edbad6c..6043233 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,9 @@
 	dh $@
 
 override_dh_auto_clean:
-	rm -f makefile
+	debian/rules override_dh_auto_configure
 	dh_auto_clean
+	rm -f makefile
 
 override_dh_auto_configure:
 	./configure -- --gmp-prefix="/usr" --ntl-prefix="/usr" \

-- 
libzn-poly: library for polynomial arithmetic in Z/nZ[x]



More information about the debian-science-commits mailing list