summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-04-09 16:39:04 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-04-09 16:39:04 +0200
commit7623c5f6bcf9e6ead8ad93b2a1e0ee3b2ae0aec6 (patch)
treecef771b42a8e9d10c307e953f5676e7ee185473b /debian
parent44c1916c87167b051a25e146fd22b4ffa1741e9b (diff)
Override dh_auto_build-arch instead of dh_auto_build to resolve build issue for "all" package.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a88bef1..ecb2b13c 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@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 e4b1786d..4f545d94 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: