[libgetdata] 08/09: d/rules: no longer need to rename site-packages -> dist-packages
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed May 3 10:35:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository libgetdata.
commit e757976d02283b53dad6e8559fed5a32b6c2830b
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Sep 18 22:40:47 2016 +0100
d/rules: no longer need to rename site-packages -> dist-packages
---
debian/changelog | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 447fb9e..7971663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgetdata (0.9.4-1) UNRELEASED; urgency=medium
* New upstream release
* DH_COMPAT=10
* Enable flac. Add dependendencies on libflac-dev, flac
+ * d/rules: no longer need to rename site-packages -> dist-packages
-- Alastair McKinstry <mckinstry at debian.org> Wed, 14 Sep 2016 23:38:03 +0100
diff --git a/debian/rules b/debian/rules
index a7868d0..d94458a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,9 +42,6 @@ override_dh_auto_install:
done
dh_numpy
dh_numpy3
- # rename
- mv debian/tmp/usr/lib/python2.7/site-packages \
- debian/tmp/usr/lib/python2.7/dist-packages
override_dh_auto_clean:
dh_auto_clean -Bbuild-main
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgetdata.git
More information about the debian-science-commits
mailing list