<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Andrew Straw wrote:
<blockquote cite="mid:4B6C5265.2020901@astraw.com" type="cite">
  <pre wrap="">K. Richard Pixley wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Andrew Straw wrote:
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">dpkg-gencontrol: warning: unknown substitution variable ${python:Provides}
dpkg-gencontrol: warning: unknown substitution variable ${python:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${python:Provides}
dpkg-gencontrol: warning: unknown substitution variable ${python:Versions}
    
        </pre>
      </blockquote>
      <pre wrap="">What's the output of

dpkg -s python-support | grep Version

and

dpkg -s debhelper | grep Version
  
      </pre>
    </blockquote>
    <pre wrap="">rich@irish&gt; dpkg -s debhelper | grep Version
Version: 7.4.11ubuntu1
rich@irish&gt; dpkg -s python-support | grep Version
Version: 1.0.4ubuntu1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
With the same versions of debhelper and python-support, I'm not getting
those warnings with stdeb 0.5.1. Can you post the stdeb generated
debian/control file?</pre>
</blockquote>
Source: ui<br>
Maintainer: Rich Pixley <a class="moz-txt-link-rfc2396E" href="mailto:rich.pixley@palm.com">&lt;rich.pixley@palm.com&gt;</a><br>
Section: python<br>
Priority: optional<br>
Build-Depends: python-setuptools (&gt;= 0.6b3), debhelper (&gt;= 7),
python-support (&gt;= 0.8.4)<br>
Standards-Version: 3.7.2<br>
<br>
Package: python-ui<br>
Architecture: all<br>
Depends: ${python:Depends}, python-pybabel (&gt;= 0.9.4),
python-zope.sqlalchemy (&gt;= 0.4), python-repoze.tm2 (&gt;= 1.0a4)<br>
XB-Python-Version: ${python:Versions}<br>
Provides: ${python:Provides}<br>
Description: UNKNOWN<br>
<br>
<br>
</body>
</html>