[yosys] 02/04: Fixed paths returned by yosys-config

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Feb 9 20:24:56 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 27f7a6d0a4dcec9afd883c02384902a05dc5f5ea
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Feb 9 21:03:31 2015 +0100

    Fixed paths returned by yosys-config
---
 debian/changelog                    |  2 ++
 debian/patches/04_installpath.patch | 14 ++++++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bfa73fd..e2e218c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ yosys (0.5.0-1) unstable; urgency=low
   * Changed dependency from tcl8.5-dev to tcl-dev
   * Added d/gbp.conf
   * Added link from /usr/bin/yosys-abc to /usr/bin/berkeley-abc
+  * Fixed paths returned by yosys-config
+    - fix included in 04_installpath.patch
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 09 Feb 2015 20:37:38 +0100
 
diff --git a/debian/patches/04_installpath.patch b/debian/patches/04_installpath.patch
index 0cb8cd8..f2a00e2 100644
--- a/debian/patches/04_installpath.patch
+++ b/debian/patches/04_installpath.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:46.015385286 +0100
-+++ yosys/Makefile	2015-02-09 20:40:46.015385286 +0100
-@@ -17,7 +17,7 @@
+--- yosys.orig/Makefile	2015-02-09 21:02:20.979399175 +0100
++++ yosys/Makefile	2015-02-09 21:02:45.515399438 +0100
+@@ -17,11 +17,11 @@
  ENABLE_GPROF := 0
  ENABLE_NDEBUG := 0
  
@@ -14,7 +14,13 @@ Index: yosys/Makefile
 +#DESTDIR := /usr/local
  INSTALL_SUDO :=
  
- TARGET_BINDIR := $(DESTDIR)/bin
+-TARGET_BINDIR := $(DESTDIR)/bin
+-TARGET_DATDIR := $(DESTDIR)/share/yosys
++TARGET_BINDIR := $(DESTDIR)/usr/bin
++TARGET_DATDIR := $(DESTDIR)/usr/share/yosys
+ 
+ EXE =
+ OBJS =
 @@ -332,10 +332,10 @@
  	@echo ""
  

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