Skip to content

Commit

Permalink
Added directory for Debian Linux packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Mar 11, 2010
1 parent 90a3f8a commit dd7e8e6
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pysolar (0.4.2-1) unstable; urgency=low

* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

-- Brandon Stafford <brandon@pingswept.org> Thu, 11 Mar 2010 12:22:31 -0500
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
13 changes: 13 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Source: pysolar
Section: science
Priority: extra
Maintainer: Brandon Stafford <brandon@pingswept.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.1
Homepage: http://pysolar.org

Package: pysolar
Architecture: all
Depends: python
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.
39 changes: 39 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
This package was debianized by:

Brandon Stafford <brandon@pingswept.org> on Thu, 11 Mar 2010 12:22:31 -0500

It was downloaded from:

http://github.com/pingswept/pysolar/downloads

Upstream Author:

Brandon Stafford brandon@pingswept.org

Copyright:

Copyright (C) 2010 Brandon Stafford

License:

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

The Debian packaging is:

Copyright (C) 2010 Brandon Stafford <brandon@pingswept.org>

and is licensed under the GPL version 3, see above.
2 changes: 2 additions & 0 deletions debian/dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/bin
usr/sbin
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.markdown
1 change: 1 addition & 0 deletions debian/files
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pysolar_0.4.2-1_all.deb science extra
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=1

%:
dh $@

0 comments on commit dd7e8e6

Please sign in to comment.