--- lybniz-1.3.2.orig/debian/compat +++ lybniz-1.3.2/debian/compat @@ -0,0 +1 @@ +5 --- lybniz-1.3.2.orig/debian/rules +++ lybniz-1.3.2/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +DEB_PYTHON2_MODULE_PACKAGES=lybniz + +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 + +get-orig-source: + -uscan --upstream-version 0 --rename --- lybniz-1.3.2.orig/debian/docs +++ lybniz-1.3.2/debian/docs @@ -0,0 +1 @@ +README --- lybniz-1.3.2.orig/debian/lybniz.1 +++ lybniz-1.3.2/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.2.orig/debian/control +++ lybniz-1.3.2/debian/control @@ -0,0 +1,19 @@ +Source: lybniz +Section: math +Priority: optional +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +X-Python-Version: >= 2.3 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~), quilt +Standards-Version: 3.7.3 +Homepage: http://lybniz2.sourceforge.net/ +Vcs-Svn: https://bollin.googlecode.com/svn/lybniz/ +Vcs-Browser: http://bollin.googlecode.com/svn/lybniz/ + +Package: lybniz +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-gnome2 +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. --- lybniz-1.3.2.orig/debian/changelog +++ lybniz-1.3.2/debian/changelog @@ -0,0 +1,45 @@ +lybniz (1.3.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616882). + + -- Luca Falavigna Fri, 31 May 2013 09:24:07 +0200 + +lybniz (1.3.2-2) unstable; urgency=low + + * Change Build-Depends: python-central (>= 0.6.0). (Closes: #472015) + * Fix copyright file. + + -- Torsten Werner Fri, 21 Mar 2008 20:36:36 +0100 + +lybniz (1.3.2-1) unstable; urgency=low + + * New upstream release + * Update Standards-Version to 3.7.3 + + -- Varun Hiremath Mon, 17 Dec 2007 21:00:56 +0530 + +lybniz (1.3.1-1) unstable; urgency=low + + * New upstream release + * Update lybniz.desktop file patch + * debian/rules: add get-orig-source target + * debian/control: Add Homepage header and replace XS-Vcs with Vcs + + -- Varun Hiremath Sat, 01 Dec 2007 14:55:03 +0530 + +lybniz (1.3-2) unstable; urgency=low + + * Add patch to fix lybniz.desktop file (Closes: #450733) + + -- Varun Hiremath Mon, 12 Nov 2007 20:34:50 +0530 + +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.2.orig/debian/copyright +++ lybniz-1.3.2/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: +© 2005-2006 Thomas Führinger +© 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.2.orig/debian/watch +++ lybniz-1.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/lybniz2/ lybniz-(.*)\.tar\.gz --- lybniz-1.3.2.orig/debian/manpages +++ lybniz-1.3.2/debian/manpages @@ -0,0 +1 @@ +debian/lybniz.1 --- lybniz-1.3.2.orig/debian/patches/lybniz.desktop.diff +++ lybniz-1.3.2/debian/patches/lybniz.desktop.diff @@ -0,0 +1,13 @@ +Index: lybniz-1.3.1/lybniz.desktop +=================================================================== +--- lybniz-1.3.1.orig/lybniz.desktop 2007-12-01 14:48:58.000000000 +0530 ++++ lybniz-1.3.1/lybniz.desktop 2007-12-01 14:49:01.000000000 +0530 +@@ -1,7 +1,7 @@ + [Desktop Entry] + Name=Lybniz Graph Plotter + Comment=Plot graphs and functions +-Exec=lybniz.py ++Exec=lybniz + Terminal=false + StartupNotify=true + Type=Application --- lybniz-1.3.2.orig/debian/patches/series +++ lybniz-1.3.2/debian/patches/series @@ -0,0 +1 @@ +lybniz.desktop.diff