debian/0000775000000000000000000000000012054426174007175 5ustar debian/control0000664000000000000000000000200412054311760010566 0ustar Source: reverend Section: python Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Jason Ribeiro Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: http://pypi.python.org/pypi/Reverend Package: python-reverend Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: general purpose Bayesian classifier for Python Reverend is a general purpose Bayesian classifier, named after Rev. Thomas Bayes. Use the Reverend to quickly add Bayesian smarts to your app. To use it in your own application, you either subclass Bayes or pass it a tokenizing function. Bayesian fun has never been so quick and easy. . Stuff you can do with the Reverend: * classify RSS stories * classify recipes by cuisine * who do you write like? Shakespeare, Dickens or Austen * detect the language of a document * is your code more like Guido's or Peter's debian/source/0000775000000000000000000000000012054426174010475 5ustar debian/source/format0000664000000000000000000000001412054310015011665 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000003112054307735010043 0ustar changelog.txt README.txt debian/changelog0000664000000000000000000000212412054311755011044 0ustar reverend (0.4-0ubuntu1) raring; urgency=low [ Logan Rosen ] * New upstream release. * debian/watch: Create. * debian/control: - Add Homepage field. - Remove homepage from Description. - Replace python-all-dev with python in Build-Depends. - Add ${misc:Depends} to Depends for python-reverend binary. - Bump Standards-Version to 3.9.3. * debian/source/format: Specify 3.0 (quilt) format. [ Charlie Smotherman ] * Update to use dh_python2. * Remove debian/pycompat not needed. * Removed debian/pyversions not needed. * Increased debian/compat to 7. * Use dh7 tiny rules. * Update debian/rules get-orig-source for version 0.4. * debian/control - remove cdbs and python-support from B-D. - increased python to >= 2.6.6-3~. - increased debhelper to 7.0.50. - added X-P-V. - removed Provides. -- Logan Rosen Fri, 23 Nov 2012 22:37:55 -0500 reverend (0.3+svn20070820-0ubuntu1) gutsy; urgency=low * Initial release (LP: #123157) -- Jason Alexandre Ribeiro Mon, 20 Aug 2007 20:52:06 -0400 debian/rules0000775000000000000000000000103512054311460010243 0ustar #!/usr/bin/make -f %: dh $@ --with python2 DATE := $(shell date +%Y%m%d) FILENAME := reverend_0.4+svn$(DATE).orig.tar.gz URL := http://divmod.org/svn/Divmod/trunk/Reverend SRCDIR := reverend-0.4+svn$(DATE).orig get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs @@echo Downloading $(FILENAME) from $(URL) ... @@svn export $(URL) ../tarballs/$(SRCDIR) @@echo Building snapshot tarball @@GZIP=-9 tar -b1 -czf ../tarballs/$(FILENAME) -C ../tarballs $(SRCDIR) @@echo Cleaning up @@rm -rf ../tarballs/$(SRCDIR) debian/watch0000664000000000000000000000012112054310015010202 0ustar version=3 http://pypi.python.org/packages/source/R/Reverend/Reverend-(.+).tar.gz debian/copyright0000664000000000000000000000240112054307735011126 0ustar This package was debianized by Jason Alexandre Ribeiro on Mon, 20 Aug 2007 20:52:06 -0400. It was obtained as an svn checkout from: http://divmod.org/svn/Divmod/trunk/Reverend/ Upstream Author: Amir Bakhtiar Copyright: Copyright (C) 2003 Amir Bakhtiar License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is (C) 2007, Jason Alexandre Ribeiro and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/examples0000664000000000000000000000001312054307735010731 0ustar examples/* debian/compat0000664000000000000000000000000212054311076010365 0ustar 7