forked from pingswept/pysolar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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@pingswept.org> Thu, 11 Mar 2010 12:22:31 -0500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
Source: pysolar | ||
Section: science | ||
Section: python | ||
Priority: extra | ||
Maintainer: Brandon Stafford <brandon@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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pysolar_0.4.2-1_all.deb science extra | ||
python-pysolar_0.4.2-1_all.deb python extra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
export DH_VERBOSE=1 | ||
|
||
%: | ||
dh $@ | ||
dh $@ --with python2 | ||
|