[Python-modules-commits] [django-guardian] 01/05: Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Jun 17 19:22:33 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository django-guardian.

commit ee71fabcee2a0e2e18bcdb7fc6352033825880c1
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Jun 17 21:05:45 2016 +0200

    Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b821177..40e5e81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-guardian (1.4.4-2) UNRELEASED; urgency=medium
+
+  * Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
+
+ -- Ondřej Nový <novy at ondrej.org>  Fri, 17 Jun 2016 21:05:30 +0200
+
 django-guardian (1.4.4-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 812a07a..422839b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Brian May <bam at debian.org>
-Build-Depends: debhelper (>= 8.0.0), dh-python,
+Build-Depends: debhelper (>= 8.0.0), dh-python (>= 2.20160609~),
     python-all, python-setuptools, python-django (>= 1.2),
     python-mock (>= 0.7.2), python-six, python-unittest2, python-django-environ,
     python-pytest-runner, python-pytest-django, python-setuptools-scm,
diff --git a/debian/rules b/debian/rules
index 0cedf1c..1190921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 export PYBUILD_NAME=django-guardian
-export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell cat django_guardian.egg-info/PKG-INFO | sed -n 's/^Version: //p')
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list