[Python-modules-commits] [cookiecutter] 05/06: d/rules: use PYBUILD_NAME

Vincent Bernat bernat at moszumanska.debian.org
Fri Oct 9 18:01:24 UTC 2015


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

bernat pushed a commit to branch master
in repository cookiecutter.

commit 4b0a7fe1c036108f67df525e78feaee4ea25658b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Fri Oct 9 19:54:08 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 5627ca0..e759afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cookiecutter (1.1.0-1) UNRELEASED; urgency=medium
   * New upstream release.
      + Drop all current patches.
      + Complete build-dependencies (future, whichcraft).
+  * d/rules: use PYBUILD_NAME.
 
  -- Vincent Bernat <bernat at debian.org>  Fri, 09 Oct 2015 19:39:40 +0200
 
diff --git a/debian/rules b/debian/rules
index a10ccde..2404c2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-export PYBUILD_DESTDIR_python2=debian/python-cookiecutter/
-export PYBUILD_DESTDIR_python3=debian/python3-cookiecutter/
+export PYBUILD_NAME=cookiecutter
 export LC_ALL=C.UTF-8
 export DISABLE_NETWORK_TESTS=1
 

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



More information about the Python-modules-commits mailing list