Changeset 1206


Ignore:
Timestamp:
Oct 24, 2008, 5:23:54 AM (15 years ago)
Author:
broder
Message:

Switch sipb-xen-base to build using a setup.py script

Location:
trunk/packages/sipb-xen-base
Files:
4 added
2 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-base/debian/changelog

    r1197 r1206  
     1sipb-xen-base (8.24) unstable; urgency=low
     2
     3  * Switch to using a setup.py file with CDBS's Python support
     4
     5 -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 05:22:49 -0400
     6
    17sipb-xen-base (8.23) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-base/debian/rules

    r725 r1206  
    11#!/usr/bin/make -f
    22
     3DEB_PYTHON_SYSTEM=pysupport
     4
    35include /usr/share/cdbs/1/rules/debhelper.mk
     6include /usr/share/cdbs/1/class/python-distutils.mk
    47
    5 # do we, should we, care between pysupport and pycentral?
    6 binary-install/sipb-xen-base::
    7         dh_pysupport -psipb-xen-base
     8clean::
     9        rm -rf invirt.egg-info
Note: See TracChangeset for help on using the changeset viewer.