[sagemath] 01/01: Rename d/runtime-depends to d/control.runtime-depends.

Tobias Hansen thansen at moszumanska.debian.org
Fri Dec 2 15:02:17 UTC 2016


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

thansen pushed a commit to branch master
in repository sagemath.

commit 77e577a61da106906c16feef8e2f4780334f5ca1
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Fri Dec 2 15:02:11 2016 +0000

    Rename d/runtime-depends to d/control.runtime-depends.
---
 debian/{runtime-depends => control.runtime-depends} | 0
 debian/rules                                        | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/runtime-depends b/debian/control.runtime-depends
similarity index 100%
rename from debian/runtime-depends
rename to debian/control.runtime-depends
diff --git a/debian/rules b/debian/rules
index 3d2a5e7..b3387b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ binary binary-arch binary-indep build build-arch build-indep clean install insta
 
 debian/control: debian/control.in $(DOCS_CONTROL)
 	cat $^ > "$@"
-	sed -e '/RUNTIME_DEPENDS/ {' -e 'r debian/runtime-depends' -e 'd' -e '}' < "$<" > "$@"
+	sed -e '/RUNTIME_DEPENDS/ {' -e 'r debian/control.runtime-depends' -e 'd' -e '}' < "$<" > "$@"
 
 debian/sagemath-doc-%.control: debian/sagemath-doc-LANG.control.in debian/rules
 	sed -e "s/LANGUAGE/$$(debian/lang.py $*)/g" -e 's/LANG/$*/g' < "$<" > "$@"

-- 
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