<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 17/04/13 07:11, Muhammad Bashir Al-Noimi wrote:
    <blockquote cite="mid:516DBE7C.2050705@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; }</style><br>
      <blockquote
cite="mid:CAOMsk2Snw3NE2+09m+m3bUVUhgxaBVdH0ESGiB3LXz1iM-YrAw@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_extra">
            <div class="gmail_quote">
              <div> <br>
              </div>
              <div style="">Talking about debian-based distros, you may
                need a handy debhelper option that checks ldd result and
                choose which qt package to be included in dependency
                list. But this is not required in my opinion.</div>
            </div>
          </div>
        </div>
      </blockquote>
      Actually this is smart solution could you please give me a snippet
      of this solution?<br>
      I looked into debhelper and I found many tools couldn't know which
      one may helps me.<br>
    </blockquote>
    <br>
    That is the dh_shlibdeps tool, which is a front-end for
    dpkg-shlibdeps. This has been a basic Debian package building tool
    for at least 16 years. You should not hand code the dependencies as
    Soroush suggested, but let the toolchain figure them out. This
    allows for the library packages to be reorganised, or new versions
    of libraries to be used, as they have in the past.<br>
    <br>
    Hamish<br>
    (debian package maintainer in another lifetime..)<br>
  </body>
</html>