[Python-modules-commits] [templayer] 01/01: Fix FTBFS.
Andrey Rahmatullin
wrar at moszumanska.debian.org
Sat Nov 19 17:25:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to branch master
in repository templayer.
commit f48d9eac0fc2e58213301355dd8ac26889d76cf6
Author: Andrey Rahmatullin <wrar at debian.org>
Date: Sat Nov 19 21:41:35 2016 +0500
Fix FTBFS.
---
debian/changelog | 8 ++++++--
debian/rules | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bb8a1a6..0ea25b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-templayer (1.5.1-3) UNRELEASED; urgency=medium
+templayer (1.5.1-3) unstable; urgency=medium
+ [Ondřej Nový]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:35:19 +0200
+ [ Andrey Rahmatullin ]
+ * Fix FTBFS (Closes: #830350)
+
+ -- Andrey Rahmatullin <wrar at debian.org> Sat, 19 Nov 2016 21:31:48 +0500
templayer (1.5.1-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index d986e08..831ddc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ build-docs-test-stamp:
touch build-docs-test-stamp
install/python-templayer::
- chmod a+x debian/python-templayer/usr/lib/python*/site-packages/templayer.py
+ chmod a+x debian/python-templayer/usr/lib/python*/dist-packages/templayer.py
clean::
rm -rf build examples build-docs-test-stamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/templayer.git
More information about the Python-modules-commits
mailing list