--- openastro.org-1.1.23.orig/debian/copyright +++ openastro.org-1.1.23/debian/copyright @@ -0,0 +1,30 @@ +OpenAstro.org - Open Source Astrology Charts and Calculations + +Copyright (C) 2008 Pelle van der Scheer + +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 program 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 . + + On debian systems it can usually be found in /usr/share/common-licenses + + +Attributions: + + I would like to thank www.geonames.org and its contributors for their + effort in creating and providing open source geocoding databases + and services. Their cities1000 dump is used in the geonames.sql + database. + + For more information see http://www.geonames.org --- openastro.org-1.1.23.orig/debian/changelog +++ openastro.org-1.1.23/debian/changelog @@ -0,0 +1,10 @@ +openastro.org (1.1.23-0ubuntu1~maverick) maverick; urgency=low + + * maverick release + + -- Kenney Phillis Sun, 23 Jan 2011 14:37:48 +0200 +openastro.org (1.1.23-0ubuntu1~lucid) lucid; urgency=low + + * lucid release + + -- Pelle van der Scheer Tue, 06 Jul 2010 14:37:48 +0200 --- openastro.org-1.1.23.orig/debian/pycompat +++ openastro.org-1.1.23/debian/pycompat @@ -0,0 +1 @@ +2 --- openastro.org-1.1.23.orig/debian/compat +++ openastro.org-1.1.23/debian/compat @@ -0,0 +1 @@ +6 \ No newline at end of file --- openastro.org-1.1.23.orig/debian/control +++ openastro.org-1.1.23/debian/control @@ -0,0 +1,31 @@ +Source: openastro.org +Section: universe/graphics +Priority: optional +Maintainer: Pelle van der Scheer +Build-Depends: python-all-dev (>= 2.6), python-all (>= 2.6), cdbs (>= 0.4.49), + debhelper (>= 5.0.38), python-central (>= 0.5.6), python-gtk2-dev (>= 2.0), + python-gnome2-desktop-dev (>= 2.16), python-cairo-dev (>= 1.2.0), imagemagick, + python-dateutil +Standards-Version: 3.7.3 +XS-Python-Version: >= 2.6 +Homepage: http://www.openastro.org + +Package: openastro.org +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-gtk2, python-dateutil, python-gnomedesktop (>= 2.16), python-cairo (>= 1.2.0), imagemagick, librsvg2-common +Description: A fully featured Open Source Astrology software + Current features include: + * Natal/Radix Charts + * Transit Charts + * Synastry/Combine/Composite Charts + * Customizeable Planets & Aspects + * Additional celestial bodies: Chiron, Pholus, Ceres, Pallas, Juno, Vesta + * Fictional points: North/South Node, Day/Night Pars + * Online Atlas (Geocoder) using geonames (virtually every location) + * Offline Atlas (Geonames database) with about 80.000 major cities! + * Database export/import, Save as JPG, PNG, SVG + * Import from skylendar (*.skif), oroboros (*.xml), astrolog32 (*.dat), Zet8 (*.zbs) + * Ephemeris files for 1800 AD - 2400 AD + * PySwisseph swiss ephemeris wrapper + --- openastro.org-1.1.23.orig/debian/rules +++ openastro.org-1.1.23/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM=pycentral +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +openastro.org/clean:: + rm -rf build/ +# rm -f pyswisseph/pyswisseph-1.75.01/src/*.o +# rm -f pyswisseph/pyswisseph-1.75.01/src/*.a +# Add here any variable or target overrides you need.