Changeset 358

Show
Ignore:
Timestamp:
12/29/07 10:19:53 (10 months ago)
Author:
astraw
Message:

update debian packaging info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fview/motmot.fview.egg-info/stdeb.cfg

    r177 r358  
    11# config file for fview 
    2 [fview] 
    3 Package: python-fview 
    4 Replaces: python-ads-fview 
    5 Conflicts: python-ads-fview 
    6 Depends: python-camiface, python-flymovieformat, python-wxglvideo, python-posixsched, python-setuptools, gksu, python-wxvalidatedtext, python-motmotutils (>=20070318) 
    7 Build-Depends: python-motmotutils 
     2[DEFAULT] 
     3Replaces: python-fview 
     4Conflicts: python-fview 
     5Depends: python-motmot-camiface, python-motmot-flymovieformat, python-motmot-wxglvideo, python-posixsched, python-setuptools, gksu, python-motmot-wxvalidatedtext, python-motmot-utils, python-pyglet, python-pygarrayimage 
    86MIME-Desktop-Files: fview.desktop 
  • trunk/fview/setup.py

    r292 r358  
    11from setuptools import setup, find_packages 
    2  
    3 import os, sys 
    42 
    53setup(name='motmot.fview', 
     
    97      url='http://code.astraw.com/projects/motmot', 
    108      license='BSD', 
    11       version='0.5.1', # keep in sync with fview/version.py 
     9      version='0.5.1', # keep in sync with motmot/fview/version.py 
    1210      zip_safe=True, 
    1311      namespace_packages = ['motmot'],