--- python-pytils-0.2.3.orig/debian/examples +++ python-pytils-0.2.3/debian/examples @@ -0,0 +1,3 @@ +doc/examples/* +doc/examples-django +doc/examples-turbogears --- python-pytils-0.2.3.orig/debian/copyright +++ python-pytils-0.2.3/debian/copyright @@ -0,0 +1,27 @@ +This package was first debianized by Mikhail Gusarov +on Mon, 1 Jan 2007 16:03:10 +0600 + +It was downloaded from http://cheeseshop.python.org/pypi/pytils/ + +Copyright Holders: Yury Yurevich + +License: + + Copyright (C) 2006-2007 Yuri Yurevich + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along with + this program; 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 General Public License +can be found in /usr/share/common-licenses/GPL-2 file. --- python-pytils-0.2.3.orig/debian/compat +++ python-pytils-0.2.3/debian/compat @@ -0,0 +1 @@ +7 --- python-pytils-0.2.3.orig/debian/watch +++ python-pytils-0.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/p/pytils/pytils-(.*)\.tar\.gz --- python-pytils-0.2.3.orig/debian/changelog +++ python-pytils-0.2.3/debian/changelog @@ -0,0 +1,59 @@ +python-pytils (0.2.3-2) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - Switch Vcs-Browser field to viewsvn + + [ Mikhail Gusarov ] + * Use dh(1). + * Switch to python-support. + * Bump Standards-Version to 3.8.3, no changes needed. + * Update Homepage to current location. + + -- Mikhail Gusarov Sat, 19 Sep 2009 02:31:27 +0700 + +python-pytils (0.2.3-1) unstable; urgency=low + + * New upstream release. + - API documentation is no longer bundled in package. + * Standards-Version bumped to 3.8.0, no changes needed. + * debian/copyright reformatted to appease lintian + * python-django added to Suggests. + + -- Mikhail Gusarov Fri, 15 Aug 2008 21:53:29 +0700 + +python-pytils (0.2.2-2) unstable; urgency=low + + [ Mikhail Gusarov ] + * Package is now maintained in DPMT: + - DPMT added to Uploaders. + * Description updated: homepage moved to the apropriate field. + * python-central dependency bumped to >= 0.6, fixing spurious empty /usr/lib. + * Standards-Version bumped to 3.7.3, no changes needed. + * Watch file added. + + [ Piotr Ożarowski ] + * Vcs-Svn and Vcs-Browser fields added. + + -- Mikhail Gusarov Thu, 01 May 2008 23:36:52 +0700 + +python-pytils (0.2.2-1) unstable; urgency=low + + * New upstream release + * Upstream changelog installed as well. + * debian/copyright updated + + -- Mikhail Gusarov Thu, 12 Jul 2007 21:29:39 +0700 + +python-pytils (0.2.1-1) unstable; urgency=low + + * New upstream release. + * debian/copyright updated to match clause in source code. + + -- Mikhail Gusarov Tue, 27 Feb 2007 22:14:35 +0600 + +python-pytils (0.2.0-1) unstable; urgency=low + + * Initial release (Closes: #405175) + + -- Mikhail Gusarov Mon, 1 Jan 2007 16:03:10 +0600 --- python-pytils-0.2.3.orig/debian/python-pytils.preinst +++ python-pytils-0.2.3/debian/python-pytils.preinst @@ -0,0 +1,11 @@ +#!/bin/sh +# TODO: remove this file after releasing Squeeze +set -e +if [ "$1" = upgrade ] +then + if dpkg --compare-versions "$2" lt 0.2.3-2; then + pycentral pkgremove python-pytils + fi +fi + +#DEBHELPER# --- python-pytils-0.2.3.orig/debian/rules +++ python-pytils-0.2.3/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_clean: + find . -name '*.py[co]' -delete + dh_auto_clean --- python-pytils-0.2.3.orig/debian/docs +++ python-pytils-0.2.3/debian/docs @@ -0,0 +1,3 @@ +TODO +doc/README.rus.txt +doc/WEBFRAMEWORKS.rus.txt --- python-pytils-0.2.3.orig/debian/control +++ python-pytils-0.2.3/debian/control @@ -0,0 +1,22 @@ +Source: python-pytils +Section: python +Priority: optional +Maintainer: Mikhail Gusarov +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7.0.50~), python-dev (>= 2.3.5-11) +Build-Depends-Indep: python-support (>= 0.90) +Standards-Version: 3.8.3 +Homepage: http://pyobject.ru/projects/pytils/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pytils/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pytils/trunk/ + +Package: python-pytils +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Suggests: python-django +Description: Python library for processing strings in Russian + pytils contains several tools for processing strings in Russian: + * choosing plural forms + * in-words numerals representation + * formatting dates in different styles + * transliteration