--- python-pytils-0.3.orig/debian/changelog +++ python-pytils-0.3/debian/changelog @@ -0,0 +1,84 @@ +python-pytils (0.3-1) unstable; urgency=low + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + [ Mikhail Gusarov ] + * New upstream release. + * Switch to dh-python: + - debian/control: Update Build-Depends. + - debian/control: Add python3-pytils, python-pytils-doc binary packages. + - debian/rules: Use dh-python. + - debian/{docs,examples}: Move files to python-pytils-doc. + * debian/control: + - Update my e-mail address + - Update homepage + - Standards-Version bumped to 3.9.5, no changes required + * debian/python-pytils.preinst: + - Remove, not needed after Squeeze release + * debian/examples: + - Package no longer ships Turbogears examples + * debian/copyright: + - Upstream relicensed under MIT license + + -- Mikhail Gusarov Mon, 10 Feb 2014 19:38:05 +0100 + +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.3.orig/debian/compat +++ python-pytils-0.3/debian/compat @@ -0,0 +1 @@ +7 --- python-pytils-0.3.orig/debian/control +++ python-pytils-0.3/debian/control @@ -0,0 +1,52 @@ +Source: python-pytils +Section: python +Priority: optional +Maintainer: Mikhail Gusarov +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7.0.50~), python-all, python3-all, dh-python, + python-setuptools, python3-setuptools +Standards-Version: 3.9.5 +Homepage: https://github.com/j2a/pytils +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pytils/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pytils/trunk/ +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.2 + +Package: python-pytils +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Suggests: python-django, python-pytils-doc +Description: Python library for processing strings in Russian (Python 2) + pytils contains several tools for processing strings in Russian: + * choosing plural forms + * in-words numerals representation + * formatting dates in different styles + * transliteration + . + This is the Python 2 version of the package. + +Package: python3-pytils +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Suggests: python-pytils-doc +Description: Python library for processing strings in Russian (Python 3) + pytils contains several tools for processing strings in Russian: + * choosing plural forms + * in-words numerals representation + * formatting dates in different styles + * transliteration + . + This is the Python 3 version of the package. + +Package: python-pytils-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: Python library for processing strings in Russian (documentation) + pytils contains several tools for processing strings in Russian: + * choosing plural forms + * in-words numerals representation + * formatting dates in different styles + * transliteration + . + This package contains the documentation. --- python-pytils-0.3.orig/debian/copyright +++ python-pytils-0.3/debian/copyright @@ -0,0 +1,29 @@ +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-2012 Yury Yurevich and contributors + +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. --- python-pytils-0.3.orig/debian/python-pytils-doc.docs +++ python-pytils-0.3/debian/python-pytils-doc.docs @@ -0,0 +1,3 @@ +TODO +doc/README.rus.txt +doc/WEBFRAMEWORKS.rus.txt --- python-pytils-0.3.orig/debian/python-pytils-doc.examples +++ python-pytils-0.3/debian/python-pytils-doc.examples @@ -0,0 +1,2 @@ +doc/examples/* +doc/examples-django --- python-pytils-0.3.orig/debian/rules +++ python-pytils-0.3/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +export PYBUILD_NAME=pytils +%: + dh --with python2,python3 $@ --buildsystem=pybuild --- python-pytils-0.3.orig/debian/source/format +++ python-pytils-0.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-pytils-0.3.orig/debian/watch +++ python-pytils-0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/p/pytils/pytils-(.*)\.tar\.gz