--- python-osd-0.2.14.orig/debian/changelog +++ python-osd-0.2.14/debian/changelog @@ -0,0 +1,156 @@ +python-osd (0.2.14-6.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Santiago Vila ] + * Add build-{arch,indep} targets. (Closes: #822019) + + -- James Cowgill Thu, 15 Mar 2018 17:08:13 +0000 + +python-osd (0.2.14-6) unstable; urgency=medium + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + [ Javi Merino ] + * Team upload + * Acknowledge NMU + * Convert to dh_python2 + * Add misc:Depends to python-pyosd + + -- Javi Merino Thu, 28 Aug 2014 20:22:35 -0700 + +python-osd (0.2.14-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "binary-indep doesn't build python-osd": + update binary-indep and binary-arch targets in debian/rules. + (Closes: #650788) + + -- gregor herrmann Tue, 24 Jan 2012 19:02:00 +0100 + +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 + * debian/control + - switch Vcs-Browser field to viewsvn + (Thanks to Sandro Tosi) + + -- 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/compat +++ python-osd-0.2.14/debian/compat @@ -0,0 +1 @@ +7 --- python-osd-0.2.14.orig/debian/control +++ python-osd-0.2.14/debian/control @@ -0,0 +1,33 @@ +Source: python-osd +Section: python +Priority: optional +Maintainer: Mauro Lizaur +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7), python-all-dev, libxosd-dev (>= 2.2.6), dh-python +Standards-Version: 3.8.1 +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-osd/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-osd/trunk/ + +Package: python-pyosd +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc: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. --- 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/install +++ python-osd-0.2.14/debian/install @@ -0,0 +1 @@ +debian/python-pyosd/* --- python-osd-0.2.14.orig/debian/rules +++ python-osd-0.2.14/debian/rules @@ -0,0 +1,58 @@ +#!/usr/bin/make -f +PYVERS=$(shell pyversions -r) +p=debian/python-pyosd + +#-l$(CURDIR)/$p/usr/lib/ + +build-arch: build +build-indep: build +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 + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i + dh_installdocs -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installexamples -a + dh_installchangelogs ChangeLog -a + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_python2 -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install --- python-osd-0.2.14.orig/debian/source/format +++ python-osd-0.2.14/debian/source/format @@ -0,0 +1 @@ +1.0 --- 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