This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Alexander.Dutton, alexis, eric.araujo, tarek
Date 2011-09-05.15:51:42
SpamBayes Score 1.482724e-07
Marked as misclassified No
Message-id <1315237903.39.0.632485476086.issue12885@psf.upfronthosting.co.za>
In-reply-to
Content
> I've come across it as I'm creating a Debian package of the Python
> package in the same tree

I think a lot of people are doing this.

> The broken symlinks are relative and in debian/tmp, and will point to
> locations provided by other Debian packages once my package is
> installed in the right location.

It’s too bad that filelist goes into the debian subdirectory :(  The Ubuntu-originated python-distutils-extra project had a similar problem and they switched from FileList.findall to os.walk to avoid it.

What happens if you ignore the debian dir in MANIFEST.in?
History
Date User Action Args
2011-09-05 15:51:43eric.araujosetrecipients: + eric.araujo, tarek, alexis, Alexander.Dutton
2011-09-05 15:51:43eric.araujosetmessageid: <1315237903.39.0.632485476086.issue12885@psf.upfronthosting.co.za>
2011-09-05 15:51:42eric.araujolinkissue12885 messages
2011-09-05 15:51:42eric.araujocreate