[Python-modules-commits] [python-pysolar] 03/05: use lowercase name for pybuild, add Py3 build deps, fix changelog email

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Oct 4 01:35:58 UTC 2014


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

debacle pushed a commit to branch master
in repository python-pysolar.

commit 04013847eddad454030c123dd3d7e6e597237312
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Oct 4 02:35:15 2014 +0200

    use lowercase name for pybuild, add Py3 build deps, fix changelog email
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 265c5e3..574fe3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ pysolar (0.6-1) UNRELEASED; urgency=low
   * New upstream version (Closes: #762503)
   * New maintainer python-modules-team, new git repo
 
- -- W. Martin Borgert <debacle at fama>  Fri, 03 Oct 2014 23:44:11 +0000
+ -- W. Martin Borgert <debacle at debian.org>  Fri, 03 Oct 2014 23:44:11 +0000
 
 pysolar (0.5+git4720b36403-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index eedc1a1..4e14447 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 7.0.50~), python-setuptools
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 7.0.50~), python-setuptools, python3-all, python3-setuptools
 Standards-Version: 3.9.5
 Homepage: http://pysolar.org
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pysolar.git
diff --git a/debian/rules b/debian/rules
index bfe5b82..27fa46b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
-export PYBUILD_NAME=Pysolar
+export PYBUILD_NAME=pysolar
 
 %:
 	dh $@ --buildsystem=pybuild --with python2,python3

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



More information about the Python-modules-commits mailing list