--- ooolib-python-0.0.17.orig/debian/changelog +++ ooolib-python-0.0.17/debian/changelog @@ -0,0 +1,69 @@ +ooolib-python (0.0.17-2.1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:06:05 +0000 + +ooolib-python (0.0.17-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild to add Python 2.7 support + + -- Piotr Ożarowski Sun, 08 May 2011 16:46:01 +0200 + +ooolib-python (0.0.17-2) unstable; urgency=low + + * move to LibreOffice Maintainers + * build with dh_python2 (closes: #616924) + + -- Rene Engelhard Tue, 08 Mar 2011 18:34:55 +0100 + +ooolib-python (0.0.17-1) unstable; urgency=low + + * New upstream release (closes: #564590) + + -- Rene Engelhard Thu, 28 Jan 2010 22:41:33 +0100 + +ooolib-python (0.0.16-1) unstable; urgency=low + + * New upstream release + - fixes handling of "" in formulas (closes: #492582) + + -- Rene Engelhard Sun, 03 Aug 2008 15:26:43 +0200 + +ooolib-python (0.0.13-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard Fri, 06 Jun 2008 09:55:17 +0200 + +ooolib-python (0.0.11-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard Fri, 19 Oct 2007 16:11:40 +0200 + +ooolib-python (0.0.9-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard Wed, 04 Jul 2007 19:11:21 +0200 + +ooolib-python (0.0.8-3) unstable; urgency=low + + * another typo (closes: #419977) + + -- Rene Engelhard Thu, 19 Apr 2007 17:46:32 +0200 + +ooolib-python (0.0.8-2) unstable; urgency=low + + * fix typo in package description (closes: #418512) + + -- Rene Engelhard Wed, 11 Apr 2007 16:37:09 +0200 + +ooolib-python (0.0.8-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard Wed, 21 Feb 2007 10:47:47 +0100 + --- ooolib-python-0.0.17.orig/debian/rules +++ ooolib-python-0.0.17/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -rf build + rm -rf ooolib/__init__.pyc + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + for i in `pyversions -rs`; do \ + $$i ./setup.py install --prefix=debian/python-ooolib/usr \ + --install-layout=deb; \ + done + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples examples/*ex*.py + dh_python2 + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- ooolib-python-0.0.17.orig/debian/control +++ ooolib-python-0.0.17/debian/control @@ -0,0 +1,21 @@ +Source: ooolib-python +Section: python +Priority: optional +Maintainer: Debian LibreOffice Team +Uploaders: Rene Engelhard , Chris Halls +Build-Depends: debhelper (>= 5), python-all, python (>= 2.6.6-3+squeeze4) +Standards-Version: 3.7.2 +XS-Python-Version: >= 2.4 + +Package: python-ooolib +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: Python module for creating OpenDocument documents (sp.sheet/text) + ooolib is a python module to be used to create simple OpenDocument + spreadsheet and text documents. + . + In contrast to libooolib-perl this supports ODT but *not* the + old format. + --- ooolib-python-0.0.17.orig/debian/copyright +++ ooolib-python-0.0.17/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Rene Engelhard on +Sat, 27 Jan 2007 22:49:26 +0100. + +It was downloaded from http://ooolib.sf.net + +Upstream Author: Joseph Colton + +Copyright: Copyright (C) 2006 Joseph Colton + +License: + +GNU LGPL; on Debian systems you can find the full text of the LGPL +in /usr/share/common-licenses/LGPL + +The Debian packaging is (C) 2007, Rene Engelhard and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- ooolib-python-0.0.17.orig/debian/pycompat +++ ooolib-python-0.0.17/debian/pycompat @@ -0,0 +1 @@ +2 --- ooolib-python-0.0.17.orig/debian/watch +++ ooolib-python-0.0.17/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ooolib/ooolib-python-(.+)\.tar\.gz --- ooolib-python-0.0.17.orig/debian/compat +++ ooolib-python-0.0.17/debian/compat @@ -0,0 +1 @@ +5 --- ooolib-python-0.0.17.orig/debian/docs +++ ooolib-python-0.0.17/debian/docs @@ -0,0 +1 @@ +README