[theano] 17/22: deb/rules: added custom removal; '-v' also for the other one

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 ba6c2882dd1560b0318991093a544494819eeeb4
Author: Daniel Stender <stender at debian.org>
Date:   Fri Jul 1 20:40:26 2016 +0200

    deb/rules: added custom removal; '-v' also for the other one
---
 debian/changelog | 3 ++-
 debian/rules     | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f7e44e..0b29eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ theano (0.7-2) UNRELEASED; urgency=medium
     + removed everything but .gitignore from Files-Excluded.
     + updated email address.
   * deb/rules:
+    + add override for dh_auto_install containing a custom removal.
     + add PYTHONPATH and THEANO_FLAGS (for compiledir) to sphinx-build.
     + run rdfind and symlinks in dh_installdocs override.
     + add removal for extra-license-file in docs package (dh_sphinxdoc
@@ -22,7 +23,7 @@ theano (0.7-2) UNRELEASED; urgency=medium
     + improved filenamemangler.
   * Added deb/source.lintian-overrides.
 
- -- Daniel Stender <stender at debian.org>  Fri, 01 Jul 2016 20:28:31 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 01 Jul 2016 20:38:26 +0200
 
 theano (0.7-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 92f0a5e..386b4d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/{package}
 
 override_dh_auto_build:
 
+override_dh_auto_install:
+	dh_auto_install
+	rm -vf debian/python*-theano/usr/lib/python*/dist-packages/theano/misc/check_blas_many.sh
+
 override_dh_auto_test:
 	# build-time tests disabled: non-accelerated testing takes veeery long (up to a hour)
 
@@ -20,4 +24,4 @@ override_dh_installdocs:
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc
-	rm -f debian/theano-doc/usr/share/doc/theano-doc/html/_sources/LICENSE.txt # extra-license-file
+	rm -fv debian/theano-doc/usr/share/doc/theano-doc/html/_sources/LICENSE.txt # extra-license-file

-- 
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