[sagemath] 02/02: Run submodule update in debian/rules reset

Ximin Luo infinity0 at debian.org
Wed Aug 10 18:21:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit 297a547aef96055e3a9a9c43b36f8e75bcb62122
Author: Ximin Luo <infinity0 at debian.org>
Date:   Wed Aug 10 20:21:14 2016 +0200

    Run submodule update in debian/rules reset
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d9f409e..ae95009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ ptestlong:
 
 reset: clean
 	QUILT_PATCHES=debian/patches quilt pop -af || true
-	cd sage; git clean -fdx
+	cd sage; git clean -fdx && git submodule update --force
 	rm -rf $$HOME/.sage/local
 	QUILT_PATCHES=debian/patches quilt push -a
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list