[theano] 07/22: deb/rules: run rdfind and symlinks; deb/changelog: cosmetics

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Jul 1 22:41:55 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository theano.

commit caba6e892e1d1951e4b3c3e8790b4e22d4daae53
Author: Daniel Stender <stender at debian.org>
Date:   Fri Jul 1 17:40:36 2016 +0200

    deb/rules: run rdfind and symlinks; deb/changelog: cosmetics
---
 debian/changelog | 6 ++++--
 debian/control   | 4 +++-
 debian/rules     | 2 ++
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3d8460..70a1fef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,17 +2,19 @@ theano (0.7-2) UNRELEASED; urgency=medium
 
   * deb/control:
     + bumped standards to 3.9.8 (no changes needed).
-    + complete build-deps with install_requires.
+    + add install_requires (numpy and scipy) to build-deps.
+    + add rdfind and symlink to build deps.
     + removed unnecessary comment text.
   * deb/copyright:
     + removed everything but .gitignore from Files-Excluded.
     + updated email address.
   * deb/rules:
     + let scripts go into /usr/bin (removed custom PYBUILD_INSTALL_ARGS).
+    + run rdfind and symlinks in dh_installdocs override.
   * deb/watch:
     + improved filenamemangler.
 
- -- Daniel Stender <stender at debian.org>  Fri, 01 Jul 2016 17:25:56 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 01 Jul 2016 17:33:01 +0200
 
 theano (0.7-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 27519e4..903602f 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,9 @@ Build-Depends:
  python-scipy,
  python3-scipy,
  python3-sphinx,
- python3-pygments
+ python3-pygments,
+ rdfind,
+ symlinks
 Standards-Version: 3.9.8
 Homepage: http://www.deeplearning.net/software/theano/
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/theano.git
diff --git a/debian/rules b/debian/rules
index 73ae927..be3d3b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,5 @@ override_dh_auto_test:
 override_dh_installdocs:
 	dh_installdocs -A README.txt
 	sphinx-build -N -bhtml doc/ debian/theano-doc/usr/share/doc/theano-doc/html/
+	rdfind -outputname /dev/null -makesymlinks true debian/theano-doc
+	symlinks -r -s -c debian/theano-doc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list