[Pkg-bitcoin-commits] [cgminer] 01/01: updated copyright, removed unneeded GPU dependencies, notified lack of scypt and gpu mining in news

Scott Sheridan Howard showard at moszumanska.debian.org
Mon Nov 25 15:37:06 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 8f8f3ec755511f3adf140b94e5466d800b82fed0
Author: Scott Howard <showard314 at gmail.com>
Date:   Mon Nov 25 10:36:59 2013 -0500

    updated copyright, removed unneeded GPU dependencies, notified lack of scypt and gpu mining in news
---
 debian/NEWS                        |   6 +
 debian/changelog                   |   9 +
 debian/control                     |   4 -
 debian/copyright                   | 206 ++++++++++++--
 debian/copyright_hints             | 566 +++++++++++++++++++++++++++++++++++++
 debian/patches/kfreebsd_usb.patch~ |  25 --
 debian/rules                       |   9 +-
 7 files changed, 770 insertions(+), 55 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..cf14c3f
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,6 @@
+cgminer (3.8.2-3) unstable; urgency=low
+
+  Upstream no longer supports GPU or scrypt mining. At this time,
+  see Debian package "bfgminer" for GPU mining support.
+
+ -- Scott Howard <showard at debian.org>  Mon, 25 Nov 2013 10:10:15 -0500
diff --git a/debian/changelog b/debian/changelog
index 6ff31d3..96af122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cgminer (3.8.2-3) unstable; urgency=low
+
+  * Update debian/news about dropping support for GPU mining
+  * Fix a FTBFS on kfreebsd* due to minor incompatibillity with libusb
+    - kfreebsd_usb.patch
+  * Remove scrypt configure option (no longer supported)
+
+ -- Scott Howard <showard at debian.org>  Mon, 25 Nov 2013 10:14:11 -0500
+
 cgminer (3.8.2-2) unstable; urgency=low
 
   * Fix that only build KNC on linux architectures (not klondikes)
diff --git a/debian/control b/debian/control
index 68c2b92..73dce96 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf
  ,libusb-1.0-0-dev
  ,libjansson-dev
  ,libudev-dev [!kfreebsd-any]
-# ,amd-opencl-dev | opencl-dev
-# ,nvidia-opencl-dev | opencl-dev
- ,ocl-icd-opencl-dev | opencl-dev
  ,pkg-config
 Standards-Version: 3.9.4
 Homepage: https://github.com/ckolivas/cgminer
@@ -21,7 +18,6 @@ Vcs-Git: git://anonscm.debian.org/pkg-bitcoin/cgminer.git
 Package: cgminer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: ocl-icd-libopencl1, opencl-icd
 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.
diff --git a/debian/copyright b/debian/copyright
index 1d6b4c9..ab2642a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -47,14 +47,63 @@ License: GPL-2
  The complete text of the GNU General Public License version 2
  can be found in "/usr/share/common-licenses/GPL-2".
 
