From: <pa...@us...> - 2007-04-06 21:22:42
|
Revision: 2475 http://svn.sourceforge.net/morphix/?rev=2475&view=rev Author: paul_c Date: 2007-04-06 14:22:39 -0700 (Fri, 06 Apr 2007) Log Message: ----------- xserver is a virtual package that either Xorg or XFree86 provides - This should allow for builds on Sarge as well as Etch/Sid/Experimental. Modified Paths: -------------- trunk/scripts-main/bare/debian/control trunk/scripts-main/flux/debian/control trunk/scripts-main/heavy/debian/control trunk/scripts-main/icewm/debian/control trunk/scripts-main/light/debian/control trunk/scripts-main/matchbox/debian/control Modified: trunk/scripts-main/bare/debian/control =================================================================== --- trunk/scripts-main/bare/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/bare/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-bare Architecture: any -Depends: morphix-init, xorg +Depends: morphix-init, xserver Description: Morphix BareX mainmod livecd boot scripts Include files for basic startup development of a morphix live cd Modified: trunk/scripts-main/flux/debian/control =================================================================== --- trunk/scripts-main/flux/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/flux/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-fluxbox Architecture: any -Depends: morphix-init, fluxbox, xorg +Depends: morphix-init, fluxbox, xserver Description: Morphix Fluxbox mainmod livecd boot scripts Include files for starting fluxbox from a morphix live cd Modified: trunk/scripts-main/heavy/debian/control =================================================================== --- trunk/scripts-main/heavy/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/heavy/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-gnome Architecture: any -Depends: morphix-init, gnome-session, xorg +Depends: morphix-init, gnome-session, xserver Description: Morphix Gnome mainmod livecd boot scripts Contains the additional init symlinks and include files for starting gnome from a morphix live cd Modified: trunk/scripts-main/icewm/debian/control =================================================================== --- trunk/scripts-main/icewm/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/icewm/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-icewm Architecture: any -Depends: morphix-init, icewm, xorg +Depends: morphix-init, icewm, xserver Description: Morphix icewm mainmod livecd boot scripts Include files for starting icewm from a morphix live cd Modified: trunk/scripts-main/light/debian/control =================================================================== --- trunk/scripts-main/light/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/light/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-light Architecture: any -Depends: morphix-init, xfce4, xorg +Depends: morphix-init, xfce4, xserver Description: Morphix LightGUI/xfce4 mainmod livecd boot scripts Include files for starting xfce4 from a morphix live cd Modified: trunk/scripts-main/matchbox/debian/control =================================================================== --- trunk/scripts-main/matchbox/debian/control 2007-04-06 21:10:10 UTC (rev 2474) +++ trunk/scripts-main/matchbox/debian/control 2007-04-06 21:22:39 UTC (rev 2475) @@ -7,7 +7,7 @@ Package: morphix-init-matchbox Architecture: any -Depends: morphix-init, matchbox, xorg +Depends: morphix-init, matchbox, xserver Description: Morphix matchbix mainmod livecd boot scripts Include files for starting matchbox from a morphix live cd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |