[Pkg-bitcoin-commits] [SCM] cgminer packaging branch, master, updated. 05356dc9eb24c4f426ce0c154d7c9b7c29a51848

Scott Howard showard314 at gmail.com
Mon Feb 11 01:36:31 UTC 2013


The following commit has been merged in the master branch:
commit 05356dc9eb24c4f426ce0c154d7c9b7c29a51848
Author: Scott Howard <showard314 at gmail.com>
Date:   Sun Feb 10 20:36:24 2013 -0500

    added modminer and ztex support, fixed a lintian warning

diff --git a/debian/control b/debian/control
index 5846705..2dc0b30 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,9 @@ Package: cgminer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: ocl-icd-libopencl1, opencl-icd
-Description: multi-threaded multi-pool GPU, FPGA and CPU bitcoin miner
- Multi-threaded multi-pool GPU, FPGA and CPU bitcoin miner.
+Description: Multi-threaded multi-pool GPU, FPGA and CPU bitcoin miner
+ Bitcoin miner software with multi-threaded multi-pool GPU, FPGA and CPU mining
+ support.
  .
  BitCoins are a digital currency, exchanged freely against
  all other currencies. Coins may be issued by everyone, one
diff --git a/debian/rules b/debian/rules
index 524a220..951e655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@ override_dh_auto_configure:
                              --enable-icarus \
                              --enable-cpumining \
                              --enable-scrypt \
+                             --enable-modminer \
+                             --enable-ztex \
                              --disable-silent-rules
 
 override_dh_auto_install:

-- 
cgminer packaging



More information about the Pkg-bitcoin-commits mailing list