From: <pa...@us...> - 2007-05-26 20:59:29
|
Revision: 2504 http://svn.sourceforge.net/morphix/?rev=2504&view=rev Author: paul_c Date: 2007-05-26 13:59:27 -0700 (Sat, 26 May 2007) Log Message: ----------- Tweak depends & use Section:utils.. (Bump version for svn-buildpackage) Modified Paths: -------------- trunk/morph-scripts/debian/changelog trunk/morph-scripts/debian/control Modified: trunk/morph-scripts/debian/changelog =================================================================== --- trunk/morph-scripts/debian/changelog 2007-05-24 19:06:35 UTC (rev 2503) +++ trunk/morph-scripts/debian/changelog 2007-05-26 20:59:27 UTC (rev 2504) @@ -1,3 +1,10 @@ +morph-scripts (0.2-33) unstable; urgency=low + + * Tweak depends and change Section: to utils so that reprepro will + import without error. + + -- paul <pa...@us...> Sat, 26 May 2007 21:56:45 +0100 + morph-scripts (0.2-32) unstable; urgency=low * options for morphix-rebrand Modified: trunk/morph-scripts/debian/control =================================================================== --- trunk/morph-scripts/debian/control 2007-05-24 19:06:35 UTC (rev 2503) +++ trunk/morph-scripts/debian/control 2007-05-26 20:59:27 UTC (rev 2504) @@ -1,5 +1,5 @@ Source: morph-scripts -Section: unknown +Section: utils Priority: optional Maintainer: Morphix User <lala@myBox> Build-Depends: debhelper (>= 4.0.0) @@ -15,7 +15,6 @@ Package: morphix-moduleloader Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} Description: Loads minimodules, for manual usage module-loader provides an easy way for mounting and executing a Morphix (mini)module manually. @@ -24,14 +23,14 @@ Package: morphix-addtoiso Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: mkisofs | genisoimage Description: Add files to an iso quickly add_to_iso provides a way to easily add files to an iso, without having to copy the whole iso onto a writeable disk first. Package: morphix-buildminimod Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: perl Description: build a minimod from the latest packages, specified on the command line build_minimod is a perl script that builds a minimod from the latest packages that you specify on the command line. . @@ -41,7 +40,6 @@ Package: morphix-converttobootimg Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} Description: Create a boot.img from a Morphix iso convert_to_bootimg provides a way to create a syslinux-bootable boot.img for systems that have problems booting from GRUB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |