[singular] 11/14: Run dh_install and not dh_auto_install.

Tobias Hansen thansen at moszumanska.debian.org
Fri Jul 8 00:45:42 UTC 2016


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

thansen pushed a commit to branch master3-sage
in repository singular.

commit 0fc6eb44f66159866c55a242d90671ee3fd1201f
Author: Tobias Hansen <thansen at debian.org>
Date:   Thu Jul 7 22:44:57 2016 +0000

    Run dh_install and not dh_auto_install.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a9e2ccc..a465435 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
 export SAGE_LOCAL := $(shell pwd)/debian/tmp
-export MAKE := make -j5
+export MAKE := make
 export CP := cp
 export CXX := c++
 
@@ -14,7 +14,7 @@ export CXX := c++
 	dh $@ --parallel
 
 override_dh_auto_configure:
-override_dh_install:
+override_dh_auto_install:
 override_dh_auto_test:
 override_dh_prep:
 override_dh_auto_build:

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



More information about the debian-science-commits mailing list