[Python-modules-commits] [python-overpy] 05/07: install examples
Sandro Tosi
morph at moszumanska.debian.org
Mon Dec 12 03:35:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-overpy.
commit 07fc22a1e989c00d9fe8c57871e7ca2887eeecdb
Author: Sandro Tosi <morph at debian.org>
Date: Sun Dec 11 20:20:47 2016 -0500
install examples
---
debian/changelog | 4 +++-
debian/rules | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8a80da9..a3a82ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ python-overpy (0.4-1) UNRELEASED; urgency=medium
* New upstream release
* debian/copyright
- license is now included in the released tarball
+ * debian/rules
+ - install examples
- -- Sandro Tosi <morph at debian.org> Sun, 11 Dec 2016 20:10:38 -0500
+ -- Sandro Tosi <morph at debian.org> Sun, 11 Dec 2016 20:20:37 -0500
python-overpy (0.3.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 42d8f19..a84c1b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
override_dh_auto_install:
python setup.py install --root=debian/python-overpy --install-layout=deb
python3 setup.py install --root=debian/python3-overpy --install-layout=deb
+
+override_dh_installexamples:
+ dh_installexamples -A examples/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-overpy.git
More information about the Python-modules-commits
mailing list