diff -u pytagsfs-0.9.2/debian/control pytagsfs-0.9.2/debian/control --- pytagsfs-0.9.2/debian/control +++ pytagsfs-0.9.2/debian/control @@ -1,7 +1,8 @@ Source: pytagsfs Section: utils Priority: optional -Maintainer: Ritesh Raj Sarraf +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ritesh Raj Sarraf Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 5.0.38), quilt, python-all (>= 2.5) Build-Depends-Indep: python-support, python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2), python-mutagen, madplay, vorbis-tools, flac, python-pexpect, python-inotifyx, python-gamin diff -u pytagsfs-0.9.2/debian/rules pytagsfs-0.9.2/debian/rules --- pytagsfs-0.9.2/debian/rules +++ pytagsfs-0.9.2/debian/rules @@ -46,7 +46,8 @@ dh_testdir dh_testroot dh_installdirs - python$* setup.py install --root=$(CURDIR)/debian/pytagsfs + python$* setup.py install --root=$(CURDIR)/debian/pytagsfs \ + --prefix=/usr # Build architecture-independent files here. binary-indep: build install diff -u pytagsfs-0.9.2/debian/changelog pytagsfs-0.9.2/debian/changelog --- pytagsfs-0.9.2/debian/changelog +++ pytagsfs-0.9.2/debian/changelog @@ -1,3 +1,10 @@ +pytagsfs (0.9.2-1ubuntu1) lucid; urgency=low + + * Merge from debian testing, Ubuntu remaining changes: + - Append --prefix to setup.py install to fix FTBFS with Python 2.6. + + -- Leo Iannacone Fri, 12 Feb 2010 20:16:09 +0100 + pytagsfs (0.9.2-1) unstable; urgency=low * New Upstream Release @@ -10,6 +17,12 @@ (Add multiple build deps for the testcases) -- Ritesh Raj Sarraf Mon, 18 Jan 2010 17:34:18 +0530 +pytagsfs (0.9.1-1ubuntu1) lucid; urgency=low + + * Merge from debian testing (LP: #493164), Ubuntu remaining changes: + - Append --prefix to setup.py install to fix FTBFS with Python 2.6. + + -- Alessio Treglia Mon, 07 Dec 2009 17:50:23 +0100 pytagsfs (0.9.1-1) unstable; urgency=low @@ -26,6 +39,13 @@ -- Ritesh Raj Sarraf Fri, 30 Oct 2009 15:42:10 +0530 +pytagsfs (0.9.0-2ubuntu1) karmic; urgency=low + + * Append --install-layout=deb to setup.py install arguments list to prevent + FTBFS with Python 2.6. + + -- Alessio Treglia Wed, 27 May 2009 08:52:02 +0200 + pytagsfs (0.9.0-2) unstable; urgency=low * Take maintenance from Y Giridhar Appaji Nag