--- reverend-0.3+svn20070820.orig/debian/pyversions +++ reverend-0.3+svn20070820/debian/pyversions @@ -0,0 +1 @@ +2.3- --- reverend-0.3+svn20070820.orig/debian/compat +++ reverend-0.3+svn20070820/debian/compat @@ -0,0 +1 @@ +5 --- reverend-0.3+svn20070820.orig/debian/examples +++ reverend-0.3+svn20070820/debian/examples @@ -0,0 +1 @@ +examples/* --- reverend-0.3+svn20070820.orig/debian/pycompat +++ reverend-0.3+svn20070820/debian/pycompat @@ -0,0 +1 @@ +2 --- reverend-0.3+svn20070820.orig/debian/rules +++ reverend-0.3+svn20070820/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_PYTHON_SYSTEM = pysupport +include /usr/share/cdbs/1/class/python-distutils.mk + +# Add here any variable or target overrides you need. +DEB_INSTALL_CHANGELOGS_ALL := changelog.txt + +DATE := $(shell date +%Y%m%d) +FILENAME := reverend_0.3+svn$(DATE).orig.tar.gz +URL := http://divmod.org/svn/Divmod/trunk/Reverend +SRCDIR := reverend-0.3+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) --- reverend-0.3+svn20070820.orig/debian/changelog +++ reverend-0.3+svn20070820/debian/changelog @@ -0,0 +1,5 @@ +reverend (0.3+svn20070820-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #123157) + + -- Jason Alexandre Ribeiro Mon, 20 Aug 2007 20:52:06 -0400 --- reverend-0.3+svn20070820.orig/debian/docs +++ reverend-0.3+svn20070820/debian/docs @@ -0,0 +1,2 @@ +changelog.txt +README.txt --- reverend-0.3+svn20070820.orig/debian/copyright +++ reverend-0.3+svn20070820/debian/copyright @@ -0,0 +1,30 @@ +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'. --- reverend-0.3+svn20070820.orig/debian/control +++ reverend-0.3+svn20070820/debian/control @@ -0,0 +1,26 @@ +Source: reverend +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jason Ribeiro +Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3) +Standards-Version: 3.7.2 + +Package: python-reverend +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +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 + . + Homepage: http://divmod.org/trac/wiki/DivmodReverend