[Pkg-bitcoin-commits] [cgminer] 02/02: Don't support bitmine_A1 on kfreebsd*

Scott Sheridan Howard showard at moszumanska.debian.org
Wed Apr 16 20:34:43 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 5bdc8f122708825736000fe212a696a0e6f4ba05
Author: Scott Howard <showard314 at gmail.com>
Date:   Wed Apr 16 16:34:29 2014 -0400

    Don't support bitmine_A1 on kfreebsd*
---
 debian/changelog | 6 ++++++
 debian/rules     | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 571dd89..27a1e1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cgminer (4.2.3-3) unstable; urgency=low
+
+  * Don't support bitmine_A1 on kfreebsd*
+
+ -- Scott Howard <showard at debian.org>  Wed, 16 Apr 2014 16:28:10 -0400
+
 cgminer (4.2.3-2) unstable; urgency=low
 
   * Don't support cointerra on mips, nor bitmain on kfreebsd*
diff --git a/debian/rules b/debian/rules
index 1a1403c..e57c60f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ DRIVERS= --enable-avalon \
          --enable-bflsc \
          --enable-bitforce \
          --enable-bitfury \
-         --enable-bitmine_A1 \
          --enable-cointerra \
          --enable-drillbit \
          --enable-hashfast \
@@ -24,10 +23,11 @@ DRIVERS= --enable-avalon \
 
 ifeq ($(DEB_BUILD_ARCH_OS),linux)
  DRIVERS+= --enable-knc \
-           --enable-ants1
+           --enable-ants1 \
+           --enable-bitmine_A1
 endif
 
-ifneq ($DEB_BUILD_ARCH),mips)
+ifneq ($(DEB_BUILD_ARCH),mips)
  DRIVERS+= --enable-cointerra
 endif
 

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