2011/8/22 Piotr Ożarowski <pi...@debian.org>
> [Shell Xu, 2011-08-22] > > Thank you for help. I don't know too much about DPMT, and I'll reading > > it doc after back home. > > DPMT is Debian Python Modules Team, consider joining it¹ > > > Would you tell me where can I find it's repo? > > `svn co svn://svn.debian.org/python-modules/packages/formalchemy/trunk` > > > Or how can I contact with Carl? I checked wnpp list and it seems in > > RFP status, and upstream repo don't have debian directory, so I sent > > ITP. > > Carl Chenet <cha...@ohmytux.com> > > > I download packages from pypi, and it works fine for my company. I'm > > sorry but I don't find it in google, would you tell me what is paster > > templates? > > FormAlchemy (as way too many other Python modules) adds data files > (images, templates, locales, etc.) to site-packages directory, we try to > move them to the right location whenever possible, that's why I modified > python-pastescript package to look for templates also in > /usr/share/paster_templates directory. FormAlchemy provides pylons_fa > template that can be used with paster (there's a patch that moves > locales outside site-packages in the repo, BTW). > > > PS A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > :-P > > [¹] http://deb.li/jpt > -- > Piotr Ożarowski Debian GNU/Linux Developer > www.ozarowski.pl www.griffith.cc www.debian.org > GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645 > > > -- > To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > Archive: http://lists.debian.org/20110822104327.go16...@piotro.eu > > I checked datafile of formalchemy today. Most of them are used by python script in same directory. If I seperate them out from the source tree, I need to patch a lots of scripts. Should I move all datafiles and patch all scripts if needed in this situation?