[Python-modules-commits] r4651 - in packages/python-osd/trunk (7 files)
mlizaur-guest at users.alioth.debian.org
mlizaur-guest at users.alioth.debian.org
Wed Feb 27 02:23:03 UTC 2008
Date: Wednesday, February 27, 2008 @ 02:23:01
Author: mlizaur-guest
Revision: 4651
[svn-inject] Applying Debian modifications to trunk
Added:
packages/python-osd/trunk/debian/
packages/python-osd/trunk/debian/changelog
packages/python-osd/trunk/debian/compat
packages/python-osd/trunk/debian/control
packages/python-osd/trunk/debian/copyright
packages/python-osd/trunk/debian/install
packages/python-osd/trunk/debian/rules
Property changes on: packages/python-osd/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/python-osd/trunk/debian/changelog
===================================================================
--- packages/python-osd/trunk/debian/changelog (rev 0)
+++ packages/python-osd/trunk/debian/changelog 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1,101 @@
+python-osd (0.2.14-3) unstable; urgency=low
+
+ * Added to DPMT.
+
+ -- Mauro Lizaur <lavaramano at gmail.com> 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 <lavaramano at gmail.com> 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 <lavaramano at gmail.com> 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 <madcoder at debian.org> 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 <madcoder at debian.org> 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 <tv at debian.org> 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 <he at debian.org> 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 <tv at debian.org> 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 <doko at debian.org> 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 <tv at debian.org> 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 <tv at debian.org> Sun, 21 Jul 2002 18:16:50 +0300
+
Added: packages/python-osd/trunk/debian/compat
===================================================================
--- packages/python-osd/trunk/debian/compat (rev 0)
+++ packages/python-osd/trunk/debian/compat 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1 @@
+5
Added: packages/python-osd/trunk/debian/control
===================================================================
--- packages/python-osd/trunk/debian/control (rev 0)
+++ packages/python-osd/trunk/debian/control 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1,25 @@
+Source: python-osd
+Section: python
+Priority: optional
+Maintainer: Mauro Lizaur <lavaramano at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+XS-Python-Version: all
+Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11), libxosd-dev (>= 2.2.6), python-support (>= 0.5.3)
+Standards-Version: 3.7.3
+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-osd
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, python-simplejson
+Provides: ${python:Provides}
+Suggests: python-twisted
+Conflicts: python2.3-osd (<< 0.2.14-1), python2.4-osd (<< 0.2.14-1)
+Replaces: python2.3-osd (<< 0.2.14-1), python2.4-osd (<< 0.2.14-1)
+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.
Added: packages/python-osd/trunk/debian/copyright
===================================================================
--- packages/python-osd/trunk/debian/copyright (rev 0)
+++ packages/python-osd/trunk/debian/copyright 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1,22 @@
+This package was debianized by Tommi Virtanen tv at 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 <resolve at repose.cx>
+
+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 <resolve at repose.cx>.
+
+ 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'.
Added: packages/python-osd/trunk/debian/install
===================================================================
--- packages/python-osd/trunk/debian/install (rev 0)
+++ packages/python-osd/trunk/debian/install 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1 @@
+debian/tmp/*
Added: packages/python-osd/trunk/debian/rules
===================================================================
--- packages/python-osd/trunk/debian/rules (rev 0)
+++ packages/python-osd/trunk/debian/rules 2008-02-27 02:23:01 UTC (rev 4651)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+PYVERS=$(shell pyversions -r)
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ set -e; \
+ for python in $(PYVERS); do \
+ $$python setup.py build; \
+ done
+ touch $@
+
+clean:
+ dh_testdir
+ for python in $(PYVERS); do \
+ $$python setup.py clean; \
+ done
+ rm -rf build-stamp build
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ set -e; \
+ for python in $(PYVERS); do \
+ $$python setup.py install --root=debian/tmp; \
+ done
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_install --list-missing
+ dh_installdocs
+ dh_installexamples
+ dh_installchangelogs
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_pysupport
+ dh_installdeb
+ dh_shlibdeps -l`pwd`/debian/tmp/usr/lib/
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: packages/python-osd/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Python-modules-commits
mailing list