[yosys] 02/02: Refreshed patches for new version
Ruben Undheim
rubund-guest at moszumanska.debian.org
Fri Jul 24 10:18:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository yosys.
commit 022827a06e90d2aa05d469660fa4126ff67c5f83
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Fri Jul 24 12:13:49 2015 +0200
Refreshed patches for new version
---
debian/changelog | 6 ++++++
debian/patches/01_gitrevision.patch | 8 ++++----
debian/patches/02_removeabc.patch | 6 +++---
debian/patches/03_notruntests.patch | 8 ++++----
debian/patches/04_installpath.patch | 6 +++---
debian/patches/05_abc_executable.patch | 8 ++++----
debian/patches/06_cflags_ldflags.patch | 8 ++++----
7 files changed, 28 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 491f748..d651fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+yosys (0.5.0+20150720gitc6ca478-1) UNRELEASED; urgency=low
+
+ * New upstream version
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Fri, 24 Jul 2015 12:07:27 +0200
+
yosys (0.5.0-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index 755fe29..b6e8c3c 100644
--- a/debian/patches/01_gitrevision.patch
+++ b/debian/patches/01_gitrevision.patch
@@ -7,14 +7,14 @@ Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 20:38:17.263383691 +0100
-+++ yosys/Makefile 2015-02-09 20:39:35.339384528 +0100
+--- yosys.orig/Makefile 2015-07-24 12:08:44.116881178 +0200
++++ yosys/Makefile 2015-07-24 12:09:23.993545416 +0200
@@ -58,7 +58,7 @@
endif
- YOSYS_VER := 0.5
+ YOSYS_VER := 0.5+$(shell test -d .git && { git log --author=clifford at clifford.at --oneline c3c9fbfb8c678.. | wc -l; })
-GIT_REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
-+GIT_REV := c3c9fbf
++GIT_REV := c6ca478
OBJS = kernel/version_$(GIT_REV).o
# set 'ABCREV = default' to use abc/ as it is
diff --git a/debian/patches/02_removeabc.patch b/debian/patches/02_removeabc.patch
index 164d615..2471177 100644
--- a/debian/patches/02_removeabc.patch
+++ b/debian/patches/02_removeabc.patch
@@ -4,9 +4,9 @@ Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 20:40:04.407384840 +0100
-+++ yosys/Makefile 2015-02-09 20:40:04.407384840 +0100
-@@ -144,7 +144,7 @@
+--- yosys.orig/Makefile 2015-07-24 12:09:34.250841710 +0200
++++ yosys/Makefile 2015-07-24 12:09:34.246841199 +0200
+@@ -167,7 +167,7 @@
ifeq ($(ENABLE_ABC),1)
CXXFLAGS += -DYOSYS_ENABLE_ABC
diff --git a/debian/patches/03_notruntests.patch b/debian/patches/03_notruntests.patch
index 95b1392..b6dcce5 100644
--- a/debian/patches/03_notruntests.patch
+++ b/debian/patches/03_notruntests.patch
@@ -4,9 +4,9 @@ Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 20:40:27.063385083 +0100
-+++ yosys/Makefile 2015-02-09 20:40:27.059385083 +0100
-@@ -301,21 +301,21 @@
+--- yosys.orig/Makefile 2015-07-24 12:09:53.557355218 +0200
++++ yosys/Makefile 2015-07-24 12:09:53.553354689 +0200
+@@ -328,21 +328,21 @@
yosys-abc$(EXE): abc/abc-$(ABCREV)$(EXE)
$(P) cp abc/abc-$(ABCREV)$(EXE) yosys-abc$(EXE)
@@ -43,7 +43,7 @@ Index: yosys/Makefile
VALGRIND ?= valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all
-@@ -435,6 +435,6 @@
+@@ -465,6 +465,6 @@
-include kernel/*.d
-include techlibs/*/*.d
diff --git a/debian/patches/04_installpath.patch b/debian/patches/04_installpath.patch
index a57f3ad..53dabf5 100644
--- a/debian/patches/04_installpath.patch
+++ b/debian/patches/04_installpath.patch
@@ -4,8 +4,8 @@ Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 21:16:12.307408092 +0100
-+++ yosys/Makefile 2015-02-09 21:16:26.955408249 +0100
+--- yosys.orig/Makefile 2015-07-24 12:10:09.835533316 +0200
++++ yosys/Makefile 2015-07-24 12:10:09.831532775 +0200
@@ -17,11 +17,11 @@
ENABLE_GPROF := 0
ENABLE_NDEBUG := 0
@@ -30,7 +30,7 @@ Index: yosys/Makefile
LDFLAGS = -L$(DESTDIR)/lib
LDLIBS = -lstdc++ -lm
SED = sed
-@@ -332,10 +332,10 @@
+@@ -359,10 +359,10 @@
@echo ""
install: $(TARGETS) $(EXTRA_TARGETS)
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index b21912d..e6b0356 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -4,11 +4,11 @@ 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 at gmail.com>
-Index: yosys/passes/abc/abc.cc
+Index: yosys/passes/techmap/abc.cc
===================================================================
---- yosys.orig/passes/abc/abc.cc 2015-02-09 20:41:36.823385831 +0100
-+++ yosys/passes/abc/abc.cc 2015-02-09 20:41:36.823385831 +0100
-@@ -1190,7 +1190,7 @@
+--- yosys.orig/passes/techmap/abc.cc 2015-07-24 12:07:08.559415094 +0200
++++ yosys/passes/techmap/abc.cc 2015-07-24 12:12:33.764281530 +0200
+@@ -1264,7 +1264,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 b930628..9628df1 100644
--- a/debian/patches/06_cflags_ldflags.patch
+++ b/debian/patches/06_cflags_ldflags.patch
@@ -4,8 +4,8 @@ Forwarded: will do
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 21:26:15.243414558 +0100
-+++ yosys/Makefile 2015-02-09 21:26:50.991414942 +0100
+--- yosys.orig/Makefile 2015-07-24 12:12:50.288168224 +0200
++++ yosys/Makefile 2015-07-24 12:12:50.288168224 +0200
@@ -36,8 +36,8 @@
all: top-all
@@ -17,7 +17,7 @@ Index: yosys/Makefile
LDLIBS = -lstdc++ -lm
SED = sed
BISON = bison
-@@ -262,10 +262,10 @@
+@@ -289,10 +289,10 @@
$(P) $(CXX) -o yosys$(EXE) $(LDFLAGS) $(OBJS) $(LDLIBS)
%.o: %.cc
@@ -30,7 +30,7 @@ Index: yosys/Makefile
kernel/version_$(GIT_REV).cc: Makefile
$(P) rm -f kernel/version_*.o kernel/version_*.d kernel/version_*.cc
-@@ -273,9 +273,9 @@
+@@ -300,9 +300,9 @@
$(CXX) --version | tr ' ()' '\n' | grep '^[0-9]' | head -n1` $(filter -f% -m% -O% -DNDEBUG,$(CXXFLAGS)))\"; }" > kernel/version_$(GIT_REV).cc
yosys-config: misc/yosys-config.in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git
More information about the debian-science-commits
mailing list