On Tue, 14 Jan 2003 13:14:23 -0500, [EMAIL PROTECTED] (Matej Cepl) wrote: > I have created my first Debian package of vimoutliner (see > http://www.troubleshooters.com/projects/vimoutliner/ for the > upstream homepage). There are no problems with lintian, but could > anybody take a look at it and help me to get it to the main > distribution, please? > > It is available at http://www.volny.cz/cepls/progs/. I didn't know you were not sponsored.
I looked at your package. I am an Emacs user, so I don't sponsor you, that's why I post this to the list. * Architecture: any You may mean "all" here; everything in the package is architecture independent. * /etc/vimoutliner.conf is in the package, is a symlink to /usr/share/vimoutliner/outlinerconf/vimoutliner.conf , and is not marked as a conffile. Are you really sure a user don't (and shouldn't) modify that file? * The command ol calls perl scripts via the -c option. I am not a perl guru, but I think you need Depends: perl . Some say it is unnecessary if your script works with only perl-base (which is essential). Quoting the Perl Policy: | Note that the perl-base package is intended only to provide for | exceptional circumstances and the contents may change. In general only | packages which form part of the base system should declare a dependency | on perl-base rather than perl. -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9C5B 159B C170 1F4A 40D6 F42E F464 A695 Do not assume users will be motivated to read manuals --- The GNU Privacy Handbook

