debian/0000775000000000000000000000000011731705524007175 5ustar debian/copyright0000664000000000000000000000632611403653022011126 0ustar This work was packaged for Debian by: Örjan Persson on Thu, 27 May 2010 20:39:52 +0200 It was downloaded from http://pypi.python.org/pypi/setproctitle/ Upstream Author(s): Daniele Varrazzo Copyright: Copyright (C) 2009 Daniele Varrazzo License: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is: Copyright (C) 2010 Örjan Persson and is licensed under the BSD License. The files ./src/spt_config.h and ./src/spt_status.{c,h} are based on code from PostgreSQL: Copyright (c) 2000-2009, PostgreSQL Global Development Group Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California and are licensed under the PostgreSQL License: Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. The file ./src/strlcpy.c is based on code from PostgreSQL, but originates from OpenBSD: Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group Copyright (c) 1998 Todd C. Miller and the PostgreSQL portions are licensed under the PostgreSQL License, see above for license details, and where the OpenBSD parts are licensed under the BSD License, see `/usr/share/common-licenses/BSD'. debian/watch0000664000000000000000000000013311403653022010212 0ustar version=3 http://pypi.python.org/packages/source/s/setproctitle/setproctitle-(.*)\.tar\.gz debian/docs0000664000000000000000000000000711403653022010034 0ustar README debian/changelog0000664000000000000000000000172211731705513011047 0ustar python-setproctitle (1.0.1-1ubuntu1) precise; urgency=low * debian/{rules,control}: Transition to dh python2. -- Dave Walker (Daviey) Mon, 19 Mar 2012 19:38:21 +0000 python-setproctitle (1.0.1-1build1) natty; urgency=low * Rebuild to add support for python 2.7. -- Matthias Klose Fri, 03 Dec 2010 00:12:24 +0000 python-setproctitle (1.0.1-1) unstable; urgency=low * New upstream version. * Added missing dependency for python, thanks to Sven Joachim for reporting this (Closes: #584078). * Fixed problem when building package more than once, thanks to Jakub Wilk for reporting this (Closes: #583887). * Disabled tests for kfreebsd until setproctitle is fixed in libbsd. -- Örjan Persson Mon, 31 May 2010 20:58:30 +0200 python-setproctitle (1.0-1) unstable; urgency=low * Initial release (Closes: #583506). -- Örjan Persson Thu, 27 May 2010 20:39:52 +0200 debian/python-setproctitle.install0000664000000000000000000000002311403653022014607 0ustar debian/tmp/usr/lib debian/control0000664000000000000000000000242111731705520010573 0ustar Source: python-setproctitle Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Örjan Persson Uploaders: Andreas Schuldei Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~), gcc (>= 4), python-nose, procps Standards-Version: 3.8.4 Homepage: http://code.google.com/p/py-setproctitle/ Package: python-setproctitle Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: A setproctitle implementation for Python The library allows a process to change its title (as displayed by system tools such as ps and top). . Changing the title is mostly useful in multi-process systems, for example when a master process is forked: changing the children's title allows to identify the task each process is busy with. The technique is used by PostgreSQL and the OpenSSH Server for example. Package: python-setproctitle-dbg Section: debug Architecture: any Depends: ${misc:Depends}, python-setproctitle (= ${binary:Version}) Description: A setproctitle implementation for Python The library allows a process to change its title (as displayed by system tools such as ps and top). . This is the debugging symbols for setproctitle. debian/rules0000775000000000000000000000145711731704730010262 0ustar #!/usr/bin/make -f PYVERSIONS := $(shell pyversions -sv) %: dh $@ --with python2 override_dh_auto_clean: $(PYVERSIONS:%=clean-%-stamp) dh_auto_clean clean-%-stamp: rm -rf build/test-$* override_dh_installchangelogs: dh_installchangelogs HISTORY override_dh_strip: dh_strip --dbg-package=python-setproctitle-dbg override_dh_auto_test: $(PYVERSIONS:%=test-%-stamp) test-%-stamp: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) rm -rf build/test-$* mkdir build/test-$* python$* setup.py install_lib -d build/test-$* ifeq (,$(findstring kfreebsd,$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS))) PYTHONPATH=build/test-$* python$* /usr/bin/nosetests -v tests endif touch test-python-$*-stamp endif .PHONY: override_dh_auto_clean override_dh_installchangelogs override_dh_strip override_dh_auto_test debian/source/0000775000000000000000000000000011403653022010464 5ustar debian/source/format0000664000000000000000000000001411403653146011701 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211403653022010362 0ustar 7