Changeset 579
- Timestamp:
- 05/27/08 11:52:54 (6 months ago)
- Location:
- trinity/trunk/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trinity/trunk/debian/changelog
r551 r579 1 trinity (0.5.6~pre6) 64studio; urgency=low 1 trinity (0.5.7) 64studio; urgency=low 2 3 * Depend on xorg and run touchscreen conf in postinst 4 5 -- Free Ekanayaka <free@64studio.com> Tue, 08 Apr 2008 13:26:36 +0200 6 7 trinity (0.5.6) 64studio; urgency=low 2 8 3 9 * Fixed menu structure -
trinity/trunk/debian/control
r430 r579 8 8 Package: trinity 9 9 Architecture: all 10 Depends: dpsyco-skel 10 Depends: dpsyco-skel, xorg 11 11 Description: Trinity dummy package 12 12 This package is only meant for upgrades -
trinity/trunk/debian/postinst
r430 r579 22 22 case "$1" in 23 23 configure) 24 25 # Run cdd-config 26 cdd-config touchscreen 24 27 25 28 # Configure dpsyco users
