--- python-unac-1.7.0.orig/debian/changelog +++ python-unac-1.7.0/debian/changelog @@ -0,0 +1,29 @@ +python-unac (1.7.0-1build4) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:12 +0000 + +python-unac (1.7.0-1build3) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:12:49 +0000 + +python-unac (1.7.0-1build2) jaunty; urgency=low + + * No-change rebuild to fix lpia shared library dependencies. + + -- Colin Watson Thu, 19 Mar 2009 00:36:27 +0000 + +python-unac (1.7.0-1build1) jaunty; urgency=low + + * No-change rebuild to build with Python 2.6. + + -- Alessio Treglia Sun, 15 Mar 2009 22:15:11 +0100 + +python-unac (1.7.0-1) unstable; urgency=low + + * Initial release. (Closes: #440511) + + -- Lukáš Lalinský Sun, 2 Sep 2007 12:25:41 +0200 --- python-unac-1.7.0.orig/debian/rules +++ python-unac-1.7.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- python-unac-1.7.0.orig/debian/control +++ python-unac-1.7.0/debian/control @@ -0,0 +1,17 @@ +Source: python-unac +Section: libs +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Lukáš Lalinský +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python-all-dev (>= 2.3.5-11), libunac1-dev +Standards-Version: 3.7.2 + +Package: python-unac +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: Library to remove accents from string or character + Unac is a programmer's library that removes accents from a string. + . + This package contains Python bindings for the original C library. --- python-unac-1.7.0.orig/debian/copyright +++ python-unac-1.7.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Lukáš Lalinský on +Sun, 2 Sep 2007 12:25:41 +0200 + +It was downloaded from http://download.gna.org/unac/ + +Copyright Holders: + + Copyright (C) 2005 Robert Kaye + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, 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'. + +The Debian packaging is (C) 2007, Lukáš Lalinský +and is licensed under the GPL, see above. --- python-unac-1.7.0.orig/debian/pycompat +++ python-unac-1.7.0/debian/pycompat @@ -0,0 +1 @@ +2 --- python-unac-1.7.0.orig/debian/watch +++ python-unac-1.7.0/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://download.gna.org/unac/ python-unac-(\d+\.\d+\.\d+)\.tar\.gz \ + debian uupdate --- python-unac-1.7.0.orig/debian/compat +++ python-unac-1.7.0/debian/compat @@ -0,0 +1 @@ +5