Changeset 746

Show
Ignore:
Timestamp:
08/30/08 13:15:54 (3 months ago)
Author:
free
Message:

* Rewrote in python using python-augeas

Location:
eros/trunk
Files:
14 added
3 modified

Legend:

Unmodified
Added
Removed
  • eros/trunk/debian/changelog

    r708 r746  
     1eros (0.6) UNRELEASED; urgency=low 
     2 
     3  * Rewrote in python using python-augeas 
     4 
     5 -- Free Ekanayaka <freee@debian.org>  Sat, 30 Aug 2008 14:05:52 +0200 
     6 
    17eros (0.5) hardy-backports; urgency=low 
    28 
  • eros/trunk/debian/postinst

    r699 r746  
    66    configure) 
    77 
    8     cdd-config ldap client 
    9     cdd-config nfs client 
    10     cdd-config dhclient 
    11     cdd-config apt eros hardy 
    12     cdd-config cups 
    138    cdd-config umask 
    149 
  • eros/trunk/debian/rules

    r715 r746  
    11#!/usr/bin/make -f 
    2    
     2 
     3DEB_PYTHON_SYSTEM = pysupport 
     4 
    35include /usr/share/cdbs/1/rules/debhelper.mk 
    4 binary-install/trinity:: 
     6include /usr/share/cdbs/1/class/python-distutils.mk 
     7 
     8binary-install/eros:: 
    59        dh_gconf --priority 50 
    6