> > move "debian/orthanc.init" to "debian/orthanc-sqlite.init" > > I had only a very quick look on your conversation but I'm not > aware about the rule you are talking about and I'm aware of > at least two counter examples: > > $ dpkg -S /etc/init.d/networking > ifupdown: /etc/init.d/networking > $ dpkg -S /etc/init.d/postgresql > postgresql-common: /etc/init.d/postgresql > > Did you found any written rule which forces you to name the init > script > the same as the package?
OK, got it working thanks to the postgresql-common counter example! The problem was that I had to rename "debian/orthanc-sqlite.init" to "debian/orthanc-sqlite.orthanc.init", in addition to making the "override_dh_installinit" in debian/rules. Thanks for your help, Sébastien- [1] https://sources.debian.net/src/postgresql-common/166/debian/rules/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

