[Python-modules-commits] [python-textile] 02/02: Use install files to prevent installing unnecessary stuff.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Jun 22 18:55:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-textile.
commit 997c5b17e9146040d818cd6ef3dfc5b68369205a
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Jun 22 21:52:09 2016 +0300
Use install files to prevent installing unnecessary stuff.
---
debian/changelog | 1 +
debian/python-textile.install | 1 +
debian/python3-textile.install | 1 +
debian/rules | 2 --
4 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 811b33d..eb8bd73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-textile (1:2.3.2-1) UNRELEASED; urgency=medium
* Build-depend on pytest, pytest-cov and pytest-runner instead of nose.
* Rebase the patch to disable tests that need network access.
* Install upstream changelog and README file as docs.
+ * Use install files to prevent installing unnecessary stuff.
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:24:46 +0200
diff --git a/debian/python-textile.install b/debian/python-textile.install
new file mode 100644
index 0000000..3219341
--- /dev/null
+++ b/debian/python-textile.install
@@ -0,0 +1 @@
+usr/lib/python2*/dist-packages/textile*
diff --git a/debian/python3-textile.install b/debian/python3-textile.install
new file mode 100644
index 0000000..0c72514
--- /dev/null
+++ b/debian/python3-textile.install
@@ -0,0 +1 @@
+usr/lib/python3*/dist-packages/textile*
diff --git a/debian/rules b/debian/rules
index 38c2ea3..1da1066 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export PYBUILD_NAME=textile
-
%:
dh $@ --with python2,python3 --buildsystem pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-textile.git
More information about the Python-modules-commits
mailing list