--- python-thrift-0.8.0+repack1.orig/debian/changelog +++ python-thrift-0.8.0+repack1/debian/changelog @@ -0,0 +1,13 @@ +python-thrift (0.8.0+repack1-0ppa2) precise; urgency=low + + * Launchpad sbuild doesn't like the python-all-dev | python-support, so just + always depend on python-support. + + -- William Grant Tue, 24 Jan 2012 18:51:21 +1100 + +python-thrift (0.8.0+repack1-0ppa1) precise; urgency=low + + * Initial release. + * Tarball created from lib/py in the full thrift tarball. + + -- William Grant Tue, 24 Jan 2012 17:32:12 +1100 --- python-thrift-0.8.0+repack1.orig/debian/control +++ python-thrift-0.8.0+repack1/debian/control @@ -0,0 +1,14 @@ +Source: python-thrift +Maintainer: William Grant +Section: python +Priority: optional +Build-Depends: python-all-dev, python-support, debhelper (>= 7) +Standards-Version: 3.9.2 +XS-Python-Version: all + +Package: python-thrift +Architecture: any +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Breaks: ${python:Breaks} +Description: Python bindings for the Apache Thrift RPC system + --- python-thrift-0.8.0+repack1.orig/debian/compat +++ python-thrift-0.8.0+repack1/debian/compat @@ -0,0 +1 @@ +7 --- python-thrift-0.8.0+repack1.orig/debian/rules +++ python-thrift-0.8.0+repack1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") + +%: + dh ${WITH_PYTHON2} $@ --- python-thrift-0.8.0+repack1.orig/debian/source/format +++ python-thrift-0.8.0+repack1/debian/source/format @@ -0,0 +1 @@ +1.0