<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Some advice please!</p>
    <p>I am about to release a new version of tomboy-ng and should use
      the newer FPC/Lazarus in Testing to make my Source Package. <br>
    </p>
    <p>So, I added backports to my Bullseye installation and installed
      FPC 3.2.2 and Lazarus 2.2.2 (thanks Abou!). However, because I
      have in my package's dependencies, thus -</p>
    <p>Build-Depends: .... fpc (>=3.2.2), lazarus (>=2.2.2)</p>
    <p>And the FPC and Lazarus from backports identify themselves as
      fpc-3.2.2 and lazarus-2.2, <b>debuild fails the dependency check</b>.
      I have confirmed this by manually editing my control line
      (successfully) to -</p>
    <p>Build-Depends: .... fpc-3.2.2 (>=3.2.2), lazarus-2.2
      (>=2.2.2)</p>
    <p>So, finally, my question - should I just use a Testing install to
      build my source package ? <br>
    </p>
    <p>Thanks <br>
    </p>
    <p>Davo<br>
    </p>
  </body>
</html>