[med-svn] [eagle] 04/04: Update Makefile_config.patch to fortify functions

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Sun Oct 23 20:56:39 UTC 2016


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

bob.dybian-guest pushed a commit to branch master
in repository eagle.

commit efc25159f348653f03771c0bb98992dc33ee5d9b
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Sun Oct 23 22:51:54 2016 +0200

    Update Makefile_config.patch to fortify functions
---
 debian/changelog                     | 1 +
 debian/patches/Makefile_config.patch | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58ba56a..562f663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bio-eagle (2.3-2) UNRELEASED; urgency=medium
   * Fix the test.
   * Remove the field Testsuite in d/control.
   * Add "Multi-Arch: foreign" for the bio-eagle-examples package.
+  * Update Makefile_config.patch to fortify functions.
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Sun, 23 Oct 2016 22:20:50 +0200
 
diff --git a/debian/patches/Makefile_config.patch b/debian/patches/Makefile_config.patch
index dc5f2dd..36b193f 100644
--- a/debian/patches/Makefile_config.patch
+++ b/debian/patches/Makefile_config.patch
@@ -1,6 +1,6 @@
 Author: Dylan Aïssi
 Description: Configure the makefile for Debian packaging.
-Last-Update: 2016-09-13
+Last-Update: 2016-10-23
 Forwarded: not-needed
 
 --- a/src/Makefile
@@ -43,7 +43,7 @@ Forwarded: not-needed
  
  %.o: %.cpp
 -	${CC} ${CFLAGS} ${CPATHS} -o $@ -c $<
-+	${CC} ${CFLAGS} ${CXXFLAGS} ${CPATHS} -o $@ -c $<
++	${CC} ${CFLAGS} ${CPPFLAGS} ${CPATHS} -o $@ -c $<
  EagleMain.o: Version.hpp
  Eagle.o: Version.hpp
  

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



More information about the debian-med-commit mailing list