FTBFS: Found files in /usr/lib/python2.6/site-packages (must be in dist-packages for python2.6).

Bug #434130 reported by Andrew Starr-Bochicchio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mythnettv (Ubuntu)
Fix Released
Undecided
Andrew Starr-Bochicchio

Bug Description

Binary package hint: mythnettv

https://edge.launchpad.net/ubuntu/+archive/test-rebuild-20090909/+build/1225840

dh_pycentral -pmythnettv
pycentral: pycentral debhelper: missing XB-Python-Version attribute in package mythnettv
dh_strip -pmythnettv
dh_strip debug symbol extraction: all non-arch-all packages for this build platform i386:
dh_strip debug symbol extraction: packages to act on:
dh_strip debug symbol extraction: ignored packages:
dh_compress -pmythnettv
dh_fixperms -pmythnettv
dh_makeshlibs -pmythnettv
dh_installdeb -pmythnettv
dh_perl -pmythnettv
dh_shlibdeps -pmythnettv
dh_gencontrol -pmythnettv
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unused substitution variable ${python:Versions}
# symlink identical documentation to depending packages
[ -n "$CDBS_NO_DOC_SYMLINKING" ] || \
 [ -h debian/mythnettv/usr/share/doc ] || \
 [ ! -d debian/mythnettv/usr/share/doc ] || \
 for dep in `perl -ne 'if (/^(Pre-)?Depends:/) {s/^\w+://; foreach (split /,/) { split; print($_[0], "\n"); } }' debian/mythnettv/DEBIAN/control`; do \
     if [ -d debian/$dep/usr/share/doc ]; then \
                echo "Searching for duplicated docs in dependency $dep..."; \
                rootdir=`pwd`; \
                (cd debian/mythnettv/usr/share/doc/mythnettv; find -type f ! -name copyright | while read f; do \
                    thisfile="$rootdir/debian/mythnettv/usr/share/doc/mythnettv/$f"; \
                    depfile="$rootdir/debian/$dep/usr/share/doc/$dep/$f"; \
                    if [ -f $depfile -o -L $depfile ] && zcmp $thisfile $depfile >/dev/null; then \
                        echo " symlinking $f in mythnettv to file in $dep"; \
                        rm $thisfile; ln -s /usr/share/doc/$dep/$f $thisfile; \
                    fi; \
                done ); \
            fi; \
 done
# symlink identical Gnome help files within packages
if [ -z "$CDBS_NO_GNOME_HELP_SYMLINKING" ] && [ -d debian/mythnettv/usr/share/gnome/help ]; then \
            cd debian/mythnettv && LC_ALL=C fdupes -r1nq usr/share/gnome/help | while read s; do \
                set -- $(echo $s | tr ' ' '\n' | sort); \
                f=$1; shift; \
                for d; do \
                    echo "symlinking duplicate Gnome help file $d to $f"; \
                    rm $d; ln -s /$f $d; \
                done; \
            done; \
 fi
dh_link -p mythnettv
dh_md5sums -pmythnettv
dh_builddeb -pmythnettv
Found files in /usr/lib/python2.6/site-packages (must be in dist-packages for python2.6).
debian/mythnettv/usr/lib/python2.6/site-packages
debian/mythnettv/usr/lib/python2.6/site-packages/mythnettv-0.0.0.egg-info
dh_builddeb: dpkg-deb returned exit code 1
make: *** [binary-makedeb-IMPL/mythnettv] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave error exit status 2

Related branches

Changed in mythnettv (Ubuntu):
status: New → In Progress
assignee: nobody → Andrew Starr-Bochicchio (andrewsomething)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package mythnettv - 7+dfsg-0ubuntu2

---------------
mythnettv (7+dfsg-0ubuntu2) karmic; urgency=low

  * Fixes FTBFS (LP: #434130)
  * debian/control:
   - Add XB-Python-Version field.
   - Bump Standards-Version to 3.8.3

 -- Andrew Starr-Bochicchio <email address hidden> Mon, 21 Sep 2009 12:50:12 -0400

Changed in mythnettv (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.