[Pkg-bitcoin-commits] [p2pool] 01/01: un-bundle libjs-d3 (untested)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat Aug 23 19:28:47 UTC 2014


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

onlyjob pushed a commit to branch master
in repository p2pool.

commit c7d1696 (HEAD, master)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat Aug 23 19:27:29 2014

    un-bundle libjs-d3 (untested)
---
 debian/TODO.Debian  | 2 +-
 debian/control      | 1 +
 debian/p2pool.links | 1 +
 debian/rules        | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index 0f1aab8..ff5727a 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -1,6 +1,6 @@
  * Clarify copyright years/statement with upstream;
    + Suggest versioned LGPL for "nattraverso".
 
- * Package dependency "libjs-d3" (#676396).
+ * Check "libjs-d3" v3 compatibility with bundled "d3.v2.min.js".
 
  * Consider logrotate & log under /var/log.
diff --git a/debian/control b/debian/control
index ba7f048..1e1190e 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Package: python-ltc-scrypt
 Section: python
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+        ,libjs-d3
 Description: bindings for scrypt proof of work used by Litecoin
  p2pool implements a peer-to-peer mining pool for bitcoins.
  Unlike a traditional pool, there is no central authority which
diff --git a/debian/p2pool.links b/debian/p2pool.links
index 244dd8c..208a73d 100644
--- a/debian/p2pool.links
+++ b/debian/p2pool.links
@@ -1 +1,2 @@
 /usr/lib/p2pool/run_p2pool.py    /usr/bin/p2pool
+/usr/share/javascript/d3/d3.min.js    /usr/share/p2pool/web-static/d3.v2.min.js
diff --git a/debian/rules b/debian/rules
index d679879..5b57c2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,7 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
              fpconst.py \
              SOAPpy \
              wstools \
+             web-static/d3.v2.min.js
 	#$(RM) -v $(PKG)_$(VER).orig.tar.*
 	@echo "# Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \

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



More information about the Pkg-bitcoin-commits mailing list