[yosys] 01/01: Override dh_auto_build-arch instead of dh_auto_build to resolve build issue for "all" package.

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Apr 9 14:41:42 UTC 2016


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

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

commit 7623c5f6bcf9e6ead8ad93b2a1e0ee3b2ae0aec6
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Apr 9 16:39:04 2016 +0200

    Override dh_auto_build-arch instead of dh_auto_build to resolve build issue for "all" package.
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a88bef..ecb2b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+yosys (0.6-4) unstable; urgency=medium
+
+  * debian/rules:
+    - Override dh_auto_build-arch instead of dh_auto_build to resolve
+      build issue for "all" package.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 09 Apr 2016 16:38:20 +0200
+
 yosys (0.6-3) unstable; urgency=medium
 
   [ Sebastian Kuzminsky ]
diff --git a/debian/rules b/debian/rules
index e4b1786..4f545d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_installman:
 override_dh_compress:
 	dh_compress --exclude=.pdf
 
-override_dh_auto_build:
+override_dh_auto_build-arch:
 	dh_auto_build --parallel -- all
 
 override_dh_auto_build-indep:

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