[yosys] 01/01: Regenerated patches for yosys

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Sep 27 09:44:25 UTC 2014


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

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

commit 95cf1cc6a7b2a1a988a5ed4d6862112b83251011
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Sep 27 09:44:07 2014 +0000

    Regenerated patches for yosys
---
 debian/patches/01_gitrevision.patch    | 6 +++---
 debian/patches/02_removeabc.patch      | 6 +++---
 debian/patches/03_notruntests.patch    | 6 +++---
 debian/patches/04_installpath.patch    | 6 +++---
 debian/patches/05_abc_executable.patch | 6 +++---
 debian/patches/06_cflags_ldflags.patch | 6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index 8d35b73..66cb8df 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 at 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 9b3859c..eaff893 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 at 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 4d8cc24..87dcac7 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 at 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 0e2b126..9d0e4ab 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 at 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 96d92f4..3328660 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 at 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 11cce0c..40f14da 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 at 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

-- 
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