[Python-modules-commits] [transmissionrpc] 01/02: d/rules: Set PYBUILD_NAME

Ondřej Nový onovy at moszumanska.debian.org
Fri Jan 13 11:30:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository transmissionrpc.

commit af86982f76e16b4b47148b9978f188bec7fe2942
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Jan 13 12:24:57 2017 +0100

    d/rules: Set PYBUILD_NAME
---
 debian/changelog | 1 +
 debian/rules     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61914b9..59be2a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ transmissionrpc (0.11-3) UNRELEASED; urgency=medium
 
   * Fixed homepage (https)
   * Fixed VCS URL (https)
+  * d/rules: Set PYBUILD_NAME
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:35:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 97f87a0..1926138 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export PYBUILD_DESTDIR_python2=debian/python-transmissionrpc/
-export PYBUILD_DESTDIR_python3=debian/python3-transmissionrpc/
+export PYBUILD_NAME = transmissionrpc
 
 LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
 BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/transmissionrpc.git



More information about the Python-modules-commits mailing list