summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-04-09 14:30:32 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-04-09 14:32:15 +0200
commit4636b5adfaa8a50ba98c34f03c1e054cb57ae83f (patch)
tree40fff8a98e58085c4024c3efe856b95e588e2c29
parentca1305123c67fc4c9ee08a5febb24219d190034c (diff)
Override dh_auto_build-indep
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules5
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index de4dbccc..a209a572 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@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@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 db42683c..015a8b72 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