[Pkg-bitcoin-commits] [cgminer] 01/02: Only build with recommended configuration on all archs (Closes: #767719)

Scott Sheridan Howard showard at moszumanska.debian.org
Sat Nov 8 17:44:09 UTC 2014


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

showard pushed a commit to branch master
in repository cgminer.

commit 4353f259e5298c9f2a8a5b3be936380f8b005286
Author: Scott Howard <showard314 at gmail.com>
Date:   Sat Nov 8 12:43:49 2014 -0500

    Only build with recommended configuration on all archs (Closes: #767719)
---
 debian/changelog |  3 ++-
 debian/rules     | 17 +----------------
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ce64a5..dec7d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-cgminer (4.7.0-2) UNRELEASED; urgency=medium
+cgminer (4.7.0-2) unstable; urgency=medium
 
   * Updated manpage since the new binary will have same configuration
     on all archs
+  * Only build with recommended configuration on all archs (Closes: #767719)
 
  -- Scott Howard <showard at debian.org>  Sat, 08 Nov 2014 11:10:48 -0500
 
diff --git a/debian/rules b/debian/rules
index 2c6f32a..22c9feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,9 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
-DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DRIVERS= --enable-avalon \
          --enable-avalon2 \
-         --enable-bab \
          --enable-bflsc \
-         --enable-bitforce \
          --enable-bitfury \
          --enable-blockerupter \
          --enable-cointerra \
@@ -19,18 +15,7 @@ DRIVERS= --enable-avalon \
          --enable-hashfast \
          --enable-hashratio \
          --enable-icarus \
-         --enable-klondike \
-         --enable-minion \
-         --enable-modminer
-
-ifeq ($(DEB_BUILD_ARCH_OS),linux)
-#           --enable-ants2 \ only one of ants1 or ants2 allowed
-DRIVERS+= --enable-ants1 \
-           --enable-bitmine_A1 \
-           --enable-knc \
-           --enable-sp10 \
-           --enable-sp30
-endif
+         --enable-klondike
 
 %:
 	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list