--- pysatellites-2.1.orig/debian/changelog +++ pysatellites-2.1/debian/changelog @@ -0,0 +1,60 @@ +pysatellites (2.1-1) unstable; urgency=low + + * Changed the DEBEMAIL + * modified the dependency: ffmpeg -> avconv. Closes: #721109 + * upgraded Standards-Version to 3.9.4 + + -- Georges Khaznadar Sun, 01 Sep 2013 23:07:24 +0200 + +pysatellites (2.0-1) unstable; urgency=low + + * migrated to python3 + + -- Georges Khaznadar Sat, 30 Jun 2012 10:09:20 +0200 + +pysatellites (1.0-6) unstable; urgency=low + + * added a dependency on python-tk. Closes: #676962 + * upgraded Standards-Version + + -- Georges Khaznadar Wed, 13 Jun 2012 19:12:46 +0200 + +pysatellites (1.0-5) unstable; urgency=low + + * applied Marco Gallotta's patch. Closes: #640253. Thank you Marco! + * bumped Standards-Version + + -- Georges Khaznadar Sun, 04 Sep 2011 02:23:45 +0200 + +pysatellites (1.0-4) unstable; urgency=low + + * switched to dh_python2. Closes: #616982 + * unbloated debian/rules + + -- Georges Khaznadar Mon, 07 Mar 2011 19:22:27 +0100 + +pysatellites (1.0-3) unstable; urgency=low + + * added a dependency on misc:Depends + * upgraded the Standards-Version to 3.9.1 and the compat to 7 + * removed the build-dependency on python-dev + * fixed a misspelling in the description + * fixed the versionless GPL reference in the file debian/copyright + * replaced dh_clean -k by dh_prep in debian/rules + * replaced Apps by Applications in debian/menu + * first publication in Debian. Closes: #593132 + + -- Georges Khaznadar Sun, 15 Aug 2010 19:20:40 +0200 + +pysatellites (1.0-2) unstable; urgency=low + + * added a dependency on python-matplotlib + + -- Georges Khaznadar Mon, 10 May 2010 16:42:19 +0200 + +pysatellites (1.0-1) unstable; urgency=low + + * Initial release (Closes: #0) + + -- Georges Khaznadar Wed, 14 May 2008 15:12:27 +0200 + --- pysatellites-2.1.orig/debian/compat +++ pysatellites-2.1/debian/compat @@ -0,0 +1 @@ +7 --- pysatellites-2.1.orig/debian/control +++ pysatellites-2.1/debian/control @@ -0,0 +1,22 @@ +Source: pysatellites +Section: python +Priority: extra +Maintainer: Georges Khaznadar +Build-Depends: debhelper (>= 7.0.50~), python-qt4-dev, pyqt4-dev-tools, + python3-all, xsltproc, docbook-xsl +X-Python-Version: >= 3.2 +Standards-Version: 3.9.4 + +Package: python-satellites +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, libav-tools, iceweasel|www-browser, + python3-pyqt4, xplanet, celestia-common, python-matplotlib, python3-tk, python3-numpy +Description: simulates the launching of satellites + This program can be used to train people to spatial mechanics at an + elementary level. You are given the power to launch a satellite, from + outside the atmosphere, around a handful of predefined planets, or around + any special object you may imagine. Input the initial velocity vector of the + satellite, and you will get the simulated trajectory, as well as some + information like the plots of variation of speed. As an extra, you can + compute a movie, which represents the planet seen from the satellite's + point of view during its orbital period. --- pysatellites-2.1.orig/debian/copyright +++ pysatellites-2.1/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Georges Khaznadar on +Wed, 14 May 2008 15:12:27 +0200. + +It was downloaded from svn.tuxfamily.org/svnroot/oppl/pysatellites + +Upstream Authors: + + Georges Khaznadar + Jean-Baptiste BUTET + +Copyright: + + Copyright (C) 2008 Georges Khaznadar + Copyright (C) 2008 Jean-Baptiste BUTET + +License: + + GNU Public License version 3, see `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2008, Georges Khaznadar and +is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. + +--------------------------------------- +Other materials: + +The module mathplotlib_widget was authored by: + + Florent Rougon + Darren Dale + +Copyright: + Copyright (C) 2005 Florent Rougon + Copyright (C) 2006 Darren Dale + +License: + + Public domain. + +This file is an example program for matplotlib. It may be used and +modified with no restriction; raw copies as well as modified versions +may be distributed without limitation. + --- pysatellites-2.1.orig/debian/dirs +++ pysatellites-2.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- pysatellites-2.1.orig/debian/menu +++ pysatellites-2.1/debian/menu @@ -0,0 +1,2 @@ +?package(python-satellites):needs="X11" section="Applications/Science/Astronomy"\ + title="pysatellites" command="/usr/bin/pysatellites" --- pysatellites-2.1.orig/debian/python-satellites.manpages +++ pysatellites-2.1/debian/python-satellites.manpages @@ -0,0 +1 @@ +pysatellites.1 \ No newline at end of file --- pysatellites-2.1.orig/debian/rules +++ pysatellites-2.1/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE = python-satellites + +%: + dh $@ --with python2