summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Seligmann <mithrandi@debian.org>2018-10-22 01:20:00 -0400
committerTristan Seligmann <mithrandi@debian.org>2018-10-22 01:20:00 -0400
commitba8de16b7342ad381f56ac5725597b2dc428e95a (patch)
treefe8be551443254ff66de8d2148d653ac122ec673
parent30e53d05f0c4672f082aad9a6fc237fc674974a9 (diff)
parent68d7b4dbc6fa7ef44ec68d2aa7d44679fedca691 (diff)
electrum (3.2.3-1) unstable; urgency=medium
* New upstream release. - Fix build issues (closes: #910306). * Bump Standards-Version to 4.2.1 (no changes). * Update debian/copyright. [dgit import unpatched electrum 3.2.3-1]
-rw-r--r--debian/NEWS16
-rw-r--r--debian/changelog238
-rw-r--r--debian/compat1
-rw-r--r--debian/control75
-rw-r--r--debian/copyright378
-rw-r--r--debian/electrum.175
-rw-r--r--debian/electrum.manpages1
-rw-r--r--debian/gbp.conf3
-rwxr-xr-xdebian/rules25
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/include-binaries1
-rw-r--r--debian/upstream/signing-key.asc109
-rw-r--r--debian/watch3
13 files changed, 926 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..c164987
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,16 @@
+electrum (2.4.2+dfsg1-1) unstable; urgency=low
+
+ This is the first upload of Electrum 2.0+ in Debian. When upgrading
+ from a wallet created by an older version of Electrum, it is a good
+ idea to have both an offline (eg. paper) backup of your wallet seed,
+ as well as an electronic copy of your wallet file if you need to use
+ it with a pre 2.0 Electrum version.
+
+ The first launch of Electrum 2.0+ will upgrade your wallet to the new
+ format; this requires regenerating all of the addresses in your
+ wallet, and may take some time if you have a large wallet. Once the
+ upgrade is complete, you will need to restart Electrum in order for
+ any addresses to show up in the "Addresses" tab. The new format is not
+ readable by versions of Electrum prior to 2.0.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sat, 22 Aug 2015 18:26:57 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4aaaaff
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,238 @@
+electrum (3.2.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fix build issues (closes: #910306).
+ * Bump Standards-Version to 4.2.1 (no changes).
+ * Update debian/copyright.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Mon, 22 Oct 2018 07:20:00 +0200
+
+electrum (3.1.3-1) unstable; urgency=medium
+
+ * Update maintainer address (I am effectively the sole maintainer);
+ closes: #899486.
+ * Move git repository to Salsa.
+ * New upstream release.
+ - Drop patches (applied upstream).
+ * Bump Standards-Version to 4.1.4 (no changes).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 10 Jun 2018 19:24:45 +0200
+
+electrum (3.1.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Mon, 12 Mar 2018 21:42:01 +0200
+
+electrum (3.1.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump debhelper compat level to 11.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sat, 10 Mar 2018 18:35:06 +0200
+
+electrum (3.0.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes an issue with parsing some transactions.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sat, 10 Feb 2018 23:25:59 +0200
+
+electrum (3.0.5-1) unstable; urgency=high
+
+ * New upstream release.
+ - JSON-RPC interface is now password protected for further security,
+ and locked down when using the GUI.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Mon, 08 Jan 2018 03:49:04 +0200
+
+electrum (3.0.4-1) unstable; urgency=high
+
+ * New upstream release.
+ - Fixes a security issue allowing hostile JavaScript to access the
+ JSON-RPC server: https://github.com/spesmilo/electrum/issues/3374
+ * Fix debian/copyright for new vendored packages.
+ * Bump Standards-Version to 4.1.3 (no changes).
+ * Bump debhelper compat level to 10.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 07 Jan 2018 03:43:55 +0200
+
+electrum (3.0.3-1) unstable; urgency=medium
+
+ * New upstream release (closes: #881703).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sat, 18 Nov 2017 12:49:34 +0200
+
+electrum (2.9.3-1) unstable; urgency=medium
+
+ * New upstream release (closes: #870081, #875828, #878288).
+ - Cold storage signing issue fixed (closes: #870081).
+ - Drop slowaes dependency, add pycryptodome + pyaes.
+ * Add some other missing dependencies.
+ * Fixed a typo ("defaut") in the man page.
+ * Update copyright file to properly cover "packages".
+
+ -- Tristan Seligmann <mithrandi@debian.org> Wed, 23 Nov 2016 14:32:35 +0200
+
+electrum (2.6.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 3.9.8 (no changes).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 22 May 2016 03:59:05 +0200
+
+electrum (2.6.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Drop backported install-wizard-connect.patch.
+ * Add Suggests: python-zbar and update the installation hint to suggest
+ apt-get instead of pip (closes: #819517).
+ * Bump Standards-Version to 3.9.7 (no changes).
+ * Update Vcs-* links.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Mon, 04 Apr 2016 03:02:39 +0200
+
+electrum (2.5.4-2) unstable; urgency=medium
+
+ * Backport upstream patch (e9ee851b) for install wizard issue.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Fri, 04 Dec 2015 08:20:45 +0200
+
+electrum (2.5.4-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Thu, 12 Nov 2015 19:47:32 +0200
+
+electrum (2.5.3-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Thu, 12 Nov 2015 01:59:53 +0200
+
+electrum (2.5.2-2) unstable; urgency=medium
+
+ * Add python-qt4 to Recommends, as most users will want this installed
+ for the GUI to work (closes: #803422).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Fri, 30 Oct 2015 09:05:12 +0200
+
+electrum (2.5.2-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Fri, 30 Oct 2015 07:40:24 +0200
+
+electrum (2.5.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Fri, 23 Oct 2015 21:00:40 +0200
+
+electrum (2.4.4-1) unstable; urgency=low
+
+ * New upstream release.
+ - No longer need to repack, docs removed upstream due to being
+ outdated / deprecated.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Mon, 24 Aug 2015 00:44:34 +0200
+
+electrum (2.4.2+dfsg1-1) unstable; urgency=low
+
+ [ Vasudev Kamath ]
+ * Drop myself from uploaders.
+
+ [ Tristan Seligmann ]
+ * New upstream release (closes: #792231, #788538).
+ - Update debian/watch.
+ - Remove 3001_dont_fetch_translations_from_web.patch: obsolete.
+ - Remove 2001_add_tailing_semicolon.patch: merged upstream.
+ - Remove 2002_dont_use_local_share.patch: obsolete.
+ - Remove 1001_use_sslv23_method.patch: merged upstream.
+ - Remove 1002_qt_compatibility.patch: merged upstream.
+ - Repack upstream tarball to remove prebuilt sphinx docs which contain
+ some JavaScript libraries without source.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Thu, 20 Aug 2015 23:55:43 +0200
+
+electrum (1.9.8-4) unstable; urgency=medium
+
+ [ Tristan Seligmann ]
+ * Backport upstream patch fixing wallet wizard (closes: #764138).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Tue, 13 Jan 2015 13:29:08 +0200
+
+electrum (1.9.8-3) unstable; urgency=medium
+
+ * Backport upstream change to use PROTOCOL_SSL23 instead of
+ PROTOCOL_SSL3 which was removed in python 2.7.8-12 (closes: #770392).
+ * Make some additional description fixes.
+ - Thanks to Carlo Stemberger this time.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 23 Nov 2014 09:59:37 +0200
+
+electrum (1.9.8-2) unstable; urgency=medium
+
+ * Update / fix package description.
+ - Thanks to Duncan de Wet for the updated description.
+ * Bump Standards-Version to 3.9.6.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 05 Oct 2014 03:09:37 +0200
+
+electrum (1.9.8-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update translations patch and translations.
+ * Install upstream changelog.
+ * Enable PGP signature checking in uscan.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Sun, 04 May 2014 10:30:45 +0200
+
+electrum (1.9.7-1) unstable; urgency=medium
+
+ [ Vasudev Kamath ]
+ * Add Tristan Seligmann as uploader in debian/control.in
+ * Build-Depends added to debian/control moved to debian/rules for clean
+ regeneration of control using CDBS.
+ * Rename dont_use_local_share.patch to follow patch naming micro
+ guidelines as defined in debian/patches/README.
+ * Clean up patch headers of dont_use_local_share.patch
+ * Add README.source describing some CDBS conventions used in the package.
+
+ [ Tristan Seligmann ]
+ * New upstream release.
+ * Bump Standards-Version.
+ * python-qt4 dependency is actually present again after I accidentally broke
+ it in the last version (closes: #733592).
+
+ -- Tristan Seligmann <mithrandi@debian.org> Wed, 15 Jan 2014 01:52:20 +0200
+
+electrum (1.9.5-1) unstable; urgency=low
+
+ [ Tristan Seligmann ]
+ * New upstream release (closes: #730353).
+ - Contacts bugfix included in 1.8.1 (closes: #727232).
+ * Add myself to Uploaders.
+ * Acknowledge NMU.
+ * Update watch file.
+ * Update mk18n.py patch and ship new translations file.
+ * Bump dependency on python-ecdsa for secp256k1.
+ * Remove deprecated CDBS dependency management.
+
+ -- Tristan Seligmann <mithrandi@debian.org> Wed, 11 Dec 2013 11:52:51 +0200
+
+electrum (1.8-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "electrum fails to launch from terminal":
+ add dependency on python-qt4.
+ (Closes: #724750)
+
+ -- gregor herrmann <gregoa@debian.org> Mon, 04 Nov 2013 19:29:31 +0100
+
+electrum (1.8-1) unstable; urgency=low
+
+ * Initial Release.
+ Closes: bug#704464
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com> Wed, 19 Jun 2013 21:44:47 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e8aa48e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,75 @@
+Source: electrum
+Maintainer: Tristan Seligmann <mithrandi@debian.org>
+Section: utils
+Priority: optional
+Build-Depends:
+ debhelper (>= 11),
+ devscripts,
+ dh-python,
+ pyqt5-dev-tools,
+ python3,
+ python3-dnspython,
+ python3-ecdsa,
+ python3-jsonrpclib-pelix,
+ python3-pbkdf2,
+ python3-protobuf,
+ python3-pyaes,
+ python3-pycryptodome,
+ python3-pyqt5,
+ python3-qrcode,
+ python3-requests,
+ python3-setuptools,
+ python3-socks,
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/mithrandi/electrum.git
+Vcs-Browser: https://salsa.debian.org/mithrandi/electrum
+Homepage: http://electrum.org/
+
+Package: python3-electrum
+Architecture: all
+Section: python
+Depends: ${misc:Depends}, ${python3:Depends}
+Breaks: electrum (<= 2.3.1~), python-electrum (<= 3.0.2~)
+Replaces: electrum, python-electrum
+Description: Easy to use Bitcoin client - Python module
+ This package provides a lightweight Bitcoin client which protects
+ you from losing your bitcoins in a backup mistake or computer
+ failure. Also, Electrum does not require waiting time because it does
+ not download the Bitcoin blockchain.
+ .
+ This package provides the "electrum" Python module which can be used to access
+ a Bitcoin wallet from Python programs.
+
+Package: electrum
+Architecture: all
+Depends:
+ python3-electrum (= ${binary:Version}),
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends: python3-pyqt5
+Suggests: python3-btchip, python3-trezor, python3-zbar
+Description: Easy to use Bitcoin client
+ This package provides a lightweight Bitcoin client which protects
+ you from losing your bitcoins in a backup mistake or computer
+ failure. Also, Electrum does not require waiting time because it does
+ not download the Bitcoin blockchain.
+ .
+ Features of Electrum:
+ .
+ * Instant on: Your client does not download the blockchain. It uses a
+ network of specialized servers that index the blockchain.
+ * Forgiving: Your wallet can be recovered from a secret seed.
+ * Safe: Your seed and private keys are encrypted on your hard drive.
+ They are never sent to the servers.
+ * Low trust: Information received from the servers is verified using
+ SPV. Servers are authenticated using SSL.
+ * No downtimes: Your client is not tied to a particular server; it
+ will switch instantly if your server is down.
+ * Ubiquitous: You can use the same wallet on different computers, they
+ will synchronize automatically.
+ * Cold Storage: Sign transactions from a computer that is always
+ offline. Broadcast them using a machine that does not have your keys.
+ * Reachable: You can export your private keys into other Bitcoin
+ clients.
+ * Established: Electrum is open source and was first released in
+ November 2011.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..84e882f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,378 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: electrum
+Source: http://electrum.org/download.html
+
+Files: *
+Copyright: Electrum Team
+License: Expat
+Comment:
+ Various authors are described in the AUTHORS file, including parts on
+ which they worked and hold license.
+
+Files: debian/*
+Copyright: 2013 Vasudev Kamath, Tristan Seligmann
+License: GPL-3+
+
+Files: electrum/*
+Copyright: 2011-2015 Thomas Voegtlin
+License: Expat
+
+Files: packages/dns/*
+Copyright: 2001-2011 Nominum, Inc.
+License: ISC
+
+Files: packages/ecdsa/*
+Copyright: 2010 Brian Warner
+License: Expat
+
+Files: packages/google/*
+Copyright: 2007-2009, 2012, Google Inc.
+License: BSD-3-clause~Google
+
+Files: packages/jsonrpclib/*
+Copyright: 2009-2011, Josh Marshall <catchjosh@gmail.com>
+ Quentin Smith <quentin@mit.edu>
+License: Apache-2.0
+
+Files: packages/pyaes/*
+Copyright: 2014 Richard Moore
+License: Expat
+
+Files: packages/qrcode/*
+Copyright: 2011, Lincoln Loop
+License: BSD-3-clause~qrcode
+
+Files: packages/chardet/*
+Copyright: 1998, 2001, 2005 Netscape Communications Corporation
+License: LGPL-2.1+
+
+Files: packages/urllib3/packages/ordered_dict.py
+Copyright: 2009 Raymond Hettinger
+License: Expat
+
+Files: packages/six.py
+Copyright: 2010-2015, Benjamin Peterson
+License: Expat
+
+Files: packages/socks.py
+Copyright: 2006, Dan-Haim.
+License: BSD-3-clause~Dan
+Comment:
+ Minor modifications made by Christopher Gilbert
+ <http://motomastyle.com> for use in PyLoris.
+ .
+ Minor modifications made by Mario Vilas
+ <http://breakingcode.wordpress.com> mainly to merge bug fixes found
+ on Sourceforge.
+
+Files: electrum/plugins/*
+Copyright: 2014, 2015, Thomas Voegtlin
+License: Expat
+
+Files: electrum/plugins/revealer/DejaVuSansMono-Bold.ttf
+Copyright: 2003 Bitstream, Inc.
+ 2006 Tavmjong Bah
+License: DejaVu
+
+Files: electrum/plugins/revealer/SourceSansPro-Bold.otf
+Copyright: 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/)
+License: OFL
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS"BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License,
+ Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.
+
+License: BSD-3-clause~Dan
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 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.
+ 3. Neither the name of Dan Haim nor the names of his contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY DAN HAIM "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 DAN HAIM OR HIS 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,
+ 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
+ DAMANGE.
+
+License: BSD-3-clause~Google
+ 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 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.
+ * Neither the name of Google Inc. 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 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.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: GPL-3+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU General Public License, Version 3 or any
+ later version published by the Free Software Foundation.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ 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; version 2.1 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2.1 of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose with or without fee is hereby granted,
+ provided that the above copyright notice and this permission notice
+ appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+License: BSD-3-clause~qrcode
+ 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 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.
+ * Neither the package name 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 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.
+ .
+ Original text and license from the pyqrnative package where this was forked
+ from (http://code.google.com/p/pyqrnative):
+ .
+ Ported from the Javascript library by Sam Curren
+ .
+ QRCode for Javascript
+ http://d-project.googlecode.com/svn/trunk/misc/qrcode/js/qrcode.js
+ .
+ Copyright (c) 2009 Kazuhiko Arase
+ .
+ URL: http://www.d-project.com/
+ .
+ Licensed under the MIT license:
+ http://www.opensource.org/licenses/mit-license.php
+ .
+ The word "QR Code" is registered trademark of
+ DENSO WAVE INCORPORATED
+ http://www.denso-wave.com/qrcode/faqpatent-e.html
+
+License: DejaVu
+ Bitstream Vera Fonts Copyright
+ ------------------------------
+ .
+ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
+ a trademark of Bitstream, Inc.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of the fonts accompanying this license ("Fonts") and associated
+ documentation files (the "Font Software"), to reproduce and distribute the
+ Font Software, including without limitation the rights to use, copy, merge,
+ publish, distribute, and/or sell copies of the Font Software, and to permit
+ persons to whom the Font Software is furnished to do so, subject to the
+ following conditions:
+ .
+ The above copyright and trademark notices and this permission notice shall
+ be included in all copies of one or more of the Font Software typefaces.
+ .
+ The Font Software may be modified, altered, or added to, and in particular
+ the designs of glyphs or characters in the Fonts may be modified and
+ additional glyphs or characters may be added to the Fonts, only if the fonts
+ are renamed to names not containing either the words "Bitstream" or the word
+ "Vera".
+ .
+ This License becomes null and void to the extent applicable to Fonts or Font
+ Software that has been modified and is distributed under the "Bitstream
+ Vera" names.
+ .
+ The Font Software may be sold as part of a larger software package but no
+ copy of one or more of the Font Software typefaces may be sold by itself.
+ .
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+ TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+ FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
+ ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+ THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
+ FONT SOFTWARE.
+ .
+ Except as contained in this notice, the names of Gnome, the Gnome
+ Foundation, and Bitstream Inc., shall not be used in advertising or
+ otherwise to promote the sale, use or other dealings in this Font Software
+ without prior written authorization from the Gnome Foundation or Bitstream
+ Inc., respectively. For further information, contact: fonts at gnome dot
+ org.
+ .
+ Arev Fonts Copyright
+ ------------------------------
+ .
+ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the fonts accompanying this license ("Fonts") and
+ associated documentation files (the "Font Software"), to reproduce
+ and distribute the modifications to the Bitstream Vera Font Software,
+ including without limitation the rights to use, copy, merge, publish,
+ distribute, and/or sell copies of the Font Software, and to permit
+ persons to whom the Font Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright and trademark notices and this permission notice
+ shall be included in all copies of one or more of the Font Software
+ typefaces.
+ .
+ The Font Software may be modified, altered, or added to, and in
+ particular the designs of glyphs or characters in the Fonts may be
+ modified and additional glyphs or characters may be added to the
+ Fonts, only if the fonts are renamed to names not containing either
+ the words "Tavmjong Bah" or the word "Arev".
+ .
+ This License becomes null and void to the extent applicable to Fonts
+ or Font Software that has been modified and is distributed under the
+ "Tavmjong Bah Arev" names.
+ .
+ The Font Software may be sold as part of a larger software package but
+ no copy of one or more of the Font Software typefaces may be sold by
+ itself.
+ .
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+ TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+ OTHER DEALINGS IN THE FONT SOFTWARE.
+ .
+ Except as contained in this notice, the name of Tavmjong Bah shall not
+ be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Font Software without prior written authorization
+ from Tavmjong Bah. For further information, contact: tavmjong @ free
+ . fr.
+
+License: OFL
+ -----------------------------------------------------------
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+ -----------------------------------------------------------
+ .
+ PREAMBLE
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
+ .
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
+ .
+ DEFINITIONS
+ "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+ .
+ "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
+ .
+ "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
+ .
+ "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+ .
+ "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+ .
+ PERMISSION & CONDITIONS
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
+ .
+ 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
+ .
+ 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+ .
+ 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
+ .
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
+ .
+ 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
+ .
+ TERMINATION
+ This license becomes null and void if any of the above conditions are not met.
+ .
+ DISCLAIMER
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/debian/electrum.1 b/debian/electrum.1
new file mode 100644
index 0000000..8807b26
--- /dev/null
+++ b/debian/electrum.1
@@ -0,0 +1,75 @@
+.TH electrum 1 "23 June 2013" "electrum"
+.SH NAME
+electrum \- Lightweight bitcoin client
+.SH SYNOPSIS
+.B electrum [options] command [options]
+.SH DESCRIPTION
+.PP
+Electrum is a lightweight bitcoin client.
+.br
+Electrum protects from losing bitcoins in a backup mistake or computer
+failure. It allows recovery of wallet from a passphrase which you can
+learn by heart or write it down on a paper.
+.br
+Since electrum does not download the entire bitcoin block chain there
+is no waiting time when the client is started.
+
+.TP
+\fB\-g GUI, \-\-gui=GUI\fR
+Select user interface, possible values are qt, lite, gtk or text
+.TP
+\fB\-w WALLET_PATH, \-\-wallet=WALLET_PATH\fR
+Use wallet from WALLET_PATH, default is electrum.dat.
+.TP
+\fB\-o, \-\-offline\fR
+Remain offline.
+.TP
+\fB\-a, \-\-all\fR
+Show all addresses.
+.TP
+\fB\-b, \-\-balance\fR
+Show the balance of listed addresses
+.TP
+\fB\-l, \-\-labels\fR
+Show the labels of listed addresses
+.TP
+\fB\-f TX_FEE, \-\-fee=TX_FEE\fR
+set tx fee
+.TP
+\fB\-F FROM_ADDR, \-\-fromad
+dr=FROM_ADDR\fR
+.PP
+set source address for payto/mktx. if it isn't in the wallet, it will
+ask for the private key unless supplied in the format
+public_key:private_key. It's not saved in the wallet.
+.TP
+\fB\-c CHANGE_ADDR, \-\-changeaddr=CHANGE_ADDR\fR
+.PP
+set the change address for payto/mktx. default is a spare address, or
+the source address if it's not in the wallet.
+.TP
+\fB\-s SERVER, \-\-server=SERVER\fR
+set server host:port:protocol, where protocol is t or h
+.TP
+\fB\-p PROXY, \-\-proxy=PROXY\fR
+set proxy [type:]host[:port], where type is socks4,socks5 or http
+.TP
+\fB\-v, \-\-verbose\fR
+show debugging information
+.TP
+\fB\-P, \-\-portable\fR
+portable wallet
+.TP
+\fB\-L LANGUAGE, \-\-lang=LANGUAGE\fR
+default language used in GUI
+.TP
+\fB\-u, \-\-usb\fR
+Turn on support for hardware wallets (EXPERIMENTAL).
+.SH AUTHORS
+Electrum client was initially written by ThomasV
+<\fIthomasv@gitorious\fR>
+.br
+This manual page was written by Vasudev Kamath
+<\fIkamathvasudev@gmail.com\fR> for Debian Project (but can be used by
+others).
+
diff --git a/debian/electrum.manpages b/debian/electrum.manpages
new file mode 100644
index 0000000..5e113ad
--- /dev/null
+++ b/debian/electrum.manpages
@@ -0,0 +1 @@
+debian/electrum.1
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ed8ac7c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = False
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f0480ac
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=electrum
+
+# Ignore graphics and .mo files in addition to the default debian files
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(locale/.*/.*\.mo|data/dark/.*\.png|icons/.*\.png|LICENSE|debian/(changelog|copyright(|_hints|_newhints)|electrum.translations))$
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_installchangelogs::
+ dh_installchangelogs -k RELEASE-NOTES
+
+override_dh_auto_build::
+ pyrcc5 icons.qrc -o electrum/gui/icons_rc.py
+ dh_auto_build
+
+override_dh_auto_install::
+ mkdir -p debian/python3-electrum/usr/share
+ dh_auto_install
+ mkdir -p debian/electrum/usr/bin debian/electrum/usr/share
+ mv debian/python3-electrum/usr/bin debian/electrum/usr
+ mv debian/python3-electrum/usr/share/* \
+ debian/electrum/usr/share
+ rm debian/python3-electrum/usr/lib/python3*/dist-packages/electrum/plugins/revealer/*.?tf
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..2678199
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/electrum-translations.zip
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..d8454f9
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,109 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+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
+FtY=
+=hcT+
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..36b6a04
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version = 3
+opts=repacksuffix=+dfsg1,dversionmangle=s/\+dfsg\d*$//,pgpsigurlmangle=s/$/.asc/ \
+ https://download.electrum.org/(\d(?:\.\d)*)/Electrum-(\d(?:\.\d)*)\.tar\.gz