[Pkg-bitcoin-commits] [SCM] cgminer packaging branch, master, updated. debian/2.11.3-1-4-g7f804aa

Dmitry Smirnov onlyjob at member.fsf.org
Fri Apr 26 05:49:20 UTC 2013


The following commit has been merged in the master branch:
commit 0cd8c5547ef5edba7fc4292c4f960cdb9503365b
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Fri Apr 26 14:10:38 2013 +1000

    adding "--enable-avalon" configure option

diff --git a/debian/changelog b/debian/changelog
index 5a31c29..353a4cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cgminer (3.0.1-1) UNRELEASED; urgency=low
   * New upstream release [April 2013].
   * Removed CPU mining from package description (no longer supported).
   * Dropped unsupported build option "--enable-cpumining".
+  * Added "--enable-avalon" configure option.
   * Build-Depends on "libudev-dev [!kfreebsd-any]" to allow building on
     kfreebsd without "libudev-dev".
 
diff --git a/debian/rules b/debian/rules
index 02a3aae..7258eab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_auto_configure:
 	#rm -rf ADL_SDK/adl.zip ADL_SDK/include/;
 	## Can't enable "--enable-ztex" as ztex licensed under GPL-2 while most files are GPL-3+
 	dh_auto_configure -- --bindir=/usr/lib/cgminer \
+                             --enable-avalon \
                              --enable-bitforce \
                              --enable-icarus \
                              --enable-scrypt \

-- 
cgminer packaging



More information about the Pkg-bitcoin-commits mailing list