On Feb 10, 2008 9:37 AM, Piotr Ożarowski <[EMAIL PROTECTED]> wrote: > [Mauro Lizaur, 2008-02-09 11:43] > > - dget > > http://mentors.debian.net/debian/pool/main/p/python-twitter/python-twitter_0.5-1.dsc > > * it should be "Architecture: all" package, not "any" > + build your package in binary-indep > + remove dh_makeshlibs, dh_shlibdeps (BTW: you've missed dh_strip) from rules > + you can remove all build rule content (leave it empty) > + move as many packages as you can from Build-Depends to Build-Depends-Indep > * FTBFS ("dh_install: python-twitter missing files (debian/tmp/*), aborting") > * bump python-support required version to >= 0.6.4 or make sure (in > debian/rules) that .egg directory has the right name > * remove hashbang from twitter.py (via patch or using sed in debian/rules) > * "s/python/Python" in long desc. > * remove "(s)" from "Upstream Author(s)" in debian/copyright (there's > only one author listed there) > * add "dh_compress -X.py" in binary-indep rule > * consider installing scripts from examples directory in /usr/bin/ > (without ".py" in file name) > * use `lintian -i python-twitter_*.changes` before sending RFS mail > > -- > http://people.debian.org/~piotr/sponsor.txt
Thanks Piotr for the advices, i'll check this things and will reuplopad it. Regards, Mauro