[med-svn] [libsbml] 05/05: Leave a comment about the issue that /proc needs to be mounted

Andreas Tille tille at debian.org
Fri Dec 18 08:56:23 UTC 2015


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

tille pushed a commit to branch master
in repository libsbml.

commit 3da8c1cd71c5f0ca76ca9949041fb7dfbb4092b4
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 18 09:55:14 2015 +0100

    Leave a comment about the issue that /proc needs to be mounted
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8916f38..3a3d694 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,10 @@ endif
 	/bin/sh debian/bin/python_fix.sh
 
 override_dh_auto_build:
+	# we need to mount proc
+	# see https://lists.alioth.debian.org/pipermail/debian-med-packaging/2015-December/037461.html
+	# and https://lists.alioth.debian.org/pipermail/debian-med-packaging/2015-December/037474.html
+	## its rather a bug in pbuilder if proc is not mounted ...# if mount | grep "^proc " ; then echo "proc mounted - fine"; else mount proc /proc -t proc ; fi
 	cd build ; make
 	cp NEWS.txt changelog
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git



More information about the debian-med-commit mailing list