[yosys] 01/02: Override dh_auto_build-indep

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Apr 9 12:36:40 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 4636b5adfaa8a50ba98c34f03c1e054cb57ae83f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Apr 9 14:30:32 2016 +0200

    Override dh_auto_build-indep
---
 debian/changelog | 10 ++++++++--
 debian/rules     |  5 ++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de4dbcc..a209a57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 yosys (0.6-3) unstable; urgency=medium
 
-  * Fix a build problem on kFreeBSD.
+  [ Sebastian Kuzminsky ]
+  * debian/patches/kfreebsd-support.patch:
+    - Fix a build problem on kFreeBSD. Use __unix__ instead of __linux__
 
- -- Sebastian Kuzminsky <seb at highlab.com>  Thu, 07 Apr 2016 16:02:10 -0600
+  [ Ruben Undheim ]
+  * debian/rules:
+    - Override dh_auto_build-indep instead for building documentation.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 09 Apr 2016 14:29:32 +0200
 
 yosys (0.6-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index db42683..015a8b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,4 +30,7 @@ override_dh_compress:
 	dh_compress --exclude=.pdf
 
 override_dh_auto_build:
-	dh_auto_build --parallel -- all manual
+	dh_auto_build --parallel -- all
+
+override_dh_auto_build-indep:
+	dh_auto_build-indep --parallel -- manual

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