Changeset 768


Ignore:
Timestamp:
Jul 28, 2008, 8:00:05 AM (16 years ago)
Author:
price
Message:

add kstart apache wrapper; update control

Location:
trunk/packages/sipb-xen-www
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/debian

    • Property svn:ignore set to
      files
      sipb-xen-www
      *.debhelper
      *.substvars
  • trunk/packages/sipb-xen-www/debian/changelog

    r606 r768  
     1sipb-xen-www (3.6) unstable; urgency=low
     2
     3  * Add Anders' kstart-using apache2 init script.
     4  * Add some dependencies the svn site needs.
     5
     6 -- Greg Price <price@mit.edu>  Mon, 28 Jul 2008 07:51:09 -0400
     7
    18sipb-xen-www (3.5) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-www/debian/control

    r605 r768  
    88Package: sipb-xen-www
    99Architecture: all
    10 Depends: ${misc:Depends}, libapache2-mod-fcgid, python-cheetah, python-simplejson, sipb-xen-database-common, sipb-xen-vnc-client
     10Depends: ${misc:Depends}, libapache2-mod-fcgid, python-cheetah, python-simplejson, sipb-xen-database-common, sipb-xen-vnc-client, kstart,
     11 libapache2-svn, postfix, subversion, zephyr-clients
    1112Description: Install the sipb-xen-dev website
  • trunk/packages/sipb-xen-www/debian/rules

    r305 r768  
    11#!/usr/bin/make -f
    22
     3DEB_DIVERT_EXTENSION = .invirt
     4DEB_DIVERT_FILES_sipb-xen-www += \
     5    /etc/init.d/apache2
     6
    37include /usr/share/cdbs/1/rules/debhelper.mk
     8include /usr/share/cdbs/1/rules/config-package.mk
    49
    510binary-fixup/sipb-xen-www::
Note: See TracChangeset for help on using the changeset viewer.