diff -u elisa-0.5.28/debian/control elisa-0.5.28/debian/control --- elisa-0.5.28/debian/control +++ elisa-0.5.28/debian/control @@ -1,5 +1,6 @@ Source: elisa -Maintainer: Maintainers of GStreamer packages +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Maintainers of GStreamer packages Uploaders: Loic Minier , Arnaud Quette , Philippe Normand , diff -u elisa-0.5.28/debian/changelog elisa-0.5.28/debian/changelog --- elisa-0.5.28/debian/changelog +++ elisa-0.5.28/debian/changelog @@ -1,3 +1,11 @@ +elisa (0.5.28-1ubuntu1) jaunty; urgency=low + + * Transition to python 2.6, debian/rules: + - Pass "-setup-layout=deb" to setup.py + - Change site-packages to *-packages + + -- Andrew Starr-Bochicchio Tue, 03 Mar 2009 23:58:52 -0500 + elisa (0.5.28-1) experimental; urgency=low * New upstream release. diff -u elisa-0.5.28/debian/rules elisa-0.5.28/debian/rules --- elisa-0.5.28/debian/rules +++ elisa-0.5.28/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_PYTHON_SYSTEM := pycentral -DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed +DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --setup-layout=deb include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk @@ -12,9 +12,9 @@ # python-coherence is fresh enough in Debian #rm -vrf $(DEB_DESTDIR)/usr/lib/python*/site-packages/elisa/extern/coherence # not sure why these get installed nor why they shouldn't be kept - rm -vf $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/*.pth + rm -vf $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/*-packages/*.pth # upstream issue - touch $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/elisa/__init__.py + touch $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/*-packages/elisa/__init__.py # doesn't seem needed in Debian, should document how long to keep clean::