Comment 2 for bug 1118780

Revision history for this message
Eric Peterson (ericpeterson-l) wrote :

the wsme package does not work like the pecan package does above. It fails with....

python setup.py --command-packages=stdeb.command bdist_deb
running bdist_deb
running sdist_dsc
running egg_info
writing requirements to WSME.egg-info/requires.txt
writing WSME.egg-info/PKG-INFO
writing top-level names to WSME.egg-info/top_level.txt
writing dependency_links to WSME.egg-info/dependency_links.txt
writing entry points to WSME.egg-info/entry_points.txt
reading manifest file 'WSME.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'WSME.egg-info/SOURCES.txt'
CALLING dpkg-source -b wsme-0.5b1dev-20130208 (in dir deb_dist)
dpkg-source: error: syntax error in wsme-0.5b1dev-20130208/debian/control at line 12: line with unknown format (not field-colon-value)
Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    d2to1=True
  File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.7/dist-packages/stdeb/command/bdist_deb.py", line 23, in run
    self.run_command('sdist_dsc')
  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command