--- bpython-0.8.0.orig/debian/lintian-overrides +++ bpython-0.8.0/debian/lintian-overrides @@ -0,0 +1 @@ +bpython: copyright-should-refer-to-common-license-file-for-gfdl --- bpython-0.8.0.orig/debian/examples +++ bpython-0.8.0/debian/examples @@ -0,0 +1 @@ +sample-rc --- bpython-0.8.0.orig/debian/compat +++ bpython-0.8.0/debian/compat @@ -0,0 +1 @@ +7 --- bpython-0.8.0.orig/debian/control +++ bpython-0.8.0/debian/control @@ -0,0 +1,34 @@ +Source: bpython +Section: python +Priority: optional +Maintainer: David Paleino +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7), python, python-setuptools +Standards-Version: 3.8.1 +Homepage: http://www.noiseforfree.com/bpython/ +Vcs-Browser: http://git.debian.org/?p=collab-maint/bpython.git +Vcs-Git: git://git.debian.org/collab-maint/bpython.git + +Package: bpython +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, + python, + python-pygments, + python-pyparsing, + python-pkg-resources +Description: fancy curses interface to the Python interactive interpreter + bpython is a curses interface to the Python interpreter, and has the + following features: + . + * In-line syntax highlighting. + * Readline-like autocomplete with suggestions displayed as you type + * Expected parameter list for any Python function. Uses pydoc to attempt to + divine params for C functions. + * "Rewind" function to pop the last line of code from memory and re-evaluate. + Note: this is only really useful when laying out classes and functions, + since a true "undo" function is impossible, so be careful when using this. + * Send the code you've entered off to a pastebin and display the pastebin URL + for copying, etc. + * Save the code you've entered to a file. + * Auto-indentation. + * Anti-Crash Mode. --- bpython-0.8.0.orig/debian/copyright +++ bpython-0.8.0/debian/copyright @@ -0,0 +1,59 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ (rev. 48) + +Files: debian/* +Copyright: © 2008, Jørgen Pedersen Tjernø + © 2009, David Paleino +License: MIT + +Files: docs/* +Copyright: ©, Jørgen Pedersen Tjernø +License: MIT +X-Comment: Message-ID: <49FD72A9.2090502@devsoft.no> + On Sun, 03 May 2009 12:32:09 +0200, Jørgen P. Tjernø wrote: + > David Paleino wrote: + > > On Sun, 03 May 2009 10:52:57 +0200, Jørgen P. Tjernø wrote: + > >> David Paleino wrote: + > >> > But I saw that you wrote two manpages for upstream: under which + > >> > license are those released? + > >> + > >> I hadn't really considered this, but I guess GNU FDL is a good + > >> license; please mark them as being under this license. :-) + > > + > > Hrm. GFDL isn't a good choice for manpages IMHO. Moreover, it is + > > considered non-free under the DFSG, if you mark any section invariant. + > Ah, I wasn't aware of this. Thanks for informing me. + > + > > A better choice would be re-releasing everything the same license the + > > package has, that is MIT/X11. + > Yes, that'd be the simplest solution. + > + > > Do you agree with this? (I'll embed copy of this thread into + > > debian/copyright) + > Well, I use the three-clause BSD-license on other works, and it's fairly + > similar to the MIT/X11 license, so you have a go-ahead from me to + > distribute it with the MIT/X11 license. + > Thanks for your feedback on this matter; I've never licensed / released + > documentation separate from software. ;-) + +Files: * +Copyright: © 2008, Bob Farrell +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. --- bpython-0.8.0.orig/debian/rules +++ bpython-0.8.0/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + rm -rf bpython.egg-info dist + +install: install-stamp +install-stamp: build + dh install + touch $@ + +binary-indep: build install + dh $@ + +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- bpython-0.8.0.orig/debian/watch +++ bpython-0.8.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.noiseforfree.com/bpython/download.html bpython-(\d+.*)\.tar\.gz --- bpython-0.8.0.orig/debian/docs +++ bpython-0.8.0/debian/docs @@ -0,0 +1 @@ +README --- bpython-0.8.0.orig/debian/changelog +++ bpython-0.8.0/debian/changelog @@ -0,0 +1,44 @@ +bpython (0.8.0-1) unstable; urgency=low + + * New upstream version + * debian/control: + - fixed Section to "python" + + -- David Paleino Sat, 23 May 2009 14:41:07 +0200 + +bpython (0.7.1-1) unstable; urgency=low + + * Initial Debian release (Closes: #526740) + + -- David Paleino Sun, 03 May 2009 12:55:56 +0200 + +bpython (0.7.0-1~ppa1) hardy; urgency=low + + * Pushed man-pages and desktop-file upstream. + * New upstream release. + + -- Jørgen Pedersen Tjernø Mon, 25 Aug 2008 21:19:57 +0200 + +bpython (0.6.3-1~ppa3) hardy; urgency=low + + * Bump, fixed some packaging issues. + + -- Jørgen Pedersen Tjernø Thu, 14 Aug 2008 00:32:25 +0200 + + +bpython (0.6.3-1~ppa2) hardy; urgency=low + + * Fixed so installation of .desktop-file is performed. + * Fixed bugs in bpython.desktop. + * Cleaned up the control file / description. + * Wrote a man-page for config and binary. + * Made it install a sample rc-file. + + -- Jørgen Pedersen Tjernø Wed, 13 Aug 2008 23:37:25 +0200 + + +bpython (0.6.3-1~ppa1) hardy; urgency=low + + * Initial release + + -- Jørgen Pedersen Tjernø Wed, 13 Aug 2008 16:12:36 +0200