[SCM] library of programs for modular symbols and elliptic curves over Q branch, master, updated. upstream/2012-06-01-5-gb60219c
Julien Puydt
julien.puydt at laposte.net
Fri Jun 15 14:19:44 UTC 2012
The following commit has been merged in the master branch:
commit b60219ca23e563665680bb242fe8822876d58e98
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Jun 15 16:06:10 2012 +0200
Remove useless $(CURDIR) occurrences
diff --git a/debian/rules b/debian/rules
index 8603f87..076fc31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,8 @@ override_dh_auto_configure:
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
- rm -f $(CURDIR)/debian/tmp/usr/lib/*/*.la
- rm -fr $(CURDIR)/debian/tmp/usr/share/doc
+ rm -f debian/tmp/usr/lib/*/*.la
+ rm -fr debian/tmp/usr/share/doc
override_dh_install:
dh_install --fail-missing
--
library of programs for modular symbols and elliptic curves over Q
More information about the debian-science-commits
mailing list