[yosys] 25/57: Updated debian folder

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Sep 17 16:08:10 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 34c74adc2697e09dc1674ba1f6bce36fb8e4a0b1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Sep 5 22:15:17 2014 +0200

    Updated debian folder
---
 debian/changelog                                   | 30 +++-------------------
 debian/patches/01_gitrevision.patch                | 13 ++++++++++
 .../patches/{removeabc.diff => 02_removeabc.patch} |  0
 .../{notruntests.diff => 03_notruntests.patch}     |  0
 .../{installpath.diff => 04_installpath.patch}     |  0
 debian/patches/05_abc_executable.patch             | 13 ++++++++++
 debian/patches/gitrevision.diff                    | 13 ----------
 debian/patches/series                              |  9 ++++---
 8 files changed, 34 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2faf62e..0225f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,29 +1,5 @@
-yosys (0.3.0+-git1-9a6cd64-1~trusty) trusty; urgency=low
+yosys (0.3.0-20140904git01ef34c-1) unstable; urgency=low
 
-  * Version number bumped to 0.3.0+ upstream
+  * Initial release (Closes: #12345)
 
- -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 08 Jun 2014 17:31:25 +0200
-
-yosys (0.2.0+-git2-94e9ee6-2~trusty) trusty; urgency=low
-
-  * New upstream updates
-
- -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 08 Jun 2014 13:44:55 +0200
-
-yosys (0.2.0+-git1-68c0595-2~trusty) trusty; urgency=low
-
-  * Fixed revision number shown 
-
- -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 17 May 2014 00:49:29 +0200
-
-yosys (0.2.0+-git1-68c0595-1~trusty) trusty; urgency=low
-
-  * New snapshot from git 
-
- -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 17 May 2014 00:24:31 +0200
-
-yosys (0.2.0+-7gitd18c10d~precise) precise; urgency=low
-
-  * First ubuntu package of yosys 
-
- -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 12 Apr 2014 18:05:53 +0200
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 05 Sep 2014 22:06:20 +0200
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
new file mode 100644
index 0000000..e77613b
--- /dev/null
+++ b/debian/patches/01_gitrevision.patch
@@ -0,0 +1,13 @@
+Index: yosys/Makefile
+===================================================================
+--- yosys.orig/Makefile	2014-09-05 22:04:33.718537262 +0200
++++ yosys/Makefile	2014-09-05 22:14:29.998543657 +0200
+@@ -45,7 +45,7 @@
+ endif
+ 
+ YOSYS_VER := 0.3.0+
+-GIT_REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo UNKOWN)
++GIT_REV := 01ef34c
+ OBJS = kernel/version_$(GIT_REV).o
+ 
+ # set 'ABCREV = default' to use abc/ as it is
diff --git a/debian/patches/removeabc.diff b/debian/patches/02_removeabc.patch
similarity index 100%
rename from debian/patches/removeabc.diff
rename to debian/patches/02_removeabc.patch
diff --git a/debian/patches/notruntests.diff b/debian/patches/03_notruntests.patch
similarity index 100%
rename from debian/patches/notruntests.diff
rename to debian/patches/03_notruntests.patch
diff --git a/debian/patches/installpath.diff b/debian/patches/04_installpath.patch
similarity index 100%
rename from debian/patches/installpath.diff
rename to debian/patches/04_installpath.patch
diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
new file mode 100644
index 0000000..aaf020b
--- /dev/null
+++ b/debian/patches/05_abc_executable.patch
@@ -0,0 +1,13 @@
+Index: yosys/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
+@@ -1095,7 +1095,7 @@
+ 		log_header("Executing ABC pass (technology mapping using ABC).\n");
+ 		log_push();
+ 
+-		std::string exe_file = proc_self_dirname() + "yosys-abc";
++		std::string exe_file = proc_self_dirname() + "abc";
+ 		std::string script_file, liberty_file, constr_file, clk_str, delay_target;
+ 		bool dff_mode = false, keepff = false, cleanup = true;
+ 		int lut_mode = 0;
diff --git a/debian/patches/gitrevision.diff b/debian/patches/gitrevision.diff
deleted file mode 100644
index 23ef26c..0000000
--- a/debian/patches/gitrevision.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: yosys-0.2.0+/Makefile
-===================================================================
---- yosys-0.2.0+.orig/Makefile	2014-04-12 19:30:08.659862767 +0200
-+++ yosys-0.2.0+/Makefile	2014-04-12 21:44:51.699931454 +0200
-@@ -40,7 +40,7 @@
- endif
- 
- YOSYS_VER := 0.3.0+
--GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
-+GIT_REV := 9a6cd64
- OBJS = kernel/version_$(GIT_REV).o
- 
- # set 'ABCREV = default' to use abc/ as it is
diff --git a/debian/patches/series b/debian/patches/series
index a0ac957..8a94269 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
-gitrevision.diff
-removeabc.diff
-notruntests.diff
-installpath.diff
+01_gitrevision.patch
+02_removeabc.patch
+03_notruntests.patch
+04_installpath.patch
+05_abc_executable.patch

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