--- lybniz-1.3.orig/debian/patches/desktop_exec.diff +++ lybniz-1.3/debian/patches/desktop_exec.diff @@ -0,0 +1,12 @@ +diff -urN lybniz-1.3.orig/lybniz.desktop lybniz-1.3/lybniz.desktop +--- lybniz-1.3.orig/lybniz.desktop 2006-12-08 22:48:14.000000000 +0530 ++++ lybniz-1.3/lybniz.desktop 2006-12-08 22:48:27.000000000 +0530 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + Name=Lybniz Graph Plotter + Comment=Plot graphs and functions +-Exec=lybniz.py ++Exec=lybniz + Terminal=false + StartupNotify=true + Type=Application --- lybniz-1.3.orig/debian/patches/series +++ lybniz-1.3/debian/patches/series @@ -0,0 +1 @@ +desktop_exec.diff --- lybniz-1.3.orig/debian/control +++ lybniz-1.3/debian/control @@ -0,0 +1,20 @@ +Source: lybniz +Section: math +Priority: optional +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +XS-Python-Version: >= 2.3 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt +Standards-Version: 3.7.2 +XS-X-Vcs-Svn: http://bollin.googlecode.com/svn/lybniz/ + +Package: lybniz +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-gnome2 +XB-Python-Version: ${python:Versions} +Description: mathematical function graph plotter + Lybniz is a simple desktop graph plotter. It can currently plot three + functions and allows you to navigate the plot. Functions are entered + in Python notation. + . + Homepage: http://lybniz2.sourceforge.net/ --- lybniz-1.3.orig/debian/compat +++ lybniz-1.3/debian/compat @@ -0,0 +1 @@ +5 --- lybniz-1.3.orig/debian/lybniz.1 +++ lybniz-1.3/debian/lybniz.1 @@ -0,0 +1,14 @@ +.TH lybniz 1 "October 20, 2006" +.SH NAME +lybniz - mathematical function graph plotter +.SH DESCRIPTION +.PP +Lybniz is a simple desktop graph plotter. It can currently plot three +functions and allows you to navigate the plot. Functions are entered +in Python notation, eg sin(x)/x ; 2*x**2 + 3*x - 4. +.PP +.SH HOMEPAGE +http://lybniz2.sourceforge.net/ +.SH AUTHOR +This manual page was written by Varun Hiremath , +for the Debian project (but may be used by others). --- lybniz-1.3.orig/debian/watch +++ lybniz-1.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/lybniz2/ lybniz-(.*)\.tar\.gz debian uupdate \ No newline at end of file --- lybniz-1.3.orig/debian/changelog +++ lybniz-1.3/debian/changelog @@ -0,0 +1,10 @@ +lybniz (1.3-1) unstable; urgency=low + + [ Varun Hiremath ] + * Initial release (Closes: #401883) + + [ Torsten Werner ] + * Add myself to Uploaders in debian/control. + + -- Torsten Werner Sun, 10 Dec 2006 20:59:34 +0100 + --- lybniz-1.3.orig/debian/copyright +++ lybniz-1.3/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by Varun Hiremath on +Wed, 6 Dec 2006 21:27:48 +0530. + +It was downloaded from + +Upstream Author: +Thomas Führinger +Sam Tygier + +Copyright: +(c) 2005-2006 Thomas Führinger +(c) 2005-2006 Sam Tygier + +License: + +This program is licensed under the BSD style license: + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of the Lybniz dev team nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +On Debian systems, you can find the BSD license in: +/usr/share/common-licenses/BSD + +The Debian packaging is (C) 2006, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- lybniz-1.3.orig/debian/docs +++ lybniz-1.3/debian/docs @@ -0,0 +1 @@ +README --- lybniz-1.3.orig/debian/rules +++ lybniz-1.3/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 +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +install/lybniz:: + mv $(DEB_DESTDIR)/usr/bin/lybniz.py $(DEB_DESTDIR)/usr/bin/lybniz --- lybniz-1.3.orig/debian/manpages +++ lybniz-1.3/debian/manpages @@ -0,0 +1 @@ +debian/lybniz.1 --- lybniz-1.3.orig/debian/pycompat +++ lybniz-1.3/debian/pycompat @@ -0,0 +1 @@ +2