--- gausssum-2.2.5.orig/debian/gausssum.1 +++ gausssum-2.2.5/debian/gausssum.1 @@ -0,0 +1,68 @@ +.TH "GAUSSSUM" "1" "February 15, 2008" +.SH NAME +gausssum \- parses the output of a Gaussian, GAMESS or HyperChem job +.SH SYNOPSIS +.B gausssum +.RI [ filename ] +.SH DESCRIPTION +.B gausssum +parses the output file of a Gaussian, GAMESS or HyperChem computational +chemistry job to extract useful information. It uses +.BR gnuplot (1) +to graphically display of the output. GaussSum can do the +following: (Gau=Gaussian, GAM=GAMESS, Hyp=HyperChem) +.IP \(bu +display all lines containing a certain phrase (any) +.IP \(bu +follow the progress of the SCF convergence (Gau,GAM) +.IP \(bu +follow the progress of a geometry optimisation (Gau,GAM) +.IP \(bu +extract molecular orbital information, including contributions of groups +of atoms to the molecular orbitals (Gau,GAM) +.IP \(bu +plot the density of states spectrum (and the partial density of states, in +the case of groups of atoms) (Gau,GAM) +.IP \(bu +plot the crystal orbital overlap population (COOP) spectrum, which gives +information on the bonding/anti\-bonding nature of an overlap between +atoms/groups (Gau,GAM) +.IP \(bu +extract information on the UV\-Vis transitions (Gau,Hyp), including the +change in the charge density of groups of atoms (Gau) +.IP \(bu +plot the UV\-Vis spectrum (Gau,Hyp) and the circular dichroism spectrum (Gau) +.IP \(bu +automate the creation of electron density difference maps, which visually +show the change in charge density associated with a given electronic +transition (Gau) +.IP \(bu +extract information on IR (Gau,GAM) and Raman vibrations (Gau) +.IP \(bu +plot the IR and Raman spectra, which may be scaled using general or individual +scaling factors (Gau) +.SH "CITATION" +If you use GaussSum to obtain results for publication, please cite it as +follows: +.IP +.B N. M. O'Boyle, GaussSum 2.1, 2007. Available at \%http://gausssum.sf.net. +.IP +.B N. M. O'Boyle, A. L. Tenderholt and K. M. Langner. J. Comp. Chem. 2007. +.IP +.B N. M. O'Boyle, A. L. Tenderholt and K. M. Langner. J. Comp. Chem. 2008, 29, +839-845. +.PP +in press. +.SH "SEE ALSO" +.BR gnuplot (1) +.PP +\fI/usr/share/doc/gausssum/html/\fR (or equivalent on your system) +.SH AUTHOR +This manual page was written by \fBJordan Mantha\fR <\&mantha@ubuntu\.com\&> +for the Debian system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in \fI/usr/share/common\-licenses/GPL\fR. --- gausssum-2.2.5.orig/debian/watch +++ gausssum-2.2.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/gausssum/GaussSum-([\d\.]+)\.tar\.gz --- gausssum-2.2.5.orig/debian/README.source +++ gausssum-2.2.5/debian/README.source @@ -0,0 +1,7 @@ +gausssum source for Debian +-------------------------- + +This package uses the `dpatch' patch management solution. See +/usr/share/doc/dpatch/README.source.gz. + + -- Daniel Leidert (dale) , 28 Feb 2009 --- gausssum-2.2.5.orig/debian/rules +++ gausssum-2.2.5/debian/rules @@ -0,0 +1,69 @@ +#!/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 = gausssum +DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$$/\1/p') + +include /usr/share/dpatch/dpatch.make +-include /usr/share/python/python.mk + +setup.py: debian/setup.py + sed -e "s/@DEB_UPSTREAM_VERSION@/$(DEB_UPSTREAM_VERSION)/g" < $< > $@ + +build: setup.py build-stamp +build-stamp: patch-stamp + dh_testdir + python setup.py build + touch $@ + +clean: setup.py unpatch + dh_testdir + dh_testroot + python setup.py clean + rm -rf build + dh_clean setup.py build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + python setup.py install --root=debian/$(PACKAGE) --prefix=/usr --no-compile $(py_setup_install_args) + mv $(CURDIR)/debian/$(PACKAGE)/usr/bin/GaussSum.py $(CURDIR)/debian/$(PACKAGE)/usr/bin/gausssum + fromdos $(CURDIR)/debian/$(PACKAGE)/usr/bin/gausssum + (cd $(CURDIR)/debian/$(PACKAGE)/usr/share/gausssum/; chmod a-x mesh.gif mesh2.gif) + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs Docs/pr01.html + dh_installdocs + dh_install + dh_installmenu + dh_installman debian/gausssum.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_pysupport + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gausssum-2.2.5.orig/debian/copyright +++ gausssum-2.2.5/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Li Daobing on +Mon, 17 Jan 2005 19:46:32 +0800. It is currently maintained by the +debichem team . + +It was downloaded from: + + http://gausssum.sourceforge.net/ + +Copyright Holder: **/* + + Copyright (C) 2005-2009 Noel O'Boyle + +License: GPLv2+ + + gausssum is licensed under the GPL version 2 or later. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +============================================================================== + +Copyright Holder: gausssum/cclib/** + + Copyright (C) 2007, the cclib development team + +License: LGPLv2+ + + cclib is licensed under the LGPL version 2 or later. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +============================================================================== + +The Debian packaging is Copyright (C) 2006-2009 by LI Daobing + and the debichem team + and is licensed under the GNU General +Public License; see `/usr/share/common-licenses/GPL'. --- gausssum-2.2.5.orig/debian/compat +++ gausssum-2.2.5/debian/compat @@ -0,0 +1 @@ +5 --- gausssum-2.2.5.orig/debian/gausssum.desktop +++ gausssum-2.2.5/debian/gausssum.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=GaussSum +Comment=Graphical display of computational chemistry output +Exec=gausssum %F +TryExec=gausssum +Icon=gausssum.xpm +Terminal=false +Type=Application +Categories=Education;Science; +MimeType=chemical/x-gamess-output;chemical/x-gaussian-log; --- gausssum-2.2.5.orig/debian/control +++ gausssum-2.2.5/debian/control @@ -0,0 +1,24 @@ +Source: gausssum +Section: science +Priority: optional +Maintainer: Debichem Team +Uploaders: Daniel Leidert (dale) +Build-Depends: debhelper (>= 5), dpatch, python +Build-Depends-Indep: tofrodos, python-support (>= 0.3) +Standards-Version: 3.9.1 +Homepage: http://gausssum.sourceforge.net +Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/gausssum/ +Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/gausssum/ +DM-Upload-Allowed: yes + +Package: gausssum +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-tk, python-imaging-tk, python-numpy, gnuplot +Description: parse and display Gaussian, GAMESS, and etc's output + GaussSum parses the output files of ADF, GAMESS, GAMESS-UK, Gaussian, Jaguar + and PC GAMESS calculations to extract useful information. + . + GaussSum uses GNUPlot to display the progress of geometry optimisations, + density of states spectrum, UV-VIS spectra, IR spectra, Raman spectra, + and electron density difference maps. It can also display all lines containing + an arbitrary phrase and more. --- gausssum-2.2.5.orig/debian/gausssum.menu +++ gausssum-2.2.5/debian/gausssum.menu @@ -0,0 +1,6 @@ +?package(gausssum):\ + needs="X11"\ + section="Applications/Science/Chemistry"\ + title="GaussSum"\ + icon="/usr/share/pixmaps/gausssum.xpm"\ + command="/usr/bin/gausssum" --- gausssum-2.2.5.orig/debian/gausssum.xpm +++ gausssum-2.2.5/debian/gausssum.xpm @@ -0,0 +1,295 @@ +/* XPM */ +static char *gausssum_32x32[] = { +/* columns rows colors chars-per-pixel */ +"32 32 257 2", +" c #010100", +". c #0C0302", +"X c #0D0B02", +"o c #0B0909", +"O c #130300", +"+ c #150905", +"@ c #160C0A", +"# c #180400", +"$ c #190E0B", +"% c #180804", +"& c #1D1602", +"* c #111300", +"= c #1C1B1B", +"- c #171614", +"; c #1F201F", +": c #210A00", +"> c #2A0F00", +", c #221909", +"< c #261B1A", +"1 c #301F1C", +"2 c #2C2602", +"3 c #2E2115", +"4 c #332D02", +"5 c #30211F", +"6 c #3C251E", +"7 c #3B3906", +"8 c #373305", +"9 c #3E3019", +"0 c #3C3415", +"q c #232322", +"w c #2C2221", +"e c #2A2A2A", +"r c #2A2826", +"t c #342624", +"y c #332D2C", +"u c #3A2D2C", +"i c #322B27", +"p c #323127", +"a c #3D3635", +"s c #3E3836", +"d c #3E3A3B", +"f c #363435", +"g c #463804", +"h c #423431", +"j c #433D3C", +"k c #473C3A", +"l c #503E3E", +"z c #6A3F05", +"x c #464407", +"c c #494707", +"v c #4F4F07", +"b c #4F5107", +"n c #524E09", +"m c #5E4405", +"M c #5F461F", +"N c #504F11", +"B c #545407", +"V c #535309", +"C c #575807", +"Z c #585707", +"A c #5B560B", +"S c #5B5B07", +"D c #5D5C08", +"F c #5C5919", +"G c #49413F", +"H c #484036", +"J c #564921", +"K c #565223", +"L c #5F6008", +"P c #644006", +"I c #635E07", +"U c #605F09", +"Y c #685C05", +"T c #675119", +"R c #754807", +"E c #784B1B", +"W c #775608", +"Q c #735E07", +"! c #765D0B", +"~ c #7B5A0B", +"^ c #7D5806", +"/ c #755B2B", +"( c #626207", +") c #656409", +"_ c #69650B", +"` c #6B6B07", +"' c #6C6B09", +"] c #6B6A13", +"[ c #686218", +"{ c #6F700C", +"} c #766307", +"| c #7F6308", +" . c #766C08", +".. c #736815", +"X. c #73730B", +"o. c #7B7109", +"O. c #79790B", +"+. c #797417", +"@. c #706D2B", +"#. c #706639", +"$. c #7A732F", +"%. c #6A662B", +"&. c #464443", +"*. c #4A4443", +"=. c #484648", +"-. c #4E4A49", +";. c #544C4C", +":. c #584A47", +">. c #534E52", +",. c #5D514E", +"<. c #5E5142", +"1. c #555152", +"2. c #5B5353", +"3. c #5F5957", +"4. c #5D5A5A", +"5. c #65554F", +"6. c #655653", +"7. c #645B5B", +"8. c #6B5E5C", +"9. c #6D5950", +"0. c #775F49", +"q. c #6C5F60", +"w. c #6C635E", +"e. c #6F6154", +"r. c #79684B", +"t. c #7A6D57", +"y. c #78724D", +"u. c #6D6261", +"i. c #6D6B67", +"p. c #736664", +"a. c #756966", +"s. c #746A6A", +"d. c #7A6D6B", +"f. c #7C736E", +"g. c #767171", +"h. c #7D7372", +"j. c #7C7C74", +"k. c #7C7778", +"l. c #865906", +"z. c #975802", +"x. c #866508", +"c. c #896807", +"v. c #8F6010", +"b. c #857D0B", +"n. c #966012", +"m. c #987408", +"M. c #977417", +"N. c #837620", +"B. c #9C6A37", +"V. c #876334", +"C. c #807044", +"Z. c #947352", +"A. c #817E66", +"S. c #827372", +"D. c #857875", +"F. c #847E7D", +"G. c #887973", +"H. c #8B7B7A", +"J. c #857F80", +"K. c #917E80", +"L. c #84830C", +"P. c #8C870C", +"I. c #8D8A0C", +"U. c #99970E", +"Y. c #9D9B0E", +"T. c #93920F", +"R. c #9B9B10", +"E. c #898628", +"W. c #A5A10E", +"Q. c #A9A70F", +"!. c #AEAB0F", +"~. c #A2A110", +"^. c #A9A710", +"/. c #A9A715", +"(. c #B1AF0F", +"). c #B5A20C", +"_. c #BABA0F", +"`. c #B6B310", +"'. c #8C8657", +"]. c #8B827F", +"[. c #9C9375", +"{. c #A0905F", +"}. c #B99163", +"|. c #C1BE10", +" X c #C9C612", +".X c #CBC712", +"XX c #D2CD11", +"oX c #D6D313", +"OX c #D7D719", +"+X c #D8D513", +"@X c #DEDB15", +"#X c #E1DE15", +"$X c #E5E217", +"%X c #EBE615", +"&X c #ECE916", +"*X c #F7F51A", +"=X c #FFFF20", +"-X c #8C8584", +";X c #898681", +":X c #928483", +">X c #948D8D", +",X c #9D8E8C", +".q =.4.e d 4.s f ;.s k ;.*.j j *.2.-.h G *.*.1.k y j >.*.k *.", +"g.3X>.f F.;X-.3.F.s.1.q.f.s.q.p.d.p.8.d.D.p.p.p.p.p.S.d.7.7.u.S.", +"=.3X5X=.=.>X-X;.-.-X6Xu.;.d.C.E B.Z.G.a.q.a.S.d.p.a.d.d.S.S.f.,.", +"f J.iXs.y 2.0X0X7.a i.8Xf.M ~ l.z.z.V.9.S.K.D.S.f.S.s.w.q.d.H.-X", +"q i.dXtX>.w 2.iXiXJ.k w.y.v I P.).c.l./ 6.6.p.d.S.d.S.,X,X1X8.,.", +"= =.tXBX4X*.i q.8XfX7.0 x v S W.$XP.} ! C..f s. O O . . ", +" o o . O O k H.].H.G.D.j.j.j.p * 2 ) L.b.c.^ l.m.m.v.0.:.u = + ", +" . O o . 5 5XpXwX7X1X2X].].i.- X X * & , g R M.m.n.nXLXAXzX8X", +"8.&.< o $ -XFXZXVXbXfXsXiXwXw.* X X . 6 hXjX}.MXIXIXIXIX", +"JXBXyXk.7.zXDXFXCXBXBXbXcXtX&.X X X . 5 xXKXJXHXKXKXKXKX", +"e e e r = ; e r q q q q q = o q e e e e e e e ", +"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX", +"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX", +"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX" +}; --- gausssum-2.2.5.orig/debian/gausssum.install +++ gausssum-2.2.5/debian/gausssum.install @@ -0,0 +1,2 @@ +debian/gausssum.xpm usr/share/pixmaps +debian/gausssum.desktop usr/share/applications --- gausssum-2.2.5.orig/debian/gausssum.doc-base +++ gausssum-2.2.5/debian/gausssum.doc-base @@ -0,0 +1,10 @@ +Document: gausssum +Title: GaussSum Manual +Author: Noel O'Boyle +Abstract: Manual for GaussSum, a program that parses and displays + Gaussian, GAMESS, and HyperChem output. +Section: Science/Chemistry + +Format: HTML +Index: /usr/share/doc/gausssum/html/index.html +Files: /usr/share/doc/gausssum/html/*.html --- gausssum-2.2.5.orig/debian/setup.py +++ gausssum-2.2.5/debian/setup.py @@ -0,0 +1,25 @@ +from distutils.core import setup +import glob + +setup( + name = 'GaussSum', + version = '@DEB_UPSTREAM_VERSION@', + author = "Noel O'Boyle", + author_email = "baoilleach@gmail.com", + maintainer = "debichem team", + maintainer_email = "debichem-devel@lists.alioth.debian.org", + url = "http://gausssum.sf.net", + license = "GNU GPL", + scripts = ['GaussSum.py'], + packages = ['gausssum', 'gausssum.cclib', 'gausssum.cclib.parser'], + package_dir = { + 'gausssum': 'gausssum', + 'gausssum.cclib': 'gausssum/cclib', + 'gausssum.cclib.parser': 'gausssum/cclib/parser', + }, + data_files = [ + ('share/gausssum', ['mesh2.gif', 'mesh.gif']), + ('share/doc/gausssum/html', glob.glob('Docs/*')) + ] +) + --- gausssum-2.2.5.orig/debian/changelog +++ gausssum-2.2.5/debian/changelog @@ -0,0 +1,245 @@ +gausssum (2.2.5-1) unstable; urgency=low + + * New upstream release. + * debian/control (Vcs-Browser): Point to real location. + + -- Daniel Leidert (dale) Mon, 07 Feb 2011 07:52:01 +0100 + +gausssum (2.2.4-1) unstable; urgency=low + + * New upstream release. + * debian/control (Standards-Version): Bumped to 3.9.1. + + -- Daniel Leidert (dale) Sun, 01 Aug 2010 22:19:47 +0200 + +gausssum (2.2.3-1) unstable; urgency=low + + * New upstream release. + * debian/control (Standards-Version): Bumped to 3.8.4. + (Build-Depends): Fixed build-depends-on-python-dev-with-no-arch-any by + replacing python-dev by python. + (Depends): Fixed debhelper-but-no-misc-depends. + + -- Daniel Leidert (dale) Mon, 22 Feb 2010 23:57:02 +0100 + +gausssum (2.2.2-1) unstable; urgency=low + + * New upstream release. + - Uses hidden user directories now. + * debian/patches/debian_paths.dpatch: Adjusted. gnuplot location patch is + obsolete by new code in gausssum/gausssumgui.py. + * debian/patches/fix_startup_exception.dpatch: Dropped (applied upstream). + * debian/patches/00list: Adjusted. + + -- Daniel Leidert (dale) Wed, 25 Nov 2009 00:16:05 +0100 + +gausssum (2.2.0-1) unstable; urgency=low + + * New upstream release. + * debian/control (Standards-Version): Bumped to 3.8.3. + * debian/rules (install): Use /usr/share/python/python.mk and pass + --install-layout=deb to be safe. + (binary-indep): Drop deprecated dh_desktop. + * debian/patches/fix_startup_exception.dpatch: Added. + - Fix 'ImportError: No module named cclib.data' startup error. + * debian/patches/00list: Adjusted. + + -- Daniel Leidert (dale) Mon, 16 Nov 2009 03:10:54 +0100 + +gausssum (2.1.6-1) unstable; urgency=low + + * New upstream release 2.1.6. + + * debian/control (Standards-Version): Bumped to 3.8.1. + * debian/copyright: Updated and fixed (thanks to Noel for clarification of + the licenses). + + -- Daniel Leidert (dale) Mon, 06 Apr 2009 13:21:12 +0200 + +gausssum (2.1.5-1) unstable; urgency=low + + * New upstream release 2.1.5. + + [ Daniel Leidert ] + * debian/control: Added DM-Upload-Allowed. + (Standards-Version): Updated to 3.8.0. + (Uploaders): Removed LI as requested. Thanks for your work! Added myself. + * debian/copyright: Updated. Added cclib copyright and license information. + * debian/doc-base (Section): Fixed accordingly to version 0.8.10 of the + doc-base manual. Renamed to debian/gausssum.doc-base. + * debian/install: Removed Docs/*. Renamed to debian/gausssum.install. + * debian/menu: Renamed to debian/gausssum.menu. + * debian/gausssum.1: Updated/improved. Added citation information. + * debian/rules: Create a setup.py with the current upstream version. Cleaned + the file a bit. + (binary-indep): Install the HTML changelog. + * debian/setup.py: Improved a bit. Also install documentation from here. + Added automatically replaced upstream version information and homepage. + * debian/README.Debian: Dropped. Changelog is installed as + changelog.html.gz/changelog.gz. Added citation information to gausssum.1. + * debian/README.source: Added for policy compatibility. + * debian/patches/debian_paths.dpatch: Added. Merge all Debian specific path + changes into this patch. + * debian/patches/06_image_path.dpatch: Merged to debian_paths.dpatch. + * debian/patches/07_html_path.dpatch: Ditto. + * debian/patches/00list: Adjusted. + + [ LI Daobing ] + * debian/gausssum.desktop: fix lintian info: + desktop-entry-contains-encoding-key + + -- Daniel Leidert (dale) Sat, 28 Feb 2009 22:06:35 +0100 + +gausssum (2.1.4-1) unstable; urgency=low + + * New upstream release. + * debian/README.Debian: update citation file name. + + -- LI Daobing Tue, 13 Nov 2007 03:58:10 +0800 + +gausssum (2.1.3-1) unstable; urgency=low + + * New upstream release 2.1.3. + + -- LI Daobing Tue, 23 Oct 2007 20:36:08 +0800 + +gausssum (2.1.2-1) unstable; urgency=low + + * New upstream release 2.1.2. + * New maintainer. + + [ LI Daobing ] + * menu: update section. + + [ Daniel Leidert ] + * debian/control: Homepage field transition. XS-Vcs-* fields transition. + + -- LI Daobing Fri, 05 Oct 2007 00:08:39 +0000 + +gausssum (2.1.1-1) unstable; urgency=low + + * debian/gausssum.install: move to install + * debian/gausssum.doc-base: move to doc-base + * debian/gausssum.menu: move to menu + * debian/gausssum.manpages: use debian/rules as there is only 1 man page + * debian/control: remove LI Daobing as Uploader for now + + [ LI Daobing ] + * new upstream release. + + -- Jordan Mantha Sun, 05 Aug 2007 22:34:05 -0700 + +gausssum (2.1.0-1) unstable; urgency=low + + [ LI Daobing ] + * new upstream release. + * control: depends on python-numpy. + * gausssum.doc-base: remove trailing blank to clear lintian warning. + * patches/07_html_path.dpatch: added. + * patches/00list: updated. + + [ Daniel Leidert ] + * debian/watch: Slightly updated. + + -- LI Daobing Sat, 30 Jun 2007 21:49:17 +0800 + +gausssum (2.0.5-1~dev) unstable; urgency=low + + * New upstream release. + + -- LI Daobing Wed, 02 May 2007 23:00:44 +0800 + +gausssum (2.0.4-1) unreleased; urgency=low + + * New upstream release 2.0.4 (closes: #384963, #402893) + + [ LI Daobing ] + * update debian policy to 3.7.2 + * remove 05_gausssum_py.dpatch + * add 06_image_path.dpatch + * use dh_pysupport instead of dh_python + * update setup.py + * add debian/watch + * debian/control: depends on tofrodos instead of sysutils (closes: #382169) + + [ Daniel Leidert ] + * debian/control (Uploaders): Added LI Daobing. + (Build-Depends, Build-Depends-Indep): Fixed (accordingly to section 7.6 of + the policy). + (Description): Improved wording in short description and changed to + standard Homepage field. + * debian/dirs: Removed (useless with dh_install). + * debian/gausssum.desktop: Added MimeType field to register gaussum for the + file formats it can read (maybe incomplete). + (Categories): Fixed invalid field entry. + * debian/gausssum.install: Added. Obsoletes the manual installation in + debian/rules. + * debian/menu: Renamed to gausssum.menu. + * debian/rules: Removed targets already defined in dpatch.make. Changed to + use dh_install to install files. Removed useless dh_installexamples call. + + -- LI Daobing Tue, 10 Apr 2007 20:12:43 +0800 + +gausssum (1.0.4-1) unstable; urgency=low + + * New upstream release + - Bug fix for wrong symmetry labels in unrestricted calclations + * Added watch file + * Moved to new Debian Python Policy (Closes: Bug #380805) + - added XS-Python-Version: current, >= 2.3 + - added python-central support + - use /usr/bin/python rather than /usr/bin/python2.3 in GaussSum.py + + -- Jordan Mantha Sat, 29 Jul 2006 17:23:10 -0700 + +gausssum (1.0.3-2) unstable; urgency=low + + * Modified GaussSum.py to look for python2.3 + * Fixed spelling error in description (Closes: #363601) + + -- Jordan Mantha Mon, 3 Apr 2006 07:24:26 -0700 + +gausssum (1.0.3-1) unstable; urgency=low + + * New upstream release + - Bug fixes for CD spectra calculations + * Moved to dpatch for source patches + + -- Jordan Mantha Sat, 18 Feb 2006 22:18:36 +0000 + +gausssum (1.0.2-2) unstable; urgency=low + + * Took over ITP for LI Daobing (closes: #324632) + - cleaned up debian/rules + - added .desktop file + - added man page + + -- Jordan Mantha Tue, 17 Jan 2006 14:15:29 -0800 + +gausssum (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- LI Daobing Wed, 2 Nov 2005 16:34:57 +0800 + +gausssum (1.0-1) unstable; urgency=low + + * New upstream release + * debian/menu: fix format + * debian/copyright: update fsf address + + -- LI Daobing Fri, 7 Oct 2005 10:55:59 +0800 + +gausssum (0.9-1) unstable; urgency=low + + * New upstream release + * change Standards-Version to 3.6.2 + + -- LI Daobing Tue, 23 Aug 2005 15:59:59 +0800 + +gausssum (0.8-1) unstable; urgency=low + + * Initial Release. + + -- Li Daobing Mon, 17 Jan 2005 19:46:32 +0800 + --- gausssum-2.2.5.orig/debian/patches/00list +++ gausssum-2.2.5/debian/patches/00list @@ -0,0 +1 @@ +debian_paths --- gausssum-2.2.5.orig/debian/patches/debian_paths.dpatch +++ gausssum-2.2.5/debian/patches/debian_paths.dpatch @@ -0,0 +1,40 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## debian_paths.dpatch by LI Daobing +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix the path to the images and HTML documentation that follows the FHS +## DP: in our Debian package. + +@DPATCH@ +diff -urNad gausssum~/gausssum/aboutbox.py gausssum/gausssum/aboutbox.py +--- gausssum~/gausssum/aboutbox.py 2009-11-24 13:21:49.000000000 +0100 ++++ gausssum/gausssum/aboutbox.py 2009-11-25 00:11:04.631461938 +0100 +@@ -63,7 +63,7 @@ + self.canvas2 = Canvas(master,width=340,height=260) + self.canvas2.pack(side=TOP) + +- self.photo2 = PhotoImage(file=os.path.join(installlocation,"mesh.gif")) ++ self.photo2 = PhotoImage(file=os.path.join('/usr/share/gausssum',"mesh.gif")) + self.item2 = self.canvas2.create_image(11,11,anchor=NW,image=self.photo2) + + Label(master,text="(c) 2009 Noel O'Boyle").pack(side=TOP) +diff -urNad gausssum~/gausssum/gausssumgui.py gausssum/gausssum/gausssumgui.py +--- gausssum~/gausssum/gausssumgui.py 2009-11-24 13:21:49.000000000 +0100 ++++ gausssum/gausssum/gausssumgui.py 2009-11-25 00:13:07.267461699 +0100 +@@ -102,7 +102,7 @@ + + self.frame5=Frame(self.frame1) + self.frame5.pack(side=LEFT) +- self.photo = PhotoImage(file=os.path.join(installlocation,"mesh2.gif")) # Doesn't work if don't use self. ++ self.photo = PhotoImage(file=os.path.join('/usr/share/gausssum',"mesh2.gif")) # Doesn't work if don't use self. + Button(self.frame5,image=self.photo,command=self.runscript).pack(side=LEFT) + self.root.bind("", self.runscript) + +@@ -602,6 +602,6 @@ + + + def webdocs(self): +- webbrowser.open(os.path.join(installlocation,"..","Docs","index.html")) ++ webbrowser.open(os.path.join("/usr/share/doc/gausssum/html/index.html")) + +