-Files: scrypt.c
-       scrypt*.cl
-Copyright: 2012-2013 Con Kolivas
-           2009      Colin Percival
-           2011      ArtForz
-           2012      mtrlt
-           2011      pooler
-License: BSD-2-clause
+Files: api.c
+ driver-bflsc.c
+ logging.c
+Copyright: 2011-2012, Con Kolivas
+  2011-2013, Andrew Smith
+  2011-2013, Con Kolivas
+  2013, Andrew Smith
+  2013, Con Kolivas
+License: GPL-3+
+
+Files: driver-bflsc.h
+ usbutils.c
+ usbutils.h
+Copyright: 2012-2013, Andrew Smith
+  2013, Andrew Smith
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+
+Files: uthash.h
+Copyright: 2003-2011 Troy D. Hanson (http://uthash.sourceforge.net)
+License:
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ ․
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ ․
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: compat/jansson/*
+Copyright: 2009-2013 Petri Lehtinen <petri at digip.org>
+                2011 Basile Starynkevitch <basile at starynkevitch.net>
+License: Expat
+
+Files: compat/libusb-1.0/*
+Copyright: 2009-2010, Pete Batard <pbatard at gmail.com>
+           2001, Johannes Erdfelt <johannes at erdfelt.com>
+           2007, Daniel Drake <dsd at gentoo.org>
+           2007-2009, Daniel Drake <dsd at gentoo.org>
+           2012-2013, Nathan Hjelm <hjelmn at mac.com>
+License: LGPL-2.1+
+
+Files: sha2.c
+ sha2.h
+Copyright: 2005, 2007 Olivier Gay <olivier.gay at a3.epfl.ch>
+  2013, Con Kolivas <kernel at kolivas.org>
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
@@ -63,11 +112,14 @@ License: BSD-2-clause
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
- ․
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ 3. Neither the name of the project nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
@@ -76,15 +128,29 @@ License: BSD-2-clause
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
 
+Files: driver-bitfury.c
+ driver-bitfury.h
+Copyright: 2013, Con Kolivas
+License: GPL-3+
+
+Files: hf_protocol.h
+ hf_protocol_be.h
+Copyright: 2013, HashFast LLC
+License: GPL-3+
+
+Files: bitforce-firmware-flash.c
+ fpgautils.h
+Copyright: 2012, Luke Dashjr
+
 Files: uthash.h
-Copyright: 2003-2011 Troy D. Hanson (http://uthash.sourceforge.net)
-License:
+Copyright: 2003-2013, Troy D. Hanson http://troydhanson.github.com/uthash/
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
- ․
-  * Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- ․
+ .
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
@@ -97,10 +163,94 @@ License:
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: compat/jansson/*
-Copyright: 2009-2011 Petri Lehtinen <petri at digip.org>
-                2011 Basile Starynkevitch <basile at starynkevitch.net>
-License: Expat
+Files: lib/memchr.* lib/str-two-way.h
+Copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011
+           Free Software Foundation
+License: GPL-3+
+
+Files: driver-klondike.c
+Copyright: 2013, Andrew Smith
+  2013, Chris Savery
+  2013, Con Kolivas
+License: GPL-3+
+
+Files: driver-bitforce.c
+Copyright: 2012, Con Kolivas
+  2012, Luke Dashjr
+  2012-2013, Andrew Smith
+License: GPL-3+
+
+Files: fpgautils.c
+Copyright: 2012, Andrew Smith
+  2012, Luke Dashjr
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+
+Files: driver-avalon.c
+Copyright: 2012, Andrew Smith
+  2012, Luke Dashjr
+  2012-2013, Xiangfu <xiangfu at openmobilefree.com>
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+
+Files: driver-icarus.c
+Copyright: 2012, Xiangfu <xiangfu at openmobilefree.com>
+  2012-2013, Andrew Smith
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+
+Files: driver-modminer.c
+Copyright: 2012, Luke Dashjr
+  2012-2013, Andrew Smith
+License: GPL-3+
+
+Files: driver-bab.c
+Copyright: 2013, Andrew Smith
+  2013, bitfury
+License: GPL-3+
+
+Files: driver-avalon.h
+Copyright: 2013, Avalon project
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+
+Files: util.c
+Copyright: 2010, Jeff Garzik
+  2011-2013, Con Kolivas
+License: GPL-3+
+
+Files: cgminer.c
+Copyright: 2010, Jeff Garzik
+  2011-2012, Luke Dashjr
+  2011-2013, Con Kolivas
+License: GPL-3+
+
+Files: driver-hashfast.h
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, Hashfast
+License: GPL-3+
+
+Files: driver-hashfast.c
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, Hashfast Inc
+License: GPL-3+
+
+Files: driver-knc-spi-fpga.c
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, KnCminer
+License: GPL-3+
+
+Files: hexdump.c
+Copyright: 2009, Daniel Mack <daniel at caiaq.de>
+License: GPL-3+
+
+Files: api-example.c
+Copyright: 2011, Kano
+License: GPL-3+
+
+Files: api-example.py
+Copyright: 2013, Setkeh Mkfr
+License: GPL-3+
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -139,3 +289,17 @@ License: GPL-3+
  ․
  The complete text of the GNU General Public License version 3
  can be found in "/usr/share/common-licenses/GPL-3".
+
+License: LGPL-2.1+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 of the License, or
+ (at your option) any later version.
+ ․
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ ․
+ The complete text of the GNU Lesser General Public License version 2.1
+ can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..77f51ad
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,566 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: 01-cgminer.rules
+ API-README
+ ASIC-README
+ AUTHORS
+ ChangeLog
+ FPGA-README
+ LICENSE
+ MCast.class
+ Makefile.am
+ README
+ api-example.php
+ autogen.sh
+ bench_block.h
+ bitstreams/fpgaminer_top_fixed7_197MHz.ncd
+ ccan/Makefile.am
+ ccan/compiler/_info
+ ccan/compiler/compiler.h
+ ccan/compiler/test/compile_fail-printf.c
+ ccan/compiler/test/run-is_compile_constant.c
+ ccan/opt/_info
+ ccan/opt/helpers.c
+ ccan/opt/opt.c
+ ccan/opt/opt.h
+ ccan/opt/parse.c
+ ccan/opt/private.h
+ ccan/opt/test/compile_ok-const-arg.c
+ ccan/opt/test/run-checkopt.c
+ ccan/opt/test/run-correct-reporting.c
+ ccan/opt/test/run-helpers.c
+ ccan/opt/test/run-iter.c
+ ccan/opt/test/run-no-options.c
+ ccan/opt/test/run-usage.c
+ ccan/opt/test/run.c
+ ccan/opt/test/utils.c
+ ccan/opt/test/utils.h
+ ccan/opt/usage.c
+ ccan/typesafe_cb/_info
+ ccan/typesafe_cb/test/compile_fail-cast_if_type-promotable.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c
+ ccan/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c
+ ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c
+ ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c
+ ccan/typesafe_cb/test/compile_ok-typesafe_cb-vars.c
+ ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c
+ ccan/typesafe_cb/test/run.c
+ ccan/typesafe_cb/typesafe_cb.h
+ compat.h
+ compat/.gitignore
+ compat/Makefile.am
+ compat/jansson-2.5/CHANGES
+ compat/jansson-2.5/Makefile.am
+ compat/jansson-2.5/configure.ac
+ compat/jansson-2.5/jansson.pc.in
+ compat/jansson-2.5/src/Makefile.am
+ compat/jansson-2.5/src/error.c
+ compat/jansson-2.5/src/jansson.def
+ compat/jansson-2.5/src/strconv.c
+ compat/libusb-1.0/Makefile.am
+ compat/libusb-1.0/NEWS
+ compat/libusb-1.0/PORTING
+ compat/libusb-1.0/README
+ compat/libusb-1.0/THANKS
+ compat/libusb-1.0/TODO
+ compat/libusb-1.0/configure.ac
+ compat/libusb-1.0/libusb-1.0.pc.in
+ compat/libusb-1.0/libusb/Makefile.am
+ compat/libusb-1.0/libusb/libusb-1.0.def
+ compat/libusb-1.0/libusb/libusb-1.0.rc
+ compat/libusb-1.0/libusb/os/poll_posix.h
+ compat/libusb-1.0/libusb/version.h
+ compat/libusb-1.0/m4/.gitignore
+ configure.ac
+ debian/NEWS
+ debian/TODO.Debian
+ debian/cgminer-api.1
+ debian/cgminer.1
+ debian/clean
+ debian/compat
+ debian/control
+ debian/docs
+ debian/examples
+ debian/install
+ debian/links
+ debian/manpages
+ debian/patches/kfreebsd_usb.patch
+ debian/patches/path_to_cl.patch
+ debian/patches/series
+ debian/patches/system_jansson.patch
+ debian/rules
+ debian/source/format
+ debian/source/options
+ debian/watch
+ elist.h
+ example.conf
+ lib/memchr.valgrind
+ linux-usb-cgminer
+ logging.h
+ miner.h
+ miner.php
+ mknsis.sh
+ usbtest.py
+ util.h
+ windows-build.txt
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: m4/00gnulib.m4
+ m4/extensions.m4
+ m4/gnulib-cache.m4
+ m4/gnulib-common.m4
+ m4/gnulib-comp.m4
+ m4/gnulib-tool.m4
+ m4/include_next.m4
+ m4/longlong.m4
+ m4/memchr.m4
+ m4/memmem.m4
+ m4/mmap-anon.m4
+ m4/multiarch.m4
+ m4/sigaction.m4
+ m4/signal_h.m4
+ m4/signalblocking.m4
+ m4/stddef_h.m4
+ m4/stdint.m4
+ m4/string_h.m4
+ m4/warn-on-use.m4
+ m4/wchar_t.m4
+Copyright: 1999-2007, 2009-2011, Free Software Foundation, Inc
+  2001-2002, 2006-2011, Free Software Foundation, Inc
+  2001-2011, Free Software Foundation, Inc
+  2002-2003, 2008-2011, Free Software Foundation, Inc
+  2002-2004, 2007-2011, Free Software Foundation, Inc
+  2002-2004, 2009-2011, Free Software Foundation, Inc
+  2002-2011, Free Software Foundation, Inc
+  2003, 2006-2011, Free Software Foundation, Inc
+  2004-2005, 2009-2011, Free Software Foundation, Inc
+  2005, 2007, 2009-2011, Free Software Foundation, Inc
+  2006-2011, Free Software Foundation, Inc
+  2007-2011, Free Software Foundation, Inc
+  2008-2011, Free Software Foundation, Inc
+  2009-2011, Free Software Foundation, Inc
+  2010-2011, Free Software Foundation, Inc
+License: UNKNOWN
+ FIXME
+
+Files: compat/jansson-2.5/src/dump.c
+ compat/jansson-2.5/src/hashtable.c
+ compat/jansson-2.5/src/hashtable.h
+ compat/jansson-2.5/src/jansson.h
+ compat/jansson-2.5/src/jansson_config.h.in
+ compat/jansson-2.5/src/jansson_private.h
+ compat/jansson-2.5/src/load.c
+ compat/jansson-2.5/src/strbuffer.c
+ compat/jansson-2.5/src/strbuffer.h
+ compat/jansson-2.5/src/utf.c
+ compat/jansson-2.5/src/utf.h
+ compat/jansson-2.5/src/value.c
+Copyright: 2009-2013, Petri Lehtinen <petri at digip.org>
+  2010-2013, Petri Lehtinen <petri at digip.org>
+License: UNKNOWN
+ FIXME
+
+Files: arg-nonnull.h
+ c++defs.h
+ lib/dummy.c
+ lib/sig-handler.h
+ lib/sigaction.c
+ lib/signal.in.h
+ lib/sigprocmask.c
+ lib/stddef.in.h
+ lib/stdint.in.h
+ lib/string.in.h
+ warn-on-use.h
+Copyright: 1995-1996, 2001-2011, Free Software Foundation, Inc
+  2001-2002, 2004-2011, Free Software Foundation, Inc
+  2004, 2007, 2009-2011, Free Software Foundation, Inc
+  2006-2011, Free Software Foundation, Inc
+  2008-2011, Free Software Foundation, Inc
+  2009-2011, Free Software Foundation, Inc
+  2010-2011, Free Software Foundation, Inc
+License: GPL-3+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/poll_windows.c
+ compat/libusb-1.0/libusb/os/poll_windows.h
+ compat/libusb-1.0/libusb/os/windows_usb.c
+ compat/libusb-1.0/libusb/os/windows_usb.h
+Copyright: 2009-2010, Pete Batard <pbatard at gmail.com>
+License: LGPL-2.1+
+ FIXME
+
+Files: api.c
+ driver-bflsc.c
+ logging.c
+Copyright: 2011-2012, Con Kolivas
+  2011-2013, Andrew Smith
+  2011-2013, Con Kolivas
+  2013, Andrew Smith
+  2013, Con Kolivas
+License: GPL-3+
+ FIXME
+
+Files: driver-bflsc.h
+ usbutils.c
+ usbutils.h
+Copyright: 2012-2013, Andrew Smith
+  2013, Andrew Smith
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/io.c
+ compat/libusb-1.0/libusb/libusbi.h
+ compat/libusb-1.0/libusb/os/linux_usbfs.h
+Copyright: 2001, Johannes Erdfelt <johannes at erdfelt.com>
+  2007, Daniel Drake <dsd at gentoo.org>
+  2007-2009, Daniel Drake <dsd at gentoo.org>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/linux_netlink.c
+ compat/libusb-1.0/libusb/os/linux_udev.c
+ compat/libusb-1.0/libusb/os/linux_usbfs.c
+Copyright: 2001, Johannes Erdfelt <johannes at erdfelt.com>
+  2007-2009, Daniel Drake <dsd at gentoo.org>
+  2012-2013, Nathan Hjelm <hjelmn at mac.com>
+  2013, Nathan Hjelm <hjelmn at mac.com>
+License: LGPL-2.1+
+ FIXME
+
+Files: sha2.c
+ sha2.h
+Copyright: 2005, 2007 Olivier Gay <olivier.gay at a3.epfl.ch>
+  2013, Con Kolivas <kernel at kolivas.org>
+License: BSD-3-clause
+ FIXME
+
+Files: driver-bitfury.c
+ driver-bitfury.h
+Copyright: 2013, Con Kolivas
+License: GPL-3+
+ FIXME
+
+Files: hf_protocol.h
+ hf_protocol_be.h
+Copyright: 2013, HashFast LLC
+License: GPL-3+
+ FIXME
+
+Files: bitforce-firmware-flash.c
+ fpgautils.h
+Copyright: 2012, Luke Dashjr
+License: GPL-3+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/core.c
+ compat/libusb-1.0/libusb/descriptor.c
+Copyright: 2001, Johannes Erdfelt <johannes at erdfelt.com>
+  2007, Daniel Drake <dsd at gentoo.org>
+  2007-2008, Daniel Drake <dsd at gentoo.org>
+  2012-2013, Nathan Hjelm <hjelmn at cs.unm.edu>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/threads_windows.c
+ compat/libusb-1.0/libusb/os/threads_windows.h
+Copyright: 2010, Michael Plante <michael.plante at gmail.com>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/darwin_usb.c
+ compat/libusb-1.0/libusb/os/darwin_usb.h
+Copyright: 2008-2013, Nathan Hjelm <hjelmn at users.sourceforge.net>
+License: LGPL-2.1+
+ FIXME
+
+Files: uthash.h
+Copyright: 2003-2013, Troy D. Hanson http://troydhanson.github.com/uthash/
+License: BSD-2-clause
+ FIXME
+
+Files: compat/jansson-2.5/README.rst
+Copyright: *No copyright*
+License: Expat
+ FIXME
+
+Files: compat/jansson-2.5/LICENSE
+Copyright: 2009-2013, Petri Lehtinen <petri at digip.org>
+License: Expat
+ FIXME
+
+Files: lib/memchr.c
+Copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011
+License: GPL
+ FIXME
+
+Files: lib/str-two-way.h
+Copyright: 2008-2011, Free Software Foundation, Inc
+  A macro that canonicalizes an element right after
+License: GPL-3+
+ FIXME
+
+Files: driver-klondike.c
+Copyright: 2013, Andrew Smith
+  2013, Chris Savery
+  2013, Con Kolivas
+License: GPL-3+
+ FIXME
+
+Files: driver-bitforce.c
+Copyright: 2012, Con Kolivas
+  2012, Luke Dashjr
+  2012-2013, Andrew Smith
+License: GPL-3+
+ FIXME
+
+Files: fpgautils.c
+Copyright: 2012, Andrew Smith
+  2012, Luke Dashjr
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+ FIXME
+
+Files: driver-avalon.c
+Copyright: 2012, Andrew Smith
+  2012, Luke Dashjr
+  2012-2013, Xiangfu <xiangfu at openmobilefree.com>
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+ FIXME
+
+Files: driver-icarus.c
+Copyright: 2012, Xiangfu <xiangfu at openmobilefree.com>
+  2012-2013, Andrew Smith
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+ FIXME
+
+Files: driver-modminer.c
+Copyright: 2012, Luke Dashjr
+  2012-2013, Andrew Smith
+License: GPL-3+
+ FIXME
+
+Files: driver-bab.c
+Copyright: 2013, Andrew Smith
+  2013, bitfury
+License: GPL-3+
+ FIXME
+
+Files: driver-avalon.h
+Copyright: 2013, Avalon project
+  2013, Con Kolivas <kernel at kolivas.org>
+License: GPL-3+
+ FIXME
+
+Files: util.c
+Copyright: 2010, Jeff Garzik
+  2011-2013, Con Kolivas
+License: GPL-3+
+ FIXME
+
+Files: cgminer.c
+Copyright: 2010, Jeff Garzik
+  2011-2012, Luke Dashjr
+  2011-2013, Con Kolivas
+License: GPL-3+
+ FIXME
+
+Files: driver-hashfast.h
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, Hashfast
+License: GPL-3+
+ FIXME
+
+Files: driver-hashfast.c
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, Hashfast Inc
+License: GPL-3+
+ FIXME
+
+Files: driver-knc-spi-fpga.c
+Copyright: 2013, Con Kolivas <kernel at kolivas.org>
+  2013, KnCminer
+License: GPL-3+
+ FIXME
+
+Files: hexdump.c
+Copyright: 2009, Daniel Mack <daniel at caiaq.de>
+License: GPL-3+
+ FIXME
+
+Files: lib/memmem.c
+Copyright: 1991-1994, 1996-1998, 2000, 2004, 2007-2011, Free Software
+License: GPL-3+
+ FIXME
+
+Files: api-example.c
+Copyright: 2011, Kano
+License: GPL-3+
+ FIXME
+
+Files: api-example.py
+Copyright: 2013, Setkeh Mkfr
+License: GPL-3+
+ FIXME
+
+Files: bitstreams/COPYING_fpgaminer
+Copyright: 2011-2012, fpgaminer at bitcoin-mining.com
+License: GPL-3+
+ FIXME
+
+Files: ccan/opt/LICENSE
+Copyright: 1989, 1991 Free Software Foundation, Inc.
+  <year> <name of author>
+  disclaimer" for the program, if
+  interest in the program
+  law:
+  the software, and
+  year name of author
+License: GPL-ever
+ FIXME
+
+Files: COPYING
+Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
+  <year> <name of author>
+  are not
+  disclaimer" for the program, if necessary
+  if you do
+  law
+  law, except executing it on a
+  on the Program, and are irrevocable provided the stated
+  on the software, and (2) offer you this License
+  permission
+  permission, other than the making of an
+  treaty adopted on 20 December 1996, or
+License: GPL-ever
+ FIXME
+
+Files: compat/libusb-1.0/libusb/sync.c
+Copyright: 2007-2008, Daniel Drake <dsd at gentoo.org>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/libusb.h
+Copyright: 2001, Johannes Erdfelt <johannes at erdfelt.com>
+  2007-2008, Daniel Drake <dsd at gentoo.org>
+  2012, Peter Stuge <peter at stuge.se>
+  2012-2013, Nathan Hjelm <hjelmn at cs.unm.edu>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/openbsd_usb.c
+Copyright: 2011, Martin Pieuchot <mpi at openbsd.org>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/hotplug.c
+Copyright: 2012-2013, Nathan Hjelm <hjelmn at mac.com>
+  2012-2013, Peter Stuge <peter at stuge.se>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/hotplug.h
+Copyright: 2012, Nathan Hjelm <hjelmn at users.sourceforge.net>
+  2012, Peter Stuge <peter at stuge.se>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/threads_posix.h
+Copyright: 2010, Peter Stuge <peter at stuge.se>
+License: LGPL-2.1+
+ FIXME
+
+Files: compat/libusb-1.0/libusb/os/threads_posix.c
+Copyright: 2011, Peter Stuge <peter at stuge.se>
+  2011, Vitali Lovich <vlovich at aliph.com>
+License: LGPL-2.1+
+ FIXME
+
+Files: ccan/typesafe_cb/LICENSE
+Copyright: 1991, 1999 Free Software Foundation, Inc
+  <year> <name of author>
+  disclaimer" for the library
+  interest in the
+  law: that is to say, a work containing the Library or a
+  the
+License: LGPL-ever
+ FIXME
+
+Files: compat/libusb-1.0/COPYING
+Copyright: 1991, 1999 Free Software Foundation, Inc
+  <year> <name of author>
+  disclaimer" for the library, if
+  interest in the
+  law: that is to say, a work containing the Library or a
+  the
+License: LGPL-ever
+ FIXME
+
+Files: API.java
+Copyright: Andrew Smith 2012-2013
+License: UNKNOWN
+ FIXME
+
+Files: MCast.java
+Copyright: Andrew Smith 2013
+License: UNKNOWN
+ FIXME
+
+Files: compat/jansson-2.5/src/memory.c
+Copyright: 2009-2013, Petri Lehtinen <petri at digip.org>
+  2011-2012, Basile Starynkevitch <basile at starynkevitch.net>
+License: UNKNOWN
+ FIXME
+
+Files: compat/libusb-1.0/AUTHORS
+Copyright: 2001, Johannes Erdfelt <johannes at erdfelt.com>
+  2007-2009, Daniel Drake <dsd at gentoo.org>
+  2008-2013, Nathan Hjelm <hjelmn at users.sourceforge.net>
+  2009-2012, Pete Batard <pete at akeo.ie>
+  2010, Michael Plante <michael.plante at gmail.com>
+  2010-2012, Peter Stuge <peter at stuge.se>
+  2011-2012, Hans de Goede <hdegoede at redhat.com>
+  2012, Martin Pieuchot <mpi at openbsd.org>
+License: UNKNOWN
+ FIXME
+
+Files: m4/onceonly.m4
+Copyright: 2002-2003, 2005-2006, 2008-2011, Free Software Foundation
+License: UNKNOWN
+ FIXME
+
+Files: lib/Makefile.am
+Copyright: 2002-2011, Free Software Foundation, Inc
+  header cut off
+License: UNKNOWN
+ FIXME
+
+Files: ccan/compiler/LICENSE
+Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
+License: UNKNOWN
+ FIXME
+
+Files: compat/jansson-2.5/src/pack_unpack.c
+Copyright: 2009-2013, Petri Lehtinen <petri at digip.org>
+  2011-2012, Graeme Smecher <graeme.smecher at mail.mcgill.ca>
+License: UNKNOWN
+ FIXME
+
+Files: NEWS
+Copyright: dates
+  year
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/patches/kfreebsd_usb.patch~ b/debian/patches/kfreebsd_usb.patch~
deleted file mode 100644
index efcce2f..0000000
--- a/debian/patches/kfreebsd_usb.patch~
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: FreeBSD's libusb-1.0 compatible library has a few differences
- compared to the "normal" libusb-1.0 from libusb.org which we have to
- work around. LIBUSB_CLASS_APPLICATION doesn't exist in FreeBSD's libusb, and
- libusb_handle_events_timeout_completed() doesn't exist either.
- The latter is basically libusb_handle_events_timeout() with an extra
- (unused by us) parameter, so the workaround is relatively simple.
- See http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff;h=6bf4273ee8bb6477ba55e0540e370547bd804641
-Author: Scott Howard <showard at debian.org>
-Index: cgminer/cgminer.c
-===================================================================
---- cgminer.orig/cgminer.c	2013-11-24 18:18:34.145155627 -0500
-+++ cgminer/cgminer.c	2013-11-25 10:04:06.366935961 -0500
-@@ -80,6 +80,12 @@
- #	define USE_FPGA
- #endif
- 
-+/* Portability fixes for FreeBSD. */
-+#if defined(__FreeBSD_kernel__)
-+#define libusb_handle_events_timeout_completed(ctx, tv, c) \
-+       libusb_handle_events_timeout(ctx, tv)
-+#endif
-+
- struct strategies strategies[] = {
- 	{ "Failover" },
- 	{ "Round Robin" },
diff --git a/debian/rules b/debian/rules
index e6bf374..380c97d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@ DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
 DRIVERS=--enable-avalon \
          --enable-bitforce \
          --enable-icarus \
-         --enable-scrypt \
          --enable-modminer \
          --enable-bflsc \
          --enable-bitfury \
@@ -27,10 +26,6 @@ endif
 
 override_dh_auto_configure:
 	#./autogen.sh
-	#wget -O ADL_SDK/adl.zip http://download2-developer.amd.com/amd/GPU/zip/ADL_SDK_4.0.zip;
-	#unzip ADL_SDK/adl.zip include/* -d ADL_SDK/;
-	#mv ADL_SDK/include/* ADL_SDK/;
-	#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 $(DRIVERS) --with-system-libusb
 
@@ -62,6 +57,10 @@ override_dh_installchangelogs:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
+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)))
 VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if m{Version:\s*([\d\.]+)}')
 .PHONY: get-orig-source

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