diff -Nru synce-kpm-0.15/debian/changelog synce-kpm-0.15/debian/changelog --- synce-kpm-0.15/debian/changelog 2010-05-12 17:52:25.000000000 +0200 +++ synce-kpm-0.15/debian/changelog 2010-06-04 23:57:40.000000000 +0200 @@ -1,3 +1,9 @@ +synce-kpm (0.15-1ubuntu1) maverick; urgency=low + + * Fix FTBFS due to changed options since Python 2.6 (LP: #589908) + + -- Jean-Louis Dupond Fri, 04 Jun 2010 23:47:25 +0200 + synce-kpm (0.15-1) unstable; urgency=low * New upstream release. diff -Nru synce-kpm-0.15/debian/control synce-kpm-0.15/debian/control --- synce-kpm-0.15/debian/control 2010-05-12 17:52:25.000000000 +0200 +++ synce-kpm-0.15/debian/control 2010-06-05 00:02:27.000000000 +0200 @@ -1,5 +1,6 @@ Source: synce-kpm -Maintainer: Jonny Lamb +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jonny Lamb Section: python Priority: optional Build-Depends: debhelper (>= 5.0) diff -Nru synce-kpm-0.15/debian/rules synce-kpm-0.15/debian/rules --- synce-kpm-0.15/debian/rules 2010-05-12 17:52:25.000000000 +0200 +++ synce-kpm-0.15/debian/rules 2010-06-04 23:48:29.000000000 +0200 @@ -27,9 +27,10 @@ python setup.py install \ --root=$(CURDIR)/debian/synce-kpm \ --single-version-externally-managed \ + --install-layout=deb mkdir -p $(CURDIR)/debian/synce-kpm/usr/share/synceKPM - mv $(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/site-packages/synceKPM/data \ + mv $(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/dist-packages/synceKPM/data \ $(CURDIR)/debian/synce-kpm/usr/share/synceKPM binary-indep: build install