[Python-modules-commits] [python-pysolar] 03/42: Cleaning up debian package for ITP

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:57 UTC 2014


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

debacle pushed a commit to tag 0.6
in repository python-pysolar.

commit 3b10867eb92b61346fbe5c3937ff6e11aba06764
Author: Will Hardy <will at willhardy.com.au>
Date:   Mon Sep 23 17:25:45 2013 +0200

    Cleaning up debian package for ITP
---
 debian/changelog |  2 +-
 debian/control   | 19 ++++++++++++++-----
 debian/files     |  2 +-
 debian/rules     |  2 +-
 4 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9225ce6..da30971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 pysolar (0.4.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release
 
  -- Brandon Stafford <brandon at pingswept.org>  Thu, 11 Mar 2010 12:22:31 -0500
diff --git a/debian/control b/debian/control
index 6ef09f7..fa48e76 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,22 @@
 Source: pysolar
-Section: science
+Section: python
 Priority: extra
 Maintainer: Brandon Stafford <brandon at pingswept.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends:
+  debhelper (>= 7),
+  python2.7
 Standards-Version: 3.8.1
 Homepage: http://pysolar.org
+Vcs-Git: git://github.com/pingswept/pysolar.git
+Vcs-Browser: https://github.com/pingswept/pysolar
+X-Python-Version: 2.7
 
-Package: pysolar
+Package: python-pysolar
 Architecture: all
-Depends: python
+Depends:
+  ${misc:Depends},
+  ${python:Depends}
 Description: Python library for precise ephemeris calculations
- Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
+ Pysolar is a collection of Python libraries for simulating the irradiation
+ of any point on earth by the sun. It includes code for extremely precise
+ ephemeris calculations.
diff --git a/debian/files b/debian/files
index d5121b2..a727061 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-pysolar_0.4.2-1_all.deb science extra
+python-pysolar_0.4.2-1_all.deb python extra
diff --git a/debian/rules b/debian/rules
index 95b6a3f..4f7949a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,5 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with python2
 

-- 
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