Changeset 3932
- Timestamp:
- 06/24/08 00:43:54 (5 years ago)
- Location:
- pkg/viola/main/xsession-initscript-parsix/trunk
- Files:
-
- 2 deleted
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
debian/postinst (deleted)
-
debian/postrm (deleted)
-
xprep (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/viola/main/xsession-initscript-parsix/trunk/debian/changelog
r3666 r3932 1 xsession-initscript-parsix (1.2.0) unstable; urgency=low 2 3 * Added vimrc support 4 * Removed obsolete post* scripts 5 * debian/control: 6 - wrap deps and build-deps 7 - bump standards version to 3.8.0 8 * debian/copyright: 9 - update copyright years 10 11 -- Alan Baghumian <alan@technotux.org> Tue, 24 Jun 2008 00:41:47 +0200 12 1 13 xsession-initscript-parsix (1.1.1) unstable; urgency=low 2 14 -
pkg/viola/main/xsession-initscript-parsix/trunk/debian/control
r3666 r3932 3 3 Priority: optional 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 6 Standards-Version: 3.7.3 5 Build-Depends: cdbs (>= 0.4.23-1.1), 6 debhelper (>= 5.0.0) 7 Standards-Version: 3.8.0 7 8 8 9 Package: xsession-initscript-parsix 9 Depends: initscripts-parsix-live, parsix-graphics, xloadimage, distro-defaults, parsix-gnome (>= 0.4.0) 10 Suggests: 915resolution 10 Depends: initscripts-parsix-live, 11 parsix-graphics, 12 xloadimage, 13 distro-defaults, 14 parsix-gnome (>= 0.4.0) 11 15 Architecture: all 12 16 Description: Starts X-Window system from INIT on Parsix -
pkg/viola/main/xsession-initscript-parsix/trunk/debian/copyright
r832 r3932 9 9 2001 Klaus Knopper <knopper@knopper.net> 10 10 2003-2006 Joerg Schirottke <master@kanotix.de> 11 2006-200 7Alan Baghumian <alan@technotux.org>12 2007 Parsix GNU/Linux Project11 2006-2008 Alan Baghumian <alan@technotux.org> 12 2007-2008 Parsix GNU/Linux Project 13 13 14 14 License: -
pkg/viola/main/xsession-initscript-parsix/trunk/xprep
r3666 r3932 3 3 # (C) Klaus Knopper Jun 2001 4 4 # (C) 2005 modified by Stefan Lippers-Hollmann <s.l-h@gmx.de> 5 # (C) 2007 Alan Baghumian <alan@technotux.org>5 # (C) 2007-2008 Alan Baghumian <alan@technotux.org> 6 6 7 7 # override tool behaviour through distro-defaults … … 114 114 gnome) 115 115 # Copy GNOME desktop configuration 116 su -c "rsync -Ha --ignore-existing /etc/skel/{.metacity,.config,Templates*,.firefox*,.mozilla*,.gconf*,.theme*,.fonts,.openoffice*,.local,.xfardic*,.gimp*,.gnome*,Desktop,.bash*,. dmrc,.qt*} $HOME/" - $USER 2>/dev/null116 su -c "rsync -Ha --ignore-existing /etc/skel/{.metacity,.config,Templates*,.firefox*,.mozilla*,.gconf*,.theme*,.fonts,.openoffice*,.local,.xfardic*,.gimp*,.gnome*,Desktop,.bash*,.vimrc,.dmrc,.qt*} $HOME/" - $USER 2>/dev/null 117 117 mkdir $HOME/Desktop/ 2>/dev/null 118 118 chown $USER:$USER $HOME/Desktop 2>/dev/null
Note: See TracChangeset
for help on using the changeset viewer.


