[Pkg-bitcoin-commits] [cgminer] 06/06: Debian S-V 3.9.5, no changes
Scott Sheridan Howard
showard at moszumanska.debian.org
Mon Jan 27 21:11:44 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 b1bf0c941cdb015f914812ddf2176fb2cc8862bb
Author: Scott Howard <showard314 at gmail.com>
Date: Mon Jan 27 16:11:30 2014 -0500
Debian S-V 3.9.5, no changes
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules | 14 +++++++-------
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c79ad4d..68d7785 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ cgminer (3.10.0-1) unstable; urgency=low
mining
* Refreshed patches.
* Updated debian/copyright
+ * Debian S-V 3.9.5, no changes
-- Scott Howard <showard at debian.org> Mon, 27 Jan 2014 15:46:22 -0500
diff --git a/debian/control b/debian/control
index 0a0d2a5..e7414f3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf
,libjansson-dev
,libudev-dev [!kfreebsd-any]
,pkg-config
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: https://github.com/ckolivas/cgminer
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-bitcoin/cgminer.git
Vcs-Git: git://anonscm.debian.org/pkg-bitcoin/cgminer.git
diff --git a/debian/rules b/debian/rules
index 9b23d4a..62da4d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,19 +6,19 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-DRIVERS=--enable-avalon \
- --enable-bitforce \
- --enable-icarus \
- --enable-modminer \
+DRIVERS= --enable-avalon \
--enable-bflsc \
+ --enable-bitforce \
--enable-bitfury \
--enable-hashfast \
- --disable-silent-rules \
+ --enable-icarus \
+ --enable-bab \
+ --enable-minion \
--enable-klondike \
- --enable-bab
+ --enable-modminer
ifeq ($(DEB_BUILD_ARCH_OS),linux)
-DRIVERS+= --enable-knc
+ DRIVERS+= --enable-knc
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