[Mud-builder-commits] r325 - www/docs www/pod www/pod/MUD www/pod/MUD/Fetch www/pod/XML www-src/docs
gcobb at garage.maemo.org
gcobb at garage.maemo.org
Sat Sep 26 23:10:47 EEST 2009
Author: gcobb
Date: 2009-09-26 23:10:46 +0300 (Sat, 26 Sep 2009)
New Revision: 325
Modified:
www-src/docs/_packageformat.html
www/docs/packageformat.html
www/pod/MUD/Build.html
www/pod/MUD/Config.html
www/pod/MUD/ExtrasEntry.html
www/pod/MUD/Fetch/Base.html
www/pod/MUD/Fetch/Command.html
www/pod/MUD/Fetch/Debian.html
www/pod/MUD/Fetch/Tarball.html
www/pod/MUD/Package.html
www/pod/XML/Simple.html
www/pod/index.html
Log:
docs: add optify attribute
Modified: www/docs/packageformat.html
===================================================================
--- www/docs/packageformat.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/docs/packageformat.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -174,7 +174,7 @@
<p>TBC...</p>
<h2 id="deb">Deb section</h2>
-<pre><code><deb prefix-section="<i>(0|1)</i>">
+<pre><code><deb prefix-section="<i>(0|1)</i>" optify="<i>(0|1)</i>">
<icon><i>file or URL</i></icon>
<version>…</version>
<description>
@@ -258,6 +258,10 @@
<p>The <em>bugtracker</em> tag is used to specify the URL of where bugs may be logged.
This currently corresponds to the <code>Xsbc-Bugtracker</code> control file field.</p>
+<p>The <em>optify</em> attribute tells MUD to add the <code>maemo-optify</code> script to debian/rules and to add
+<code>maemo-optify</code> as a build dependency. This is a process used in Maemo Fremantle to move large files to the /opt partition to save
+space on the user's root partition.</p>
+
<p>
<p class="link"><a class="prev" href="creating.html"><< Creating a new package
Modified: www/pod/MUD/Build.html
===================================================================
--- www/pod/MUD/Build.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Build.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Config.html
===================================================================
--- www/pod/MUD/Config.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Config.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/ExtrasEntry.html
===================================================================
--- www/pod/MUD/ExtrasEntry.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/ExtrasEntry.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Fetch/Base.html
===================================================================
--- www/pod/MUD/Fetch/Base.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Fetch/Base.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Fetch/Command.html
===================================================================
--- www/pod/MUD/Fetch/Command.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Fetch/Command.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Fetch/Debian.html
===================================================================
--- www/pod/MUD/Fetch/Debian.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Fetch/Debian.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Fetch/Tarball.html
===================================================================
--- www/pod/MUD/Fetch/Tarball.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Fetch/Tarball.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/MUD/Package.html
===================================================================
--- www/pod/MUD/Package.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/MUD/Package.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/XML/Simple.html
===================================================================
--- www/pod/XML/Simple.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/XML/Simple.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -21,7 +21,7 @@
<!--
generated by Pod::Simple::HTML v3.03,
using Pod::Simple::PullParser v2.02,
- under Perl v5.010000 at Sat Sep 26 19:48:35 2009 GMT.
+ under Perl v5.010000 at Sat Sep 26 20:08:56 2009 GMT.
If you want to change this HTML document, you probably shouldn't do that
by changing it directly. Instead, see about changing the calling options
Modified: www/pod/index.html
===================================================================
--- www/pod/index.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www/pod/index.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -45,6 +45,6 @@
<p class='contentsfooty'>Generated by Pod::Simple::HTMLBatch v3.02 under Perl v5.010000
-<br >At Sat Sep 26 19:48:34 2009 GMT, which is Sat Sep 26 20:48:34 2009 local time.</p>
+<br >At Sat Sep 26 20:08:55 2009 GMT, which is Sat Sep 26 21:08:55 2009 local time.</p>
</body></html>
Modified: www-src/docs/_packageformat.html
===================================================================
--- www-src/docs/_packageformat.html 2009-09-26 19:50:20 UTC (rev 324)
+++ www-src/docs/_packageformat.html 2009-09-26 20:10:46 UTC (rev 325)
@@ -143,7 +143,7 @@
<p>TBC...</p>
<h2 id="deb">Deb section</h2>
-<pre><code><deb prefix-section="<i>(0|1)</i>">
+<pre><code><deb prefix-section="<i>(0|1)</i>" optify="<i>(0|1)</i>">
<icon><i>file or URL</i></icon>
<version>…</version>
<description>
@@ -227,4 +227,8 @@
<p>The <em>bugtracker</em> tag is used to specify the URL of where bugs may be logged.
This currently corresponds to the <code>Xsbc-Bugtracker</code> control file field.</p>
+<p>The <em>optify</em> attribute tells MUD to add the <code>maemo-optify</code> script to debian/rules and to add
+<code>maemo-optify</code> as a build dependency. This is a process used in Maemo Fremantle to move large files to the /opt partition to save
+space on the user's root partition.</p>
+
<p>
More information about the Mud-builder-commits
mailing list