[fpga-icestorm] 06/07: Updated patch

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Oct 7 19:52:13 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository fpga-icestorm.

commit 7b79e52f6702584fb04aead08eb9263753f8298a
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Oct 7 21:47:43 2016 +0200

    Updated patch
---
 debian/changelog                 |  2 ++
 debian/patches/03_cxxflags.patch | 16 +++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bafb98f..8fd10f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ fpga-icestorm (0~20160913git266e758-1) UNRELEASED; urgency=low
   * New upstream version
   * debian/man/icebram.txt:
     - New man page for new command
+  * debian/patches/03_cxxflags.patch
+    - Also do this for the new comand
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 18 Sep 2016 12:21:07 +0200
 
diff --git a/debian/patches/03_cxxflags.patch b/debian/patches/03_cxxflags.patch
index 4315470..87d977c 100644
--- a/debian/patches/03_cxxflags.patch
+++ b/debian/patches/03_cxxflags.patch
@@ -5,13 +5,27 @@ Subject: This makes sure that the CXXFLAGS given by the Debian build system
  but prepended. Additionally unwanted CXXFLAGS are removed.
 
 ---
+ icebram/Makefile  | 3 ++-
  icemulti/Makefile | 2 +-
  icepack/Makefile  | 2 +-
  icepll/Makefile   | 2 +-
  iceprog/Makefile  | 4 ++--
  icetime/Makefile  | 2 +-
- 5 files changed, 6 insertions(+), 6 deletions(-)
+ 6 files changed, 8 insertions(+), 7 deletions(-)
 
+diff --git a/icebram/Makefile b/icebram/Makefile
+index 827fe7c..26baa49 100644
+--- a/icebram/Makefile
++++ b/icebram/Makefile
+@@ -1,6 +1,7 @@
+ include ../config.mk
+ LDLIBS = -lm -lstdc++
+-CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include
++CXXFLAGS += -Wall -std=c++11
++
+ 
+ ifeq ($(STATIC),1)
+ LDFLAGS += -static
 diff --git a/icemulti/Makefile b/icemulti/Makefile
 index 009889e..5c4ceb7 100644
 --- a/icemulti/Makefile

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



More information about the debian-science-commits mailing list