Fwd: Why does lintian tell me this?

2011-11-09 Thread Björn Esser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello everybody! When I'm running lintian on my almost finished package, it tells me: E: jailkit: duplicate-updaterc.d-calls-in-postinst jailkit E: jailkit: duplicate-updaterc.d-calls-in-postrm jailkit But why? I do not see anything duplicate

Re: Fwd: Why does lintian tell me this?

2011-11-09 Thread Michael Tautschnig
Hello everybody! When I'm running lintian on my almost finished package, it tells me: E: jailkit: duplicate-updaterc.d-calls-in-postinst jailkit E: jailkit: duplicate-updaterc.d-calls-in-postrm jailkit But why? I do not see anything duplicate there. You would need to look at the

Re: Why does lintian tell me this?

2011-11-09 Thread Jakub Wilk
* BjĂśrn Esser bjoern.es...@googlemail.com, 2011-11-10, 01:21: if ! grep /usr/sbin/jk_chrootsh /etc/shells /dev/null; then \ echo /usr/sbin/jk_chrootsh /etc/shells ;\ fi As per Policy 10.7.4, you must not modify /etc/shells this way. You should use add-shell here. (Though I'm not

Re: Fwd: Why does lintian tell me this?

2011-11-09 Thread Björn Esser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thanks a lot. This fixed it. I'm using add-shell now, too. Am 10.11.2011 01:48, schrieb Michael Tautschnig: Hello everybody! When I'm running lintian on my almost finished package, it tells me: E: jailkit: