From: <ale...@us...> - 2006-12-05 09:27:26
|
Revision: 2443 http://svn.sourceforge.net/morphix/?rev=2443&view=rev Author: alextreme Date: 2006-12-05 01:27:16 -0800 (Tue, 05 Dec 2006) Log Message: ----------- * adding fallback package for mkisofs Modified Paths: -------------- trunk/mmaker/debian/control trunk/morph-scripts/debian/control Modified: trunk/mmaker/debian/control =================================================================== --- trunk/mmaker/debian/control 2006-11-05 23:05:18 UTC (rev 2442) +++ trunk/mmaker/debian/control 2006-12-05 09:27:16 UTC (rev 2443) @@ -7,7 +7,7 @@ Package: morphix-mmaker Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, debootstrap, cloop-utils, mkisofs, makedev, mkminiroot-morphix, morphix-deb-get, morphix-make-iso, morphix-modulebuilder (>= 0.2-12), coreutils | schroot, morphix-morphmini +Depends: ${shlibs:Depends}, ${misc:Depends}, debootstrap, cloop-utils, mkisofs | genisoimage, makedev, mkminiroot-morphix, morphix-deb-get, morphix-make-iso, morphix-modulebuilder (>= 0.2-12), coreutils | schroot, morphix-morphmini Description: Module Maker, builds morphix modules Module Maker, or mmaker, builds Morphix base and mainmodules from scratch. As input it takes an XML template, containing Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2006-11-05 23:05:18 UTC (rev 2442) +++ trunk/morph-scripts/debian/control 2006-12-05 09:27:16 UTC (rev 2443) @@ -47,9 +47,9 @@ for systems that have problems booting from GRUB Package: morphix-isomorph -Depends: mkisofs +Depends: mkisofs | genisoimage Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, mkisofs +Depends: ${shlibs:Depends}, ${misc:Depends}, mkisofs | genisoimage Description: Adds and removes modules from an iso Provides a large number of arguments to modify existing Morphix CD images. See isomorph --help for details. @@ -66,7 +66,7 @@ Gandalfar, can you write a description? :) Package: morphix-make-iso -Depends: mkisofs, dpkg +Depends: mkisofs | genisoimage, dpkg Architecture: any Description: Builds a Morphix iso from a directory Simple tool for building a bootable iso from a directory, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |