How to make Debian package install dependencies?

前端 未结 5 949
离开以前
离开以前 2021-02-02 14:03

I want to make a simple Debian package to install a simple tool that depends on Qt4 libs.

In control file I have defined that it depends on Qt4 libs however, by the time

5条回答
  •  我在风中等你
    2021-02-02 14:30

    If you're creating the Debian package, you specify its dependencies in the debian/ directory control files; I believe debian/control takes Depends: directives for that purpose.

    I don't know the details too clearly, myself, but there are instructions at http://www.debian.org/doc/manuals/maint-guide/ ; in particular, http://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control seems to be the right place to start looking.

提交回复
热议问题