debian/0000755000000000000000000000000012151055366007172 5ustar debian/compat0000644000000000000000000000000210601216040010352 0ustar 5 debian/patches/0000755000000000000000000000000011303572567010626 5ustar debian/patches/series0000644000000000000000000000001711303567254012036 0ustar exit_menu.diff debian/patches/exit_menu.diff0000644000000000000000000000112411303567254013450 0ustar Description: Fix typo in s/true/True/, thanks to chrysn DebianBug: #558170 Index: gastables-0.3/gui/gastables =================================================================== --- gastables-0.3.orig/gui/gastables 2009-11-26 16:07:25.000000000 -0500 +++ gastables-0.3/gui/gastables 2009-11-26 16:07:32.000000000 -0500 @@ -449,7 +449,7 @@ self.Alert(ABOUT_TITLE,ABOUT_BODY) def Quit(self, event): - self.Close(true) + self.Close(True) def Alert(self,title,msg): dlg = wx.MessageDialog(self, msg, title, wx.OK | wx.ICON_INFORMATION) debian/rules0000755000000000000000000000164512151055317010254 0ustar #!/usr/bin/make -f build: build-stamp build-stamp: dh_testdir (cd gui; python setup.py build) (cd modules; python setup.py build) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp dh_clean (cd gui; python setup.py clean -a) (cd modules; python setup.py clean -a) install: build dh_testdir dh_testroot dh_clean -k dh_installdirs (cd gui; python$* setup.py install --root $(CURDIR)/debian/gastables --prefix=/usr) (cd modules; python$* setup.py install --root $(CURDIR)/debian/python-gastables --prefix=/usr) # Build architecture-independent files here. binary-indep: install dh_testdir -i dh_testroot -i dh_python2 -i dh_installdocs dh_installman -i dh_installchangelogs dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: binary-indep binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/docs0000644000000000000000000000001710766416226010051 0ustar modules/README debian/control0000644000000000000000000000265312151055253010576 0ustar Source: gastables Section: python Priority: optional Maintainer: Varun Hiremath Uploaders: Torsten Werner X-Python-Version: >= 2.4 Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~) Standards-Version: 3.8.3 Homepage: http://code.google.com/p/python-gastables/ Vcs-Svn: https://bollin.googlecode.com/svn/gastables/ Vcs-Browser: http://bollin.googlecode.com/svn/gastables/ Package: gastables Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gastables, python-wxgtk2.8, python-matplotlib Description: graphical user interface for compressible flow gas table modules Gas Tables include modules for compressible gas flow calculations. The main modules currently included are: - Isentropic Relations - Normal Shock Relations - Oblique Shock Relations - Fanno Flow - Isothermal Flow - Rayleigh Flow - Prandtl Meyer Functions Package: python-gastables Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-scipy Suggests: gastables Description: compressible flow gas table modules for Python Gas Tables include modules for compressible gas flow calculations. The main modules currently included are: - Isentropic Relations - Normal Shock Relations - Oblique Shock Relations - Fanno Flow - Isothermal Flow - Rayleigh Flow - Prandtl Meyer Functions . This package only provides the Python modules. debian/changelog0000644000000000000000000000355012151055365011046 0ustar gastables (0.3-2.1) unstable; urgency=low * Non-maintainer upload. * Convert to dh_python2 (Closes: #616820). -- Luca Falavigna Tue, 28 May 2013 09:20:53 +0200 gastables (0.3-2) unstable; urgency=low * Switch to source format 3.0 * Add debian/source/format to specify source format 3.0 * Add patches/exit_menu.diff to fix Exit menu action, thanks to chrysn for the patch (Closes: #558170) -- Varun Hiremath Thu, 26 Nov 2009 16:38:17 -0500 gastables (0.3-1) unstable; urgency=low * New upstream release * debian/rules: add --prefix to setup.py for building with Python 2.6, thanks to Jonathan Wiltshire for the patch (Closes: #557800) * debian/control: - Bump Standards-Version to 3.8.3 - Remove Torsten Werner from Uploaders, as requested - Depends: s/python-wxgtk2.6/python-wxgtk2.8/ (Closes: #558015) -- Varun Hiremath Thu, 26 Nov 2009 04:14:11 -0500 gastables (0.2-2) unstable; urgency=low * debian/rules: Fix the build (Closes: #526571) * Bump Standards-Version to 3.8.1 -- Varun Hiremath Tue, 05 May 2009 19:34:54 -0400 gastables (0.2-1) unstable; urgency=low * New upstream release * Add a new binary package gastables for the gui * Add manpage for gastables * Change Build-Depends: python-central (>= 0.6.0) (Closes: #472012) -- Varun Hiremath Fri, 14 Mar 2008 01:26:44 +0530 gastables (0.1-2) unstable; urgency=low * debian/control: + Add Homepage header and fix Vcs headers. + Update Standards-Version to 3.7.3 * Fix debian/watch file (Closes: #456486) -- Varun Hiremath Mon, 17 Dec 2007 16:00:15 +0530 gastables (0.1-1) unstable; urgency=low * Initial release (Closes: #416052) -- Varun Hiremath Sat, 24 Mar 2007 17:23:54 +0530 debian/copyright0000644000000000000000000000236711200147703011124 0ustar This package was debianized by Varun Hiremath on Sat, 24 Mar 2007 17:23:54 +0530. It was downloaded from http://code.google.com/p/python-gastables/ Upstream Authors: Varun Hiremath , Venkattraman A C Shyam Sundar Copyright: © 2007, 2008 Varun Hiremath © 2007, 2008 Venkattraman A © 2007, 2008 C Shyam Sundar 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 2 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. On Debian systems, you can find the GPL license in: /usr/share/common-licenses/GPL The Debian packaging is © 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/gastables.10000644000000000000000000000113710766416226011231 0ustar .TH gastables 1 "March 14, 2008" .SH NAME gastables - graphical user interface for compressible flow gas table modules .SH DESCRIPTION gastables provides a graphical user interface to the compressible flow gas tables modules. .PP .PP .SH Modules .PP * Isentropic Relations .PP * Normal Shock Relations .PP * Oblique Shock Relations .PP * Fanno Flow .PP * Isothermal Flow .PP * Rayleigh Flow .PP * Prandtl Meyer Functions .SH HOMEPAGE http://code.google.com/p/python-gastables/ .SH AUTHOR This manual page was written by Varun Hiremath , for the Debian project (but may be used by others). debian/source/0000755000000000000000000000000011303572525010471 5ustar debian/source/format0000644000000000000000000000001411303572567011705 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013510766416226010230 0ustar version=3 http://code.google.com/p/python-gastables/downloads/list .*gastables-(.*)\.tar\.gz debian/manpages0000644000000000000000000000002310766416226010711 0ustar debian/gastables.1