From: <ale...@us...> - 2008-06-19 14:30:22
|
Revision: 2633 http://morphix.svn.sourceforge.net/morphix/?rev=2633&view=rev Author: alextreme Date: 2008-06-19 07:30:15 -0700 (Thu, 19 Jun 2008) Log Message: ----------- * dependancy fix for scripts-base Modified Paths: -------------- trunk/scripts-base/debian/changelog trunk/scripts-base/debian/control Modified: trunk/scripts-base/debian/changelog =================================================================== --- trunk/scripts-base/debian/changelog 2008-05-20 10:52:07 UTC (rev 2632) +++ trunk/scripts-base/debian/changelog 2008-06-19 14:30:15 UTC (rev 2633) @@ -1,3 +1,9 @@ +morphix-base-scripts (0.5-72) unstable; urgency=low + + * Fixing dependancy for -scripts, python-minimal is required in base + + -- Alex de Landgraaf <al...@de...> Thu, 19 Jun 2008 16:29:15 +0200 + morphix-base-scripts (0.5-71) unstable; urgency=low * Restoring XFree86 cruft. xorg autodetection isn't adequate, should take a look at current situation in other distro's Modified: trunk/scripts-base/debian/control =================================================================== --- trunk/scripts-base/debian/control 2008-05-20 10:52:07 UTC (rev 2632) +++ trunk/scripts-base/debian/control 2008-06-19 14:30:15 UTC (rev 2633) @@ -25,7 +25,7 @@ Package: morphix-base-scripts Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, file +Depends: ${shlibs:Depends}, ${misc:Depends}, file, python-minimal Description: Morphix base scripts Morphix base scripts. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |