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 barry
Recipients alberanid, anadelonbrin, astraw, barry, dairiki, ebfe, eric.araujo, jafo, kbk, leonidasxiv, loewis, rockstar, tarek
Date 2010-04-29.12:12:39
SpamBayes Score 0.020897016
Marked as misclassified No
Message-id <1272543161.34.0.656500796088.issue1054967@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Andrew,

Yes, I've played with sdist_dsc, and it's nice in that it takes a non-Debianized source tree and turns it into a source package that can be uploaded.  What I'm looking for is something that can take a non-Debianized source tree and turn it into a native package, essentially by pre-filling a debian/ directory like dh_make does, but including additional metadata available in the setup.py.

I've started taking a crack at this:

https://launchpad.net/setupdebian
History
Date User Action Args
2010-04-29 12:12:41barrysetrecipients: + barry, loewis, kbk, jafo, anadelonbrin, astraw, dairiki, alberanid, leonidasxiv, tarek, eric.araujo, rockstar, ebfe
2010-04-29 12:12:41barrysetmessageid: <1272543161.34.0.656500796088.issue1054967@psf.upfronthosting.co.za>
2010-04-29 12:12:39barrylinkissue1054967 messages
2010-04-29 12:12:39barrycreate