[med-svn] [emperor] 06/15: Use linktrees to link to twitter-bootstrap JS library

Afif Elghraoui afif at moszumanska.debian.org
Thu Oct 13 06:22:56 UTC 2016


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

afif pushed a commit to branch master
in repository emperor.

commit 5ad4bb296782c34667fe0fb2f87ef844e4383e06
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 25 15:48:39 2014 +0000

    Use linktrees to link to twitter-bootstrap JS library
---
 debian/changelog | 2 +-
 debian/control   | 7 ++++---
 debian/linktrees | 1 +
 debian/rules     | 2 +-
 debian/watch     | 3 ++-
 5 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a488740..69fefc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-emperor (0.9.3-1) UNRELEASED; urgency=medium
+python-emperor (0.9.3+dfsg-1) UNRELEASED; urgency=medium
 
   * Initial upload to Debian (Closes: #???)
 
diff --git a/debian/control b/debian/control
index 893d572..3e6e1ec 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               python
+               python,
+               dh-linktree,
+               libjs-twitter-bootstrap
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-emperor/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-emperor/trunk/
@@ -15,8 +17,7 @@ Homepage: http://biocore.github.io/emperor/
 Package: emperor
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
-         libjs-twitter-bootstrap
+         ${python:Depends}
 Description: tool for visualizing high-throughput microbial community data
  Emperor is an interactive next generation tool for the analysis, visualization
  and understanding of high throughput microbial ecology datasets.
diff --git a/debian/linktrees b/debian/linktrees
new file mode 100644
index 0000000..7f13466
--- /dev/null
+++ b/debian/linktrees
@@ -0,0 +1 @@
+embed usr/share/twitter-bootstrap/files/ usr/share/doc/emperor/html/bootstrap/
diff --git a/debian/rules b/debian/rules
index bce2b97..0551f48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 DEB_PYTHON_SUPPORT?=python2
 
 %:
-	dh $@ --with $(DEB_PYTHON_SUPPORT)
+	dh $@ --with $(DEB_PYTHON_SUPPORT) --with linktree
 
 override_dh_auto_install:
 	dh_auto_install
diff --git a/debian/watch b/debian/watch
index 3849ecf..b9e10c7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/pypi/emperor/ .*/emperor-([.0-9]+)\.(?:tgz|tar.gz|tar.bz2)
+opts=dversionmangle=s/\+dfsg// \
+   https://pypi.python.org/pypi/emperor/ .*/emperor-([.0-9]+)\.(?:tgz|tar.gz|tar.bz2)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emperor.git



More information about the debian-med-commit mailing list