[Pkg-bitcoin-commits] [electrum] 09/24: Repack without docs/_build directory which has some sourceless JavaScript libraries.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Aug 23 22:44:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository electrum.

commit 668a8eff806b1607577889929cb4718d63c8efa0
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Aug 20 23:18:34 2015 +0200

    Repack without docs/_build directory which has some sourceless JavaScript libraries.
---
 debian/changelog | 4 ++--
 debian/copyright | 1 +
 debian/rules     | 3 ++-
 debian/watch     | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11f47af..2e031cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-electrum (2.4.2-1) UNRELEASED; urgency=medium
+electrum (2.4.2+dfsg1-1) unstable; urgency=medium
 
   [ Vasudev Kamath ]
   * Drop myself from uploaders.
@@ -12,7 +12,7 @@ electrum (2.4.2-1) UNRELEASED; urgency=medium
     - Remove 1001_use_sslv23_method.patch: merged upstream.
     - Remove 1002_qt_compatibility.patch: merged upstream.
 
- -- Vasudev Kamath <kamathvasudev at gmail.com>  Sun, 23 Nov 2014 20:07:00 +0530
+ -- Tristan Seligmann <mithrandi at debian.org>  Thu, 20 Aug 2015 23:17:59 +0200
 
 electrum (1.9.8-4) unstable; urgency=medium
 
diff --git a/debian/copyright b/debian/copyright
index 72cedc1..ed1fb67 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: electrum
 Source: http://electrum.org/download.html
+Files-Excluded: docs/_build
 
 Files: *
 Copyright: Electrum Team
diff --git a/debian/rules b/debian/rules
index 83fa9f3..0ab9511 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=electrum
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(locale/.*/.*\.mo|data/dark/.*\.png|icons/.*\.png|LICENSE|debian/(changelog|copyright(|_hints|_newhints)|electrum.translations))$
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_installchangelogs::
 	dh_installchangelogs -k RELEASE-NOTES
@@ -14,6 +14,7 @@ override_dh_installchangelogs::
 override_dh_auto_build::
 	pyrcc4 icons.qrc -o gui/icons_rc.py
 	dh_auto_build
+	make -C docs
 
 override_dh_auto_install::
 	dh_auto_install
diff --git a/debian/watch b/debian/watch
index b6fc7a2..4c2b8a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version = 3
-opts=pgpsigurlmangle=s/$/.asc/ https://download.electrum.org/ \
+opts=repacksuffix=+dfsg1,pgpsigurlmangle=s/$/.asc/ https://download.electrum.org/ \
     (?:|.*/)Electrum(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list