[med-svn] [cain] 01/06: fix building

Sascha Steinbiss sascha at steinbiss.name
Fri May 27 11:04:13 UTC 2016


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

sascha-guest pushed a commit to branch master
in repository cain.

commit cfd1c4984d9da4d50e881fe62f4e6c2af88949f1
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Fri May 27 10:17:17 2016 +0000

    fix building
---
 debian/changelog          |  9 ++++++++-
 debian/patches/cain.patch | 18 +++++++++++++++++-
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 051877b..5bad2f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-cain (1.10+dfsg-1) UNRELEASED; urgency=medium
+cain (1.10+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fix build by making sure directory exists.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name>  Fri, 27 May 2016 10:15:44 +0000
+
+cain (1.10+dfsg-1) unstable; urgency=medium
 
   [ Ivo Maintz ]
   * debian/rules:
diff --git a/debian/patches/cain.patch b/debian/patches/cain.patch
index 356389b..eaf84e6 100644
--- a/debian/patches/cain.patch
+++ b/debian/patches/cain.patch
@@ -19,7 +19,7 @@ Date: Wed, 28 Sep 2011 12:02:11 +0200
  
 --- a/gui/Application.py
 +++ b/gui/Application.py
-@@ -8,6 +8,7 @@ import os.path
+@@ -8,6 +8,7 @@
  import wx
  from MainFrame import MainFrame
  from resourcePath import resourcePath
@@ -48,3 +48,19 @@ Date: Wed, 28 Sep 2011 12:02:11 +0200
  
  #include <cstddef>
  
+--- a/src/solvers/Makefile
++++ b/src/solvers/Makefile
+@@ -37,11 +37,13 @@
+ 
+ # The default target.
+ install: all
++	mkdir -p ../../solvers
+ 	mv $(TARGETS) ../../solvers
+ 
+ all: $(TARGETS)
+ 
+ clean: 
++	rm -rf ../../solvers
+ 	$(RM) *.o *.d *~ core* *.stackdump .DS_Store .Thumbs.db
+ 
+ distclean: 

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



More information about the debian-med-commit mailing list