--- hachoir-regex-1.0.5.orig/debian/pycompat +++ hachoir-regex-1.0.5/debian/pycompat @@ -0,0 +1 @@ +2 --- hachoir-regex-1.0.5.orig/debian/copyright +++ hachoir-regex-1.0.5/debian/copyright @@ -0,0 +1,28 @@ +This package was debianised by Michel Casabona +on Fri Jul 13 02:01:10 CEST 2007 + +It was downloaded from + +Author: Victor Stinner + +Copyright (C) 2006-2008 Victor Stinner and Julien Muchembled + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 + +The Debian packaging is (C) 2007, Michel Casabona +and is licensed under the GPL. + +On Debian systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL'. --- hachoir-regex-1.0.5.orig/debian/watch +++ hachoir-regex-1.0.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cheeseshop.python.org/packages/source/h/hachoir-regex/hachoir-regex-(.*)\.tar\.gz debian uupdate --- hachoir-regex-1.0.5.orig/debian/control +++ hachoir-regex-1.0.5/debian/control @@ -0,0 +1,21 @@ +Source: hachoir-regex +Section: python +Priority: optional +Maintainer: Michel Casabona +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4) +Build-Depends-Indep: python-all (>= 2.4) +Standards-Version: 3.8.4 +Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex +Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-regex/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-regex/trunk/ + +Package: python-hachoir-regex +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: regular expressions manipulation Python library + hachoir-regex is a Python library for regular expression (regex or regexp) + manipulation. You can use a|b (or) and a+b (and) operators. Expressions are + optimized during the construction: merge ranges, simplify repetitions, etc. + It also contains a class for pattern matching allowing to search multiple + strings and regex at the same time. --- hachoir-regex-1.0.5.orig/debian/pyversions +++ hachoir-regex-1.0.5/debian/pyversions @@ -0,0 +1 @@ +2.4- --- hachoir-regex-1.0.5.orig/debian/docs +++ hachoir-regex-1.0.5/debian/docs @@ -0,0 +1 @@ +regex.rst --- hachoir-regex-1.0.5.orig/debian/rules +++ hachoir-regex-1.0.5/debian/rules @@ -0,0 +1,7 @@ +#! /usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + --- hachoir-regex-1.0.5.orig/debian/changelog +++ hachoir-regex-1.0.5/debian/changelog @@ -0,0 +1,35 @@ +hachoir-regex (1.0.5-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + * bump Standards-Version to 3.8.4 + * debian/control: + - Depends on ${misc:Depends} + - Build-Depends-Indep on python-all instead of python-all-dev + - new Homepage + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + -- Michel Casabona Tue, 02 Mar 2010 21:24:59 +0100 + +hachoir-regex (1.0.3-1) unstable; urgency=low + + [ Michel Casabona ] + * New upstream release + * debian/copyright: change (C) line format for lintian + * upgrade Standards-Version to 3.7.3 + + [ Piotr Ożarowski ] + * Homepage field added + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + + -- Michel Casabona Thu, 24 Apr 2008 01:29:47 +0200 + +hachoir-regex (1.0.2-1) unstable; urgency=low + + * first release packaged for Debian (Closes: #433263) + + -- Michel Casabona Tue, 24 Jul 2007 23:07:48 +0200 + --- hachoir-regex-1.0.5.orig/debian/compat +++ hachoir-regex-1.0.5/debian/compat @@ -0,0 +1 @@ +5