[libgap-sage] 04/12: Don't libGAPify stuff.

Tobias Hansen thansen at moszumanska.debian.org
Tue Oct 11 23:15:46 UTC 2016


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

thansen pushed a commit to branch debian-4.8.4
in repository libgap-sage.

commit 3f2155915ad069bb1e7e16225ccab9e76dfba6e4
Author: Tobias Hansen <thansen at debian.org>
Date:   Tue Oct 11 17:49:29 2016 +0000

    Don't libGAPify stuff.
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f4dedc2..302cb70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,13 +27,11 @@ override_dh_auto_configure:
 	dh_auto_configure -B _build -- --with-gap_system_arch=$(DEB_BUILD_GAP_INFO_ARCH)
 	# postamble: based on the dist-hook target.
 	cp -t _build/src $(wildcard src/*.h src/*.c src/*.s)
-	scripts/libGAPify.py --modify _build/src
 	sed -i -e 's/SyKernelVersion = "[0-9]*\.[0-9]*\.[0-9]*"/SyKernelVersion = "$(UPS_PKG_VERSION)"/g' _build/src/system.c
 	sed -i \
 			-e 's/GAP_BUILD_VERSION  "libgap-[0-9]*\.[0-9]*\.[0-9]*"/GAP_BUILD_VERSION  "libgap-$(UPS_PKG_VERSION)"/g' \
 			-e 's/GAP_BUILD_DATETIME "\(.*\)"/GAP_BUILD_DATETIME "$(DEB_BUILD_GAP_BUILD_DATETIME)"/g' \
 		_build/src/gap_version.h
-	$(foreach _t, $(wildcard test/*.c) , sed -f debian/adhoc/scripts/libGAPify-test.sed $(_t) > _build/$(_t) ;)
 
 override_dh_auto_configure-indep:
 	@true

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



More information about the debian-science-commits mailing list