summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2014-09-27 09:44:07 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2014-09-27 09:44:07 +0000
commit95cf1cc6a7b2a1a988a5ed4d6862112b83251011 (patch)
tree5e565a9695b64f1ed90a5933fa8a80d374e068f0 /debian
parent59d1b0291a152ba248132200569233c4c0f009c1 (diff)
Regenerated patches for yosys
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/01_gitrevision.patch6
-rw-r--r--debian/patches/02_removeabc.patch6
-rw-r--r--debian/patches/03_notruntests.patch6
-rw-r--r--debian/patches/04_installpath.patch6
-rw-r--r--debian/patches/05_abc_executable.patch6
-rw-r--r--debian/patches/06_cflags_ldflags.patch6
6 files changed, 18 insertions, 18 deletions
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index 8d35b73f..66cb8df7 100644
--- a/debian/patches/01_gitrevision.patch
+++ b/debian/patches/01_gitrevision.patch
@@ -5,10 +5,10 @@ Description: Compilation from the upstream code depends on being in
It must be updated every time upstream changes!
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/Makefile
+Index: yosys-0.3.0+20140906git652345c/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-05 22:04:33.718537262 +0200
-+++ yosys/Makefile 2014-09-05 22:14:29.998543657 +0200
+--- yosys-0.3.0+20140906git652345c.orig/Makefile 2014-09-27 09:30:48.000000000 +0000
++++ yosys-0.3.0+20140906git652345c/Makefile 2014-09-27 09:33:30.187362369 +0000
@@ -45,7 +45,7 @@
endif
diff --git a/debian/patches/02_removeabc.patch b/debian/patches/02_removeabc.patch
index 9b3859cd..eaff8938 100644
--- a/debian/patches/02_removeabc.patch
+++ b/debian/patches/02_removeabc.patch
@@ -2,10 +2,10 @@ Description: Don't build abc when building yosys.
It is built as a separate source package.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/Makefile
+Index: yosys-0.3.0+20140906git652345c/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-05 22:17:14.586545422 +0200
-+++ yosys/Makefile 2014-09-05 22:17:29.818545586 +0200
+--- yosys-0.3.0+20140906git652345c.orig/Makefile 2014-09-27 09:33:30.187362369 +0000
++++ yosys-0.3.0+20140906git652345c/Makefile 2014-09-27 09:33:53.963346112 +0000
@@ -110,9 +110,9 @@
LDFLAGS += -pg
endif
diff --git a/debian/patches/03_notruntests.patch b/debian/patches/03_notruntests.patch
index 4d8cc241..87dcac72 100644
--- a/debian/patches/03_notruntests.patch
+++ b/debian/patches/03_notruntests.patch
@@ -2,10 +2,10 @@ Description: Do not run the long test suite when
building for debian.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/Makefile
+Index: yosys-0.3.0+20140906git652345c/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-05 22:18:08.594546002 +0200
-+++ yosys/Makefile 2014-09-05 22:19:16.926546735 +0200
+--- yosys-0.3.0+20140906git652345c.orig/Makefile 2014-09-27 09:33:53.963346112 +0000
++++ yosys-0.3.0+20140906git652345c/Makefile 2014-09-27 09:34:22.035347850 +0000
@@ -233,20 +233,20 @@
yosys-abc: abc/abc-$(ABCREV)
$(P) cp abc/abc-$(ABCREV) yosys-abc
diff --git a/debian/patches/04_installpath.patch b/debian/patches/04_installpath.patch
index 0e2b126f..9d0e4ab4 100644
--- a/debian/patches/04_installpath.patch
+++ b/debian/patches/04_installpath.patch
@@ -2,10 +2,10 @@ Description: This makes sure that DESTDIR
is not overwritten in the Makefile.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/Makefile
+Index: yosys-0.3.0+20140906git652345c/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-14 10:15:11.298574348 +0200
-+++ yosys/Makefile 2014-09-14 10:15:33.618574588 +0200
+--- yosys-0.3.0+20140906git652345c.orig/Makefile 2014-09-27 09:34:46.987363882 +0000
++++ yosys-0.3.0+20140906git652345c/Makefile 2014-09-27 09:35:10.123393601 +0000
@@ -14,7 +14,7 @@
# other configuration flags
ENABLE_GPROF := 0
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index 96d92f45..3328660d 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -4,10 +4,10 @@ Description: The dependency abc is built with the name yosys-abc
This patch changes the name of the command that yosys looks for.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/passes/abc/abc.cc
+Index: yosys-0.3.0+20140906git652345c/passes/abc/abc.cc
===================================================================
---- yosys.orig/passes/abc/abc.cc 2014-09-05 22:04:33.726537262 +0200
-+++ yosys/passes/abc/abc.cc 2014-09-05 22:10:03.426540798 +0200
+--- yosys-0.3.0+20140906git652345c.orig/passes/abc/abc.cc 2014-09-27 09:30:48.000000000 +0000
++++ yosys-0.3.0+20140906git652345c/passes/abc/abc.cc 2014-09-27 09:35:58.267358979 +0000
@@ -1095,7 +1095,7 @@
log_header("Executing ABC pass (technology mapping using ABC).\n");
log_push();
diff --git a/debian/patches/06_cflags_ldflags.patch b/debian/patches/06_cflags_ldflags.patch
index 11cce0c9..40f14da8 100644
--- a/debian/patches/06_cflags_ldflags.patch
+++ b/debian/patches/06_cflags_ldflags.patch
@@ -2,10 +2,10 @@ Description: Patch to make CPPFLAGS, CXXFLAGS and LDFLAGS
from dpkg-buildflags be used.
Forwarded: will do
Author: Ruben Undheim <ruben.undheim@gmail.com>
-Index: yosys/Makefile
+Index: yosys-0.3.0+20140906git652345c/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-14 13:03:35.882682725 +0200
-+++ yosys/Makefile 2014-09-14 13:09:24.306686462 +0200
+--- yosys-0.3.0+20140906git652345c.orig/Makefile 2014-09-27 09:35:26.107358641 +0000
++++ yosys-0.3.0+20140906git652345c/Makefile 2014-09-27 09:36:19.247452999 +0000
@@ -27,8 +27,8 @@
all: top-all