[yosys] 05/10: don't run "make" as part of override_dh_auto_configure

Sebastian Kuzminsky seb_kuzminsky-guest at moszumanska.debian.org
Fri Mar 4 05:09:47 UTC 2016


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

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

commit b324a602820a7d25590ea2e052f342b6cec3b9ab
Author: Sebastian Kuzminsky <seb at highlab.com>
Date:   Sat Feb 27 21:37:18 2016 -0700

    don't run "make" as part of override_dh_auto_configure
    
    "make" gets run automatically by dh_auto_build later.
---
 debian/changelog | 3 +++
 debian/rules     | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41d2e58..745f1af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ yosys (0.6-1) UNRELEASED; urgency=medium
   * New upstream release: 0.6 (5869d26)
     - 01_gitrevision.patch: refresh
     - spelling-fixes.patch: fix upstream spelling mistakes
+  * debian/rules:
+    - don't run make as part of dh_auto_configure, it'll get run by
+        dh_auto_build later
 
  -- Sebastian Kuzminsky <seb at highlab.com>  Sun, 28 Feb 2016 10:48:44 -0700
 
diff --git a/debian/rules b/debian/rules
index 452d50f..3adf5c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 
 override_dh_auto_configure:
-	make config-gcc && make
-
+	make config-gcc

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