[iep] 02/04: add fix for old dh_python3
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 2 14:50:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository iep.
commit 208e80b4386b2afe6b71b940f5bb7ddcafadf69f
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Feb 2 14:16:56 2015 +0000
add fix for old dh_python3
---
debian/python3-ieplib.pyremove | 2 +-
debian/rules | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/python3-ieplib.pyremove b/debian/python3-ieplib.pyremove
index cd06e58..36affbf 100644
--- a/debian/python3-ieplib.pyremove
+++ b/debian/python3-ieplib.pyremove
@@ -1,2 +1,2 @@
-iep/resources
+iep/resources/*
iep/*.txt
diff --git a/debian/rules b/debian/rules
index bf6167f..8f31d2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,6 @@ override_dh_auto_install:
# install common package files
dh_install --package=iep-common iep/resources usr/share/$(PYBUILD_NAME)
dh_install --package=iep-common iep/*.txt usr/share/$(PYBUILD_NAME)
- rm -rf $(CURDIR)/$(PYBUILD_DESTDIR_python3)/iep/resources
- rm -rf $(CURDIR)/$(PYBUILD_DESTDIR_python3)/iep/*.txt
# install launcher
dh_install --sourcedir=$(CURDIR)/$(PYBUILD_DESTDIR_python3) \
--package=iep usr/bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iep.git
More information about the debian-science-commits
mailing list