--- python-osd-0.2.14.orig/debian/compat +++ python-osd-0.2.14/debian/compat @@ -0,0 +1 @@ +7 --- python-osd-0.2.14.orig/debian/watch +++ python-osd-0.2.14/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://ichi2.net/pyosd/pyosd-(.*)\.tar\.gz --- python-osd-0.2.14.orig/debian/install +++ python-osd-0.2.14/debian/install @@ -0,0 +1 @@ +debian/python-pyosd/* --- python-osd-0.2.14.orig/debian/python-osd.debhelper.log +++ python-osd-0.2.14/debian/python-osd.debhelper.log @@ -0,0 +1 @@ +dh_auto_clean --- python-osd-0.2.14.orig/debian/rules +++ python-osd-0.2.14/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f +PYVERS=$(shell pyversions -r) +p=debian/python-pyosd + +#-l$(CURDIR)/$p/usr/lib/ + +build: build-stamp +build-stamp: + dh_testdir + python setup.py build + touch $@ + +clean: + dh_testdir + dh_clean + dh_auto_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + python setup.py install --root=$(p) + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_pysupport + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- python-osd-0.2.14.orig/debian/changelog +++ python-osd-0.2.14/debian/changelog @@ -0,0 +1,134 @@ +python-osd (0.2.14-5build2) natty; urgency=low + + * Rebuild with python 2.7 as the python default. + + -- Matthias Klose Wed, 08 Dec 2010 13:08:29 +0000 + +python-osd (0.2.14-5build1) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:11:36 +0000 + +python-osd (0.2.14-5) unstable; urgency=low + + * Rename of the binary package from "python-osd" to "python-pyosd" + which is the actual name of the Python module. + * Changed the maintainer's e-mail address. + * Standards-Version bumped to 3.8.1 + * debhelper compat bumped to 7 + + -- Mauro Lizaur Thu, 04 Jun 2009 16:42:12 -0300 + +python-osd (0.2.14-4) unstable; urgency=medium + + * Fixed missing dependencies on libxosd2 using + ${shlibs:Depends} to solve this. (closes: #497768) + * Removed unnecessary dependency on python-simplejson + * Added debian/watch file + * $PWD replaced by $(CURDIR) to avoid a possible FTBFS on debian/rules + * Replaced 'python' to 'Python' on the small desc of debian/control + * Updated Standard-Version to 3.8.0 + + -- Mauro Lizaur Tue, 23 Sep 2008 03:47:12 -0300 + +python-osd (0.2.14-3) unstable; urgency=low + + * Added to DPMT. + + -- Mauro Lizaur Wed, 27 Feb 2008 00:03:40 -0300 + +python-osd (0.2.14-2) unstable; urgency=high + + * Fixed arch dependent binary (closes: #461601) + + -- Mauro Lizaur Sun, 20 Jan 2008 17:57:16 -0300 + +python-osd (0.2.14-1) unstable; urgency=low + + * New Upstream version 0.2.14 + * New maintainer (closes: #440782) + * python-twisted is now suggested (closes: #431172) + * Updated python-support in debian/control + * Standards-Version updated to 3.7.3 + * URL changed in debian/copyright + * added debian/compat and removed the variable DH_COMPAT from + debian/rules + * Upstream now supports non-western characters in cases where + it wouldn't work before, bugfixes battery module and a cleaner + fail is provided in case the font is unavailable. + + -- Mauro Lizaur Thu, 10 Jan 2008 22:49:14 -0300 + +python-osd (0.2.12-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Move dh_installdeb *after* dh_pysupport (Closes: #382769), + thanks to Jeremie Corbier. + + -- Pierre Habouzit Sun, 13 Aug 2006 13:05:25 +0200 + +python-osd (0.2.12-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the new python policy (Closes: #373332). + * Add missing depends on python-twisted (Closes: #320167). + + -- Pierre Habouzit Fri, 30 Jun 2006 01:45:42 +0200 + +python-osd (0.2.12-1) unstable; urgency=low + + * New upstream release. Closes: #290724. + * Thanks for the NMU. Closes: #240549, #248774. + * Bump the standards version to 3.6.1. + * Dropping python 2.1 and 2.2, adding 2.4. Closes: #266435. + * Set section to python to make linda happy. + + -- Tommi Virtanen Fri, 28 Jan 2005 02:06:39 +0200 + +python-osd (0.2.6-1.1) unstable; urgency=low + + * NMU. + * debian/control: We can't recommend twisted for the 2.1 package, as twisted + upstream stopped supporting Python 2.1 (which led to the removal of the + Debian package) (Closes: #240549) + * debian/rules: Remove setgid bits from the build dir. Report and Patch + from Matt Kraai, thanks! (#248774) + + -- Marc 'HE' Brockschmidt Fri, 9 Jul 2004 10:27:02 +0200 + +python-osd (0.2.6-1) unstable; urgency=low + + * Use python2.3 by default. + * Fix typo in python2.1-osd description. + * Thanks for the NMU. + + -- Tommi Virtanen Sat, 9 Aug 2003 15:04:39 +0300 + +python-osd (0.2.6-0.1) unstable; urgency=low + + * NMU. + * New upstream version. + * Fixes build error (closes: #191522). + * Tighten build dependency on libxosd-dev. + + -- Matthias Klose Sat, 10 May 2003 14:04:09 +0200 + +python-osd (0.2.5-1) unstable; urgency=low + + * New upstream release. Includes rewritten daemon.py (Closes: #154810). + * Build-depend on libxosd-dev >=1.0.4-1. + * Use python2.2 by default. + * Support python2.3 (remember to add back the Recommends on + python2.3-twisted as soon as that is available). + * Bump policy to 3.5.7. + + -- Tommi Virtanen Sun, 22 Sep 2002 14:54:15 +0300 + +python-osd (0.2.4-1) unstable; urgency=low + + * Initial Release. + * Temporarily disabled xosd_set_max_lines() and xosd_error + usage in _pyosd.c, upstream xosd doesn't support them yet. + + -- Tommi Virtanen Sun, 21 Jul 2002 18:16:50 +0300 --- python-osd-0.2.14.orig/debian/python-pyosd.debhelper.log +++ python-osd-0.2.14/debian/python-pyosd.debhelper.log @@ -0,0 +1 @@ +dh_auto_clean --- python-osd-0.2.14.orig/debian/copyright +++ python-osd-0.2.14/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Tommi Virtanen tv@debian.org on +Sun, 21 Jul 2002 16:33:16 +0300. + +It was originally downloaded from http://ichi2.net/pyosd/pyosd-0.2.14.tar.gz + +Upstream Authors: Damien Elmes + +Copyright: + + $Id: _pyosd.c,v 1.1.1.1 2002/06/01 13:43:13 resolve Exp $ + + pyosd - a wrapper of libxosd which allows the displaying of "on screen display" + messages. + + Started 7/12/01. + Copyright (C) 2001, Damien Elmes . + + This file is licensed under the GPL. Please see the file COPYING + for more details. + +On Debian Linux systems, the complete text of the GNU General Public +License can be found in '/usr/share/common-licenses/GPL'. --- python-osd-0.2.14.orig/debian/control +++ python-osd-0.2.14/debian/control @@ -0,0 +1,34 @@ +Source: python-osd +Section: python +Priority: optional +Maintainer: Mauro Lizaur +Uploaders: Debian Python Modules Team +XS-Python-Version: all +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), libxosd-dev (>= 2.2.6), python-support (>= 0.5.3) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-osd/trunk +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-osd/trunk/?op=log + +Package: python-pyosd +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${shlibs:Depends} +Provides: ${python:Provides} +Suggests: python-twisted +Conflicts: python-osd (<< 0.2.14-4) +Replaces: python-osd (<< 0.2.14-4) +Description: Python bindings for X On-Screen Display library + PyOSD is a Python module for displaying text on your X display, much + like the "On Screen Displays" used on TVs and some monitors. + . + It can be used by anything that needs your attention, such as showing + the song currently playing in a Python-based MP3 player. + +Package: python-osd +Architecture: all +Depends: python-pyosd +Description: Transitional dummy package + This is a dummy package to ease transition from previous + versions of python-osd. + . + It can be safely removed from your system.