[SCM] Debian packaging for libntl - Number Theory Library branch, master, updated. e41c78dc6ef2572ee21fc0a0ffb90bc2154ac16c
Bernhard R. Link
brlink at debian.org
Tue Aug 9 15:43:15 UTC 2011
The following commit has been merged in the master branch:
commit 3bebcecbe2af8fd3830c268b08fe8763f32561cc
Author: Bernhard R. Link <brlink at debian.org>
Date: Tue Aug 9 17:33:57 2011 +0200
use upstream's make clobber instead of clean + manually cleaning up
diff --git a/debian/rules b/debian/rules
index f573cf4..4c0f9e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,10 +36,9 @@ build-arch-stamp: src/makefile include/NTL/config.h src/cfileout
touch $@
clean:
- if test -e src/makefile ; then $(MAKE) -C src clean ; fi
+ if test -e src/makefile ; then $(MAKE) -C src clobber ;fi
rm -f build-arch-stamp
- cd src && rm -f makefile mfileout cfileout ll lip_gmp_aux_impl.h GetTime.c all
- cd include/NTL && rm -f config.h gmp_aux.h mach_desc.h
+ rm -f src/makefile include/NTL/config.h
dh_clean
binary: binary-arch binary-indep
--
Debian packaging for libntl - Number Theory Library
More information about the debian-science-commits
mailing list