--- reinteract-0.5.0.orig/debian/changelog +++ reinteract-0.5.0/debian/changelog @@ -0,0 +1,42 @@ +reinteract (0.5.0-6) unstable; urgency=medium + + * QA upload. + * Build-depend on dh-python + + -- Matthias Klose Mon, 14 Jul 2014 18:17:25 +0000 + +reinteract (0.5.0-5) unstable; urgency=medium + + * QA upload. + * Build using dh_python2 + + -- Matthias Klose Sun, 13 Jul 2014 16:11:44 +0000 + +reinteract (0.5.0-4) unstable; urgency=low + + * Update Vcs-{Git,Browser}. + * Bump Standards-Version to 3.9.1. + * Bump Standards-Version to 3.9.2. + * Orphaning package. + + -- Chris Lamb Sun, 09 Feb 2014 00:11:09 +0000 + +reinteract (0.5.0-3) unstable; urgency=low + + * Add menu and associated pixmap. Thanks to Pablo Duboue + . (Closes: #527549) + + -- Chris Lamb Fri, 08 May 2009 12:16:34 +0100 + +reinteract (0.5.0-2) unstable; urgency=low + + * Add 'sox' to Recommends as it is needed to play embedded sounds. + (Closes: #525637) + + -- Chris Lamb Wed, 06 May 2009 21:28:02 +0100 + +reinteract (0.5.0-1) unstable; urgency=low + + * Initial release (Closes: #521435) + + -- Chris Lamb Sat, 28 Mar 2009 00:53:14 +0000 --- reinteract-0.5.0.orig/debian/compat +++ reinteract-0.5.0/debian/compat @@ -0,0 +1 @@ +7 --- reinteract-0.5.0.orig/debian/control +++ reinteract-0.5.0/debian/control @@ -0,0 +1,23 @@ +Source: reinteract +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7.1), dh-python, python +Standards-Version: 3.9.2 +Homepage: http://www.reinteract.org/ +Vcs-Git: git://github.com/lamby/pkg-reinteract.git +Vcs-Browser: https://github.com/lamby/pkg-reinteract + +Package: reinteract +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-matplotlib +Recommends: sox +Description: Worksheet-based graphical Python shell + Reinteract is a tool for interactive experimentation with Python + oriented around "worksheets" containing Python code combined with the + results of that code, formatted as text or graphical plots. Unlike a + traditional shell, you can go back and edit previously entered + statements, and the results will update. + . + Amongst other things, Reinteract is suitable for experimentation with + the Python language and for data analysis using NumPy and SciPy. --- reinteract-0.5.0.orig/debian/copyright +++ reinteract-0.5.0/debian/copyright @@ -0,0 +1,60 @@ +Author: Owen Taylor +Download: http://www.reinteract.org/ + +Files: * +Copyright: © 2007-2009 Owen Taylor +License: BSD + 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. + + 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. + +Files: lib/reinteract/notebook.py +Copyright: + © 2007-2009 Owen Taylor + © 2008 Jon Kuhn +License: BSD + +Files: lib/reinteract/about_dialog.py +Copyright: + © 2007-2009 Owen Taylor + © 2007 Luis Medina +License: BSD + +Files: + lib/replot.py + lib/reinteract/main.py + lib/reinteract/recorded_object.py + lib/reinteract/thread_executor.py +Copyright: + © 2007-2009 Owen Taylor + © 2008 Kai Willadsen +License: BSD + +Files: tools/build_msi/* +Copyright: + © 2006 Red Hat, Inc. + © 2008-2009 Owen Taylor +License: BSD + +Files: debian/* +Copyright: © 2009 Chris Lamb +License: BSD --- reinteract-0.5.0.orig/debian/pyversions +++ reinteract-0.5.0/debian/pyversions @@ -0,0 +1 @@ +2.5- --- reinteract-0.5.0.orig/debian/reinteract.1 +++ reinteract-0.5.0/debian/reinteract.1 @@ -0,0 +1,28 @@ +.TH REINTERACT "1" "March 2009" "reinteract 0.5.0" "User Commands" +.SH NAME +reinteract \- worksheet-based graphical Python shell +.SH SYNOPSIS +.B reinteract +[\fIoptions\fR] +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-u\fR UI, \fB\-\-ui\fR=\fIUI\fR +the user interface mode (standard or mini) +.TP +\fB\-d\fR, \fB\-\-debug\fR +enable internal debug messages +.PP +Reinteract is a tool for interactive experimentation with Python +oriented around "worksheets" containing Python code combined with the +results of that code, formatted as text or graphical plots. Unlike a +traditional shell, you can go back and edit previously entered +statements, and the results will update. +.PP +Amongst other things, Reinteract is suitable for experimentation with +the Python language and for data analysis using NumPy and SciPy. +.SH "AUTHOR" +.PP +Reinteract was written by Owen Taylor . --- reinteract-0.5.0.orig/debian/reinteract.manpages +++ reinteract-0.5.0/debian/reinteract.manpages @@ -0,0 +1 @@ +debian/reinteract.1 --- reinteract-0.5.0.orig/debian/rules +++ reinteract-0.5.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +override_dh_auto_test: --- reinteract-0.5.0.orig/debian/watch +++ reinteract-0.5.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.reinteract.org/download/sources/ reinteract-(.*).tar.bz2