--- python-tcpwrap-0.2.orig/debian/control +++ python-tcpwrap-0.2/debian/control @@ -0,0 +1,19 @@ +Source: python-tcpwrap +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Brian Sutherland +Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libwrap0-dev, python-central (>= 0.5) +XS-Python-Version: all +Standards-Version: 3.6.1 + +Package: python-tcpwrap +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Conflicts: python2.3-tcpwrap, python2.4-tcpwrap +Replaces: python2.3-tcpwrap, python2.4-tcpwrap +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: python interface for libwrap0 (TCP wrappers) + libwrap0 is a library for TCP wrappers so that programs can support TCP + wrappers natively. This package provides a Python interface for libwrap0. --- python-tcpwrap-0.2.orig/debian/compat +++ python-tcpwrap-0.2/debian/compat @@ -0,0 +1 @@ +4 --- python-tcpwrap-0.2.orig/debian/dirs +++ python-tcpwrap-0.2/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- python-tcpwrap-0.2.orig/debian/rules +++ python-tcpwrap-0.2/debian/rules @@ -0,0 +1,75 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/python/python.mk + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PYVERS := $(shell pyversions -vr debian/control) + +build: build-arch + +build-arch: build-arch-stamp +build-arch-stamp: + dh_testdir + set -e; \ + for v in $(PYVERS); do \ + /usr/bin/python$$v setup.py build; \ + done + touch build-arch-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp + rm -rf build + dh_clean + +install-indep: + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + +install-arch: build-arch + dh_testdir + dh_testroot + dh_clean -k -s + dh_installdirs -s + set -e; \ + for v in $(PYVERS); do \ + /usr/bin/python$$v setup.py install \ + --root=debian/python-tcpwrap $(py_setup_install_args); \ + done + +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_pycentral + dh_python + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-indep binary-arch + +.PHONY: build build-arch clean install-indep install-arch +.PHONY: binary-common binary-indep binary-arch binary --- python-tcpwrap-0.2.orig/debian/changelog +++ python-tcpwrap-0.2/debian/changelog @@ -0,0 +1,53 @@ +python-tcpwrap (0.2-2.1ubuntu3) jaunty; urgency=low + + * Use --root instead of --prefix for setup.py install. + + -- Matthias Klose Thu, 19 Mar 2009 12:41:30 +0100 + +python-tcpwrap (0.2-2.1ubuntu2) jaunty; urgency=low + + * No-change rebuild to fix lpia shared library dependencies. + + -- Colin Watson Thu, 19 Mar 2009 00:35:22 +0000 + +python-tcpwrap (0.2-2.1ubuntu1) jaunty; urgency=low + + * Add py_setup_install_args to setup.py install options to build with Python 2.6. + + -- Alessio Treglia Sat, 14 Mar 2009 09:15:06 +0100 + +python-tcpwrap (0.2-2.1build1) edgy; urgency=low + + * Rebuild to add support for python2.5. + + -- Matthias Klose Fri, 8 Sep 2006 18:27:41 +0000 + +python-tcpwrap (0.2-2.1) unstable; urgency=low + + * Convert to updated Python policy. Closes: #373359. + + -- Matthias Klose Tue, 11 Jul 2006 08:40:30 +0000 + +python-tcpwrap (0.2-2) unstable; urgency=low + + * Remove cruft from debian rules and get it to work building multiple + binary packages. + * Move to providing versioned python packages with a dummy package that + depends on the one for the default python version. + * Conform package descriptions more to lintian standards. + + -- Brian Sutherland Tue, 11 Jan 2005 14:21:45 +0100 + +python-tcpwrap (0.2-1) unstable; urgency=low + + * New upstream release + * Close ITP bug (closes: #274391) + + -- Brian Sutherland Wed, 29 Sep 2004 10:56:04 +0200 + +python-tcpwrap (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Brian Sutherland Mon, 27 Sep 2004 22:47:52 +0200 + --- python-tcpwrap-0.2.orig/debian/copyright +++ python-tcpwrap-0.2/debian/copyright @@ -0,0 +1,17 @@ +Maintainers, past and present: +------------------------------ +This package was debianized by Brian Sutherland on +Mon, 27 Sep 2004 22:47:52 +0200. + +Source: +------- +It was downloaded from http://ples.sourceforge.net/index.cgi?PyTCPWrap + +Upstream Author: +---------------- +Eugene Coetzee + +Copyright: +---------- +This software is licensed under the GNU Lesser Public License, which +should be available in /usr/share/common-licenses/LGPL --- python-tcpwrap-0.2.orig/debian/docs +++ python-tcpwrap-0.2/debian/docs @@ -0,0 +1 @@ +README