Changeset 746
- Timestamp:
- 08/30/08 13:15:54 (3 months ago)
- Location:
- eros/trunk
- Files:
-
- 14 added
- 3 modified
-
debian/changelog (modified) (1 diff)
-
debian/postinst (modified) (1 diff)
-
debian/pycompat (added)
-
debian/rules (modified) (1 diff)
-
eros.py (added)
-
setup.py (added)
-
tests (added)
-
tests/TestEros.py (added)
-
tests/fakeroot (added)
-
tests/fakeroot/etc (added)
-
tests/fakeroot/etc/apt (added)
-
tests/fakeroot/etc/apt/sources.list (added)
-
tests/fakeroot/etc/dhcp3 (added)
-
tests/fakeroot/etc/dhcp3/dhclient.conf (added)
-
tests/fakeroot/etc/fstab (added)
-
tests/fakeroot/etc/samba (added)
-
tests/fakeroot/etc/samba/smb.conf (added)
Legend:
- Unmodified
- Added
- Removed
-
eros/trunk/debian/changelog
r708 r746 1 eros (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 1 7 eros (0.5) hardy-backports; urgency=low 2 8 -
eros/trunk/debian/postinst
r699 r746 6 6 configure) 7 7 8 cdd-config ldap client9 cdd-config nfs client10 cdd-config dhclient11 cdd-config apt eros hardy12 cdd-config cups13 8 cdd-config umask 14 9 -
eros/trunk/debian/rules
r715 r746 1 1 #!/usr/bin/make -f 2 2 3 DEB_PYTHON_SYSTEM = pysupport 4 3 5 include /usr/share/cdbs/1/rules/debhelper.mk 4 binary-install/trinity:: 6 include /usr/share/cdbs/1/class/python-distutils.mk 7 8 binary-install/eros:: 5 9 dh_gconf --priority 50 6
