diff -u circuits-1.1.1/debian/control circuits-1.1.1/debian/control --- circuits-1.1.1/debian/control +++ circuits-1.1.1/debian/control @@ -1,7 +1,8 @@ Source: circuits Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Sandro Tosi Build-Depends: debhelper (>= 7), python, python-setuptools Build-Depends-Indep: python-support, snakefood, ghostscript, graphviz, python-nose, python-pyinotify, python-pygame, python-epydoc diff -u circuits-1.1.1/debian/changelog circuits-1.1.1/debian/changelog --- circuits-1.1.1/debian/changelog +++ circuits-1.1.1/debian/changelog @@ -1,3 +1,9 @@ +circuits (1.1.1-1ubuntu1) karmic; urgency=low + + * debian/rules: added --prefix argument to setup.py (LP: #376993) + + -- Andrea Gasparini Fri, 15 May 2009 18:01:35 +0200 + circuits (1.1.1-1) unstable; urgency=low * debian/control diff -u circuits-1.1.1/debian/rules circuits-1.1.1/debian/rules --- circuits-1.1.1/debian/rules +++ circuits-1.1.1/debian/rules @@ -36,7 +36,7 @@ dh_installdirs # Add here commands to install the package into debian/python-progressbar. - python setup.py install --root=$(CURDIR)/debian/python-circuits + python setup.py install --root=$(CURDIR)/debian/python-circuits --install-layout=deb # no test binaries wanted rm -rf $(CURDIR)/debian/python-circuits/usr/bin