[Pkg-bitcoin-commits] [cgminer] 01/01: updated package description, removed uneeded patch
Scott Sheridan Howard
showard at moszumanska.debian.org
Thu Dec 5 15:10:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
showard pushed a commit to branch master
in repository cgminer.
commit d3ebdd5dcc82b27e80c8adb9420b832deba1cf5f
Author: Scott Howard <showard314 at gmail.com>
Date: Thu Dec 5 10:10:20 2013 -0500
updated package description, removed uneeded patch
---
debian/changelog | 8 ++++++++
debian/control | 5 ++---
debian/patches/path_to_cl.patch | 18 ------------------
debian/patches/series | 1 -
debian/rules | 2 +-
5 files changed, 11 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 96af122..d55ef68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cgminer (3.8.2-4) UNRELEASED; urgency=low
+
+ * Deleted no-longer needed path_cl.patch
+ * Updated description in debian/control to no longer reference GPU
+ mining
+
+ -- Scott Howard <showard at debian.org> Thu, 05 Dec 2013 10:08:49 -0500
+
cgminer (3.8.2-3) unstable; urgency=low
* Update debian/news about dropping support for GPU mining
diff --git a/debian/control b/debian/control
index 73dce96..0a0d2a5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-bitcoin/cgminer.git
Package: cgminer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: multi-threaded multi-pool GPU, FPGA and ASIC bitcoin miner
- Bitcoin miner software with multi-threaded multi-pool GPU, FPGA and ASIC
- mining support.
+Description: multi-threaded multi-pool Bitcoin miner
+ Bitcoin miner software with multi-threaded multi-pool mining support.
.
BitCoins are a digital currency, exchanged freely against
all other currencies. Coins may be issued by everyone, one
diff --git a/debian/patches/path_to_cl.patch b/debian/patches/path_to_cl.patch
deleted file mode 100644
index 3bb4fec..0000000
--- a/debian/patches/path_to_cl.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Last-Update: 2013-03-04
-Author: Dmitry Smirnov <onlyjob at member.fsf.org>
-Forwarded: not-needed
-Description: don't install non-executable files to /usr/bin
-
-Index: cgminer-3.8.1/configure.ac
-===================================================================
---- cgminer-3.8.1.orig/configure.ac 2013-11-21 22:04:26.120187829 -0500
-+++ cgminer-3.8.1/configure.ac 2013-11-21 22:04:26.112187829 -0500
-@@ -390,7 +390,7 @@
- prefix=/usr/local
- fi
-
--AC_DEFINE_UNQUOTED([CGMINER_PREFIX], ["$prefix/bin"], [Path to cgminer install])
-+AC_DEFINE_UNQUOTED([CGMINER_PREFIX], ["$bindir"], [Path to cgminer install])
-
- AC_DEFINE_UNQUOTED([PHATK_KERNNAME], ["phatk121016"], [Filename for phatk kernel])
- AC_DEFINE_UNQUOTED([POCLBM_KERNNAME], ["poclbm130302"], [Filename for poclbm kernel])
diff --git a/debian/patches/series b/debian/patches/series
index 759d9fe..9a9d9b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-path_to_cl.patch
system_jansson.patch
kfreebsd_usb.patch
diff --git a/debian/rules b/debian/rules
index 380c97d..9b23d4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ override_dh_builddeb:
dh_builddeb -- -Zxz
copyright_check:
- ${MAKE} -f /usr/share/cdbs/1/rules/utils.mk debian/stamp-copyright-check
+ $(MAKE) -f /usr/share/cdbs/1/rules/utils.mk debian/stamp-copyright-check
rm debian/stamp-copyright-check
DPATH := $(abspath $(dir $(MAKEFILE_LIST)))
--
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