[arachne-pnr] 02/02: Export patches via gbp pq

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Sep 19 06:04:41 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository arachne-pnr.

commit 28a408a55c454f0563a3cee687c4d0618adefb78
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Sep 19 08:03:36 2016 +0200

    Export patches via gbp pq
---
 debian/patches/01_path_to_icebox.patch            | 15 ++++++++++-----
 debian/patches/02_dont_run_tests.patch            | 19 ++++++++++++-------
 debian/patches/03_fix_install_dir.patch           | 15 ++++++++++-----
 debian/patches/04_cxxflags.patch                  | 18 +++++++++++-------
 debian/patches/05_prevent_dependency_on_git.patch | 19 ++++++++++++-------
 5 files changed, 55 insertions(+), 31 deletions(-)

diff --git a/debian/patches/01_path_to_icebox.patch b/debian/patches/01_path_to_icebox.patch
index 57b8f34..dcee989 100644
--- a/debian/patches/01_path_to_icebox.patch
+++ b/debian/patches/01_path_to_icebox.patch
@@ -1,12 +1,17 @@
 From: Ruben Undheim <ruben.undheim at gmail.com>
+Date: Mon, 19 Sep 2016 08:03:15 +0200
 Subject: This makes sure that the chipdb files from icestorm are found when
  building the package
 
-Index: arachne-pnr/Makefile
-===================================================================
---- arachne-pnr.orig/Makefile	2016-09-18 12:01:00.375677767 +0200
-+++ arachne-pnr/Makefile	2016-09-18 12:01:00.363677925 +0200
-@@ -14,7 +14,7 @@
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 17ba257..68e214f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -14,7 +14,7 @@ CXXFLAGS = -I$(SRC) -std=c++11 -MD $(OPTDEBUGFLAGS) -Wall -Wshadow -Wsign-compar
  LIBS = -lm
  
  DESTDIR = /usr/local
diff --git a/debian/patches/02_dont_run_tests.patch b/debian/patches/02_dont_run_tests.patch
index c86da66..b9d58f9 100644
--- a/debian/patches/02_dont_run_tests.patch
+++ b/debian/patches/02_dont_run_tests.patch
@@ -1,12 +1,17 @@
 From: Ruben Undheim <ruben.undheim at gmail.com>
-Subject: The tests depend on fully installed new version of yosys. Skip
- them during build
+Date: Mon, 19 Sep 2016 08:03:15 +0200
+Subject: The tests depend on fully installed new version of yosys. Skip them
+ during build
 
-Index: arachne-pnr/Makefile
-===================================================================
---- arachne-pnr.orig/Makefile	2016-09-18 12:01:07.659581885 +0200
-+++ arachne-pnr/Makefile	2016-09-18 12:01:07.643582096 +0200
-@@ -57,19 +57,19 @@
+---
+ Makefile | 26 +++++++++++++-------------
+ 1 file changed, 13 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 68e214f..87e6d72 100644
+--- a/Makefile
++++ b/Makefile
+@@ -57,19 +57,19 @@ simpletest: all tests/test_bv tests/test_us
  	@echo
  
  # assumes icestorm, yosys installed
diff --git a/debian/patches/03_fix_install_dir.patch b/debian/patches/03_fix_install_dir.patch
index 3058d76..c37589f 100644
--- a/debian/patches/03_fix_install_dir.patch
+++ b/debian/patches/03_fix_install_dir.patch
@@ -1,11 +1,16 @@
 From: Ruben Undheim <ruben.undheim at gmail.com>
+Date: Mon, 19 Sep 2016 08:03:15 +0200
 Subject: Upstream doesn't use DESTDIR correctly. Fix
 
-Index: arachne-pnr/Makefile
-===================================================================
---- arachne-pnr.orig/Makefile	2016-09-18 12:01:14.135496736 +0200
-+++ arachne-pnr/Makefile	2016-09-18 12:01:14.131496789 +0200
-@@ -104,16 +104,16 @@
+---
+ Makefile | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 87e6d72..a086a67 100644
+--- a/Makefile
++++ b/Makefile
+@@ -104,16 +104,16 @@ mxebin:
  
  .PHONY: install
  install: all
diff --git a/debian/patches/04_cxxflags.patch b/debian/patches/04_cxxflags.patch
index 1a20a42..d0022b6 100644
--- a/debian/patches/04_cxxflags.patch
+++ b/debian/patches/04_cxxflags.patch
@@ -1,12 +1,16 @@
 From: Ruben Undheim <ruben.undheim at gmail.com>
-Subject: Needed to make sure that CXXFLAGS are propagated from the
- environment
+Date: Mon, 19 Sep 2016 08:03:15 +0200
+Subject: Needed to make sure that CXXFLAGS are propagated from the environment
 
-Index: arachne-pnr/Makefile
-===================================================================
---- arachne-pnr.orig/Makefile	2016-09-18 12:01:17.615451011 +0200
-+++ arachne-pnr/Makefile	2016-09-18 12:01:17.603451169 +0200
-@@ -10,7 +10,7 @@
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index a086a67..5532b86 100644
+--- a/Makefile
++++ b/Makefile
+@@ -10,7 +10,7 @@ OPTDEBUGFLAGS = -O2
  SRC = src
  
  # clang only: -Wglobal-constructors
diff --git a/debian/patches/05_prevent_dependency_on_git.patch b/debian/patches/05_prevent_dependency_on_git.patch
index 6c27b26..f8fc692 100644
--- a/debian/patches/05_prevent_dependency_on_git.patch
+++ b/debian/patches/05_prevent_dependency_on_git.patch
@@ -1,12 +1,17 @@
 From: Ruben Undheim <ruben.undheim at gmail.com>
-Subject: Set VER and GIT_REV explicitly so that the build does not
- need to be done in a git repository.
+Date: Mon, 19 Sep 2016 08:03:15 +0200
+Subject: Set VER and GIT_REV explicitly so that the build does not need to be
+ done in a git repository.
 
-Index: arachne-pnr/Makefile
-===================================================================
---- arachne-pnr.orig/Makefile	2016-09-18 12:01:21.275402948 +0200
-+++ arachne-pnr/Makefile	2016-09-18 12:01:21.271403001 +0200
-@@ -19,8 +19,8 @@
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 5532b86..f2e4163 100644
+--- a/Makefile
++++ b/Makefile
+@@ -19,8 +19,8 @@ ICEBOX = /usr/share/fpga-icestorm/chipdb
  .PHONY: all
  all: bin/arachne-pnr share/arachne-pnr/chipdb-1k.bin share/arachne-pnr/chipdb-8k.bin
  

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



More information about the debian-science-commits mailing list