debian/0000755000000000000000000000000012146113014007157 5ustar debian/control0000644000000000000000000000203512146113001010556 0ustar Source: iapws Section: python Priority: extra Maintainer: Alastair McKinstry Build-Depends: debhelper (>= 8.1.3), python-all, python3-all Standards-Version: 3.9.4.0 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Homepage: http://pypi.python.org/pypi/iapws Package: python-iapws Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-scipy Provides: ${python:Provides} Description: Python implementation of the international APWS-IF97 steam tables This is a python class to model a state for liquid water or steam with the Industrial Formulation IAPWS-IF97. . Further information on the standard is available at http://www.iapws.org Package: python3-iapws Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-scipy Description: Python3 implementation of the international APWS-IF97 steam tables This is a python3 class to model a state for liquid water or steam with the Industrial Formulation IAPWS-IF97. . Further information on the standard is available at http://www.iapws.org debian/watch0000644000000000000000000000011312146110042010201 0ustar version=3 http://pypi.python.org/packages/source/i/iapws/iapws-(.+).tar.gz debian/source/0000755000000000000000000000000012146110042010455 5ustar debian/source/format0000644000000000000000000000001412146110042011663 0ustar 3.0 (quilt) debian/python3-iapws.install0000644000000000000000000000002212146110042013264 0ustar /usr/lib/python3* debian/rules0000755000000000000000000000105312146110042010234 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) # magic debhelper rule %: dh $@ --with python2,python3 build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/compat0000644000000000000000000000000212146110042010353 0ustar 8 debian/python-iapws.install0000644000000000000000000000002212146110042013201 0ustar /usr/lib/python2* debian/changelog0000644000000000000000000000023612146110042011030 0ustar iapws (1.0.2-1) unstable; urgency=low * Initial release. (Closes: #693829) -- Alastair McKinstry Sun, 19 May 2013 19:12:21 +0000 debian/copyright0000644000000000000000000000050512146110042011110 0ustar Copyright (C) 2012 jjgomera Licensed under the GNU General Public License, Version 3. The texts of the license can be found in /usr/share/common-licenses/GPL-3 The Debian packaging is Copyright (C) 2013, Alastair McKinstry , is licensed under the terms of the GNU GPL version 3.