<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.handhelds.maemo.mud">
    <title>gmane.comp.handhelds.maemo.mud</title>
    <link>http://blog.gmane.org/gmane.comp.handhelds.maemo.mud</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/148"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/147"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/146"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/145"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/144"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/143"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/142"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/141"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/140"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/130"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/149">
    <title>Re: MeeGo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/149</link>
    <description>&lt;pre&gt;
I am thinking of mud keeping all the patches in the quilt patches directory, 
but having different quilt series files for each target (as some patches may 
be used for multiple targets, some for only one, etc.).  MUD would maintain 
the patches directory and the various series files (so that the series file 
for the current target was the one quilt was using at any particular time).

Then the user would use quilt as normal, and issue a new mud command (mud 
quilt, I guess) to save the (possibly modified) patches directory and series 
files.


That is what I am thinking about.  An initial default could be to just assume 
all the generated files should go into the package.  That doesn't work for 
libraries or other multi-package-file packages but it might be a useful 
start.  We could look at a more powerful heuristic to handle libraries later.

It looks like rpmbuild can sort of handle that: the %files can be specified to 
be a file, which is created during the build -- so mud would add a build step 
to the spec file to create the %files file.

But that will come later: I am focusing for the moment on making rpm builds 
work in cases where the programmer is willing to create a spec file (or a 
spectacle file) by hand, first.

Graham
&lt;/pre&gt;</description>
    <dc:creator>Graham Cobb</dc:creator>
    <dc:date>2010-06-17T23:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/148">
    <title>Re: MeeGo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/148</link>
    <description>&lt;pre&gt;
:)

Good stuff!
 

OK, cool.


Hmm. If we moved to quilt for patch management we could indicate which targets they should work on in the filename.

About identifying the files to be explicitly listed for .spec files, could we do what dpkg-buildpackage does and run 'make' with a target destdir. Then md helps by finding all files and directories under there and spitting out the necessary 'files' section.

Cheers,

Andrew

&lt;/pre&gt;</description>
    <dc:creator>Andrew Flegg</dc:creator>
    <dc:date>2010-06-17T20:35:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/147">
    <title>Re: MeeGo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/147</link>
    <description>&lt;pre&gt;
No one objected (at least quickly enough)!

I don't think I broke building debs so I have checked in the initial changes 
(rev 355).  These changes will run with my overnight builds tonight and so 
get some more testing.  I anyone sees any problems, let me know.

As mentioned in my email yesterday, this includes the following changes:

1) Added a "--target" option to allow package files to be conditionalised for 
either maemo or meego, in a similar way to the way sdk conditionals work.  
I.e. any tag in the package file can have 'target="something"' added as an 
attribute which will cause the whole tag (and its contents) to be stripped 
unless the specified target matches.  

The option defaults to "meego" when running on a MeeGo system or "maemo" 
otherwise.

2) The --sdk option default calculation is changed when the target is 
specified as "meego": it takes it from /etc/meego-release.  It 
is "1.0-netbook" in the current release.

3) Added a "--rpm" option.  This controls whether debs or rpms are to be built 
(and is also intended to control whether apt-get/dpkg or yum/rpm is used to 
install packages, although I haven't implemented that yet).  The default is 
that the option is unspecified, unless the --target regexp-matches 'meego.*'.

4) Taught the build how to build RPMs.  Currently it expects to find either a 
&amp;lt;package&amp;gt;.spec or &amp;lt;package&amp;gt;.yaml (spectacle) file in the source directory.

Note: if RPMs are being built then the usual code to create a debian/ 
directory does not happen.  This causes a problem: the patches (which often 
include patching of files in debian/) will not work.

I have been thinking, in any case, that we may need to create separate patch 
directories for separate targets (not just for package system differences: 
for example, I will probably build GPE without Hildon for netbook targets, 
but with Hildon for Handheld targets).  But that may lead me into looking at 
code I never use: the new package format stuff!

Graham
&lt;/pre&gt;</description>
    <dc:creator>Graham Cobb</dc:creator>
    <dc:date>2010-06-17T18:51:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/146">
    <title>MeeGo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/146</link>
    <description>&lt;pre&gt;I have a version of MUD working to build RPMs on MeeGo.  My plan is to do some 
testing of ordinary Maemo builds and then to check in the changes, unless 
anyone objects.

This is a work in progress.  Here is what I have done so far:

1) Added a "--target" option to allow package files to be conditionalised for 
either maemo or meego, in a similar way to the way sdk conditionals work.  
I.e. any tag in the package file can have 'target="something"' added as an 
attribute which will cause the whole tag (and its contents) to be stripped 
unless the specified target matches.  

The option defaults to "meego" when running on a MeeGo system or "maemo" 
otherwise.

2) The --sdk option default calculation is changed when the target is 
specified as "meego": it takes it from /etc/meego-release.  It 
is "1.0-netbook" in the current release.

3) Added a "--rpm" option.  This controls whether debs or rpms are to be built 
(and is also intended to control whether apt-get/dpkg or yum/rpm is used to 
install packages, although I haven't implemented that yet).  The default is 
that the option is unspecified, unless the --target regexp-matches 'meego.*'.

4) Taught the build how to build RPMs.  Currently it expects to find either a 
&amp;lt;package&amp;gt;.spec or &amp;lt;package&amp;gt;.yaml (spectacle) file in the source directory.

Some things not yet done:

1) Dependency management.  In particular,  installing rpms in order to satisfy 
dependencies.  This is hard because RPMs specify dependencies using all sorts 
of means, not just straight package names.

I am considering that for RPM builds I will install all the generated rpms 
whenever a build succeeds (this is not the way MUD currently works for debs: 
in that case it only installs debs which appear as dependencies for later 
packages).

2) Creating a spec file if there is not one included in the source directory.  
I think some heuristics and/or some analysis of the debian directory, if 
present, may be able to help here.  The biggest problem is the %files 
section -- it may have to be specified by hand in the package file.

3) Allowing the package file to override/specify spec file fields.  I plan to 
add a &amp;lt;rpm&amp;gt; tag like the current &amp;lt;deb&amp;gt; tag.

4) Automatic build dependency generation.

Any thoughts or comments are welcome.

Graham
&lt;/pre&gt;</description>
    <dc:creator>Graham Cobb</dc:creator>
    <dc:date>2010-06-16T16:25:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/145">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/145</link>
    <description>&lt;pre&gt;Hi,

Just in case someone runs into the same problem:
the fix for my debian build problem was to use "dh_gencontrol" instead of "dpkg-gencontrol" and "dh_builddeb" instead of "dpkg-build" and doing both only after "dh_md5sums".

So the official working "pegasus-mobile-notetaker.xml" is:

&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;package&amp;gt;
  &amp;lt;fetch type="tarball"&amp;gt;
    &amp;lt;url&amp;gt;http://mesh.dl.sourceforge.net/sourceforge/pen-driver/pegasus-mobile-notetaker-0.3.3.TAR.GZ&amp;lt;/url&amp;gt;
  &amp;lt;/fetch&amp;gt;
  &amp;lt;deb&amp;gt;
    &amp;lt;icon&amp;gt;http://pen-driver.sourceforge.net/favicon.ico&amp;lt;/icon&amp;gt;
    &amp;lt;description&amp;gt;download the stored notes off the Pegasus Mobile Notetaker device\nTools for downloading the stored notes off the Pegasus Mobile Notetaker device (or compatible: IOGEAR etc).&amp;lt;/description&amp;gt;
    &amp;lt;section&amp;gt;user/communication&amp;lt;/section&amp;gt;
  &amp;lt;/deb&amp;gt;
&amp;lt;/package&amp;gt;

If anyone wants to add that to MUD, feel free :-)

I still needed to apply a tiny patch to MUD:

--- lib/MUD/Fetch/Tarball.pm~2010-04-08 01:41:21.000000000 +0200
+++ lib/MUD/Fetch/Tarball.pm2010-04-08 01:40:13.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -100,13 +100,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; sub unpack {
     my &amp;lt; at &amp;gt;args  = ($file);
     $_ = $file;
 
-    if (s/\.tar\.gz$// or s/\.tgz$//) {
+    if (s/\.tar\.gz$//i or s/\.tgz$//i) {
 unshift &amp;lt; at &amp;gt;args, 'tar', 'xzf';
 
-    } elsif (s/\.tar\.bz2$//) {
+    } elsif (s/\.tar\.bz2$//i) {
         unshift &amp;lt; at &amp;gt;args, 'tar', 'xjf';
 
-    } elsif (s/\.zip$//) {
+    } elsif (s/\.zip$//i) {
         unshift &amp;lt; at &amp;gt;args, 'unzip';
 
     } else {

Now it works :-)

cheers,
    Danny
&lt;/pre&gt;</description>
    <dc:creator>Danny Milosavljevic</dc:creator>
    <dc:date>2010-04-07T22:54:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/144">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/144</link>
    <description>&lt;pre&gt;_______________________________________________
Mud-builder-users mailing list
Mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org
https://garage.maemo.org/mailman/listinfo/mud-builder-users
&lt;/pre&gt;</description>
    <dc:creator>Danny Milosavljevic</dc:creator>
    <dc:date>2010-03-27T09:45:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/143">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/143</link>
    <description>&lt;pre&gt;
I don't know why (I presume it is something to do with the redirections 
scratchbox performs) but I have noticed in the past that some devscripts 
scripts cannot find what they need in &amp;lt; at &amp;gt;INC, even though I may think it looks 
like it is there!

In my build script I currently have the following lines (before I call mud):

# HACK to make MUD work on GREGALE and BORA
# Can be removed once gregale and bora are no longer being built
function dpkg-depcheck { perl /usr/bin/dpkg-depcheck "$&amp;lt; at &amp;gt;" ; }
export -f dpkg-depcheck

Note that my comment to myself says this is only necessary on gregale and 
bora.  But it might be worth a try.

I think that what this is doing is forcing the use of the installed version of 
dpkg-depcheck instead of the scratchbox version.  But I can't remember why 
that might be necessary.

Graham
&lt;/pre&gt;</description>
    <dc:creator>Graham Cobb</dc:creator>
    <dc:date>2010-03-21T16:29:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/142">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/142</link>
    <description>&lt;pre&gt;Hi Danny

On Sat, Mar 20, 2010 at 1:56 PM, Danny Milosavljevic
&amp;lt;danny.milo-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


can this be the initial error making the rest fail?
&lt;/pre&gt;</description>
    <dc:creator>Kees Jongenburger</dc:creator>
    <dc:date>2010-03-21T10:51:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/141">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/141</link>
    <description>&lt;pre&gt;_______________________________________________
Mud-builder-users mailing list
Mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org
https://garage.maemo.org/mailman/listinfo/mud-builder-users
&lt;/pre&gt;</description>
    <dc:creator>Danny Milosavljevic</dc:creator>
    <dc:date>2010-03-21T10:41:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/140">
    <title>Re: pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/140</link>
    <description>&lt;pre&gt;
It looks like you need to install devscripts in Scratchbox:

  fakeroot apt-get install xsltproc devscripts gnupg sharutils


Ah. What happens when you do that?

Cheers,

Andrew

&lt;/pre&gt;</description>
    <dc:creator>Andrew Flegg</dc:creator>
    <dc:date>2010-03-20T20:03:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/139">
    <title>pegasus-mobile-notetaker.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/139</link>
    <description>&lt;pre&gt;_______________________________________________
Mud-builder-users mailing list
Mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org
https://garage.maemo.org/mailman/listinfo/mud-builder-users
&lt;/pre&gt;</description>
    <dc:creator>Danny Milosavljevic</dc:creator>
    <dc:date>2010-03-20T12:56:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/138">
    <title>Package vim_7.2-0maemo6_armel.changes wasinstalled to suite diablo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/138</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo6_armel.changes has been succesfully uploaded and installed in the
suite diablo. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org diablo &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jan 2010 11:51:27 +0000
Source: vim
Binary: vim
Architecture: source armel
Version: 7.2-0maemo6
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo6) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 06ffc66fb282ef38227fcbb37de35de5 619 user/utilities extra vim_7.2-0maemo6.dsc
 cce9a2bc7d6a26181bca6dcb1f99fe85 9000145 user/utilities extra vim_7.2-0maemo6.tar.gz
 c161a7b4a5a3131cc6b3bee2f022125e 6312828 user/utilities extra vim_7.2-0maemo6_armel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFLPemScVlK3LEf/y8RAr1IAJ9x8GWxAudx6csxICo/BBQmi63c/wCeMHsi
BupHQkKbAhVLrGsMH0SWZvk=
=AdhU
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-01-01T12:51:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/137">
    <title>Package vim_7.2-0maemo6_i386.changes wasinstalled to suite diablo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/137</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo6_i386.changes has been succesfully uploaded and installed in the
suite diablo. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org diablo &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  1 Jan 2010 11:51:27 +0000
Source: vim
Binary: vim
Architecture: i386
Version: 7.2-0maemo6
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo6) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 beb4c9b51274e44d4936dba9999e1313 6301176 user/utilities extra vim_7.2-0maemo6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFLPemScVlK3LEf/y8RAk9NAJ9Ag6jkWKIvIXCfPqU+fSXds8/zeACbBiXw
dl499BAAcailuDhvY0v9V00=
=MkVg
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-01-01T12:51:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/136">
    <title>Package vim_7.2-0maemo5_i386.changes wasinstalled to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/136</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo5_i386.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
Format: 1.0
Date: Sat, 31 Oct 2009 17:10:51 EEST
Source: vim
Version: 7.2-0maemo5
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Architecture: i386 source
Files:
 28f393669f5b1011b17e7a1b3261fc7b 6296338 section optional vim_7.2-0maemo5_i386.deb
&lt;/pre&gt;</description>
    <dc:creator>root</dc:creator>
    <dc:date>2009-10-31T15:11:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/135">
    <title>Package vim_7.2-0maemo5_armel.changes wasinstalled to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/135</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo5_armel.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
Format: 1.0
Date: Sat, 31 Oct 2009 17:10:46 EEST
Source: vim
Version: 7.2-0maemo5
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Architecture: armel source
Files:
 e0f6bee7350894d704d91b544b73fb81 8991942 section optional vim_7.2-0maemo5.tar.gz
 be4483d208b9755e93555ed7b29ac010 619 section optional vim_7.2-0maemo5.dsc
 e757d58cc378a4a08ccb016019854883 6333758 section optional vim_7.2-0maemo5_armel.deb
&lt;/pre&gt;</description>
    <dc:creator>root</dc:creator>
    <dc:date>2009-10-31T15:11:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/134">
    <title>Package vim_7.2-0maemo5_i386.changes wasinstalled to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/134</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo5_i386.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 16 Oct 2009 17:20:01 +0100
Source: vim
Binary: vim
Architecture: i386
Version: 7.2-0maemo5
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo5) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 28f393669f5b1011b17e7a1b3261fc7b 6296338 user/utilities extra vim_7.2-0maemo5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFK2KfYcVlK3LEf/y8RAh+OAKCZzR1x2n6UHuSfEd3hwP4jhibUMACgq/T/
fnrhgUHm0iRyVggzf7yAaEI=
=oxU2
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-10-16T17:06:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/133">
    <title>Package vim_7.2-0maemo5_armel.changes wasinstalled to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/133</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo5_armel.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 16 Oct 2009 17:20:01 +0100
Source: vim
Binary: vim
Architecture: source armel
Version: 7.2-0maemo5
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo5) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 be4483d208b9755e93555ed7b29ac010 619 user/utilities extra vim_7.2-0maemo5.dsc
 e0f6bee7350894d704d91b544b73fb81 8991942 user/utilities extra vim_7.2-0maemo5.tar.gz
 e757d58cc378a4a08ccb016019854883 6333758 user/utilities extra vim_7.2-0maemo5_armel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFK2KfYcVlK3LEf/y8RAsZuAJ9qUmI1GtTfQAM3HLNSQb9StlBVnQCfet7W
JeOcV/iBGJ8RA1uzTdFqGE0=
=LVyl
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-10-16T17:06:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/132">
    <title>Package vim_7.2-0maemo4fremantle0_i386.changeswas installed to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/132</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo4fremantle0_i386.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 10 Oct 2009 11:20:22 +0200
Source: vim
Binary: vim
Architecture: i386
Version: 7.2-0maemo4fremantle0
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo4fremantle0) unstable; urgency=low
 .
   * Rebuilt for fremantle.
Files: 
 068350fe68deab64fecef3c66c8b03e0 6286148 user/utilities extra vim_7.2-0maemo4fremantle0_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFK0GDfcVlK3LEf/y8RAlOEAJ9PBxa44UdXjylOtkPnZERowuUhpACfbfpF
ghCUJB17tMeqdBfVhymGkYQ=
=qwIT
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-10-10T10:27:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/131">
    <title>Package vim_7.2-0maemo4fremantle0_armel.changeswas installed to suite fremantle</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/131</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo4fremantle0_armel.changes has been succesfully uploaded and installed in the
suite fremantle. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org fremantle &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 10 Oct 2009 11:20:22 +0200
Source: vim
Binary: vim
Architecture: source armel
Version: 7.2-0maemo4fremantle0
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo4fremantle0) unstable; urgency=low
 .
   * Rebuilt for fremantle.
Files: 
 21caa116898f1dacb91539e0f1127e44 637 user/utilities extra vim_7.2-0maemo4fremantle0.dsc
 15f8af244ab0664da2eebf431678201c 8983732 user/utilities extra vim_7.2-0maemo4fremantle0.tar.gz
 5caa0abff9279b99abc86b60dbe6ed26 6327474 user/utilities extra vim_7.2-0maemo4fremantle0_armel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFK0GDdcVlK3LEf/y8RAkIrAJ9PYFNeETenusV/NyUXu0LXWVX2+ACZAePF
z+LOnL3yMWMWjP50uRU1T2o=
=7B7O
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-10-10T10:27:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/130">
    <title>Package vim_7.2-0maemo4_i386.changes wasinstalled to suite diablo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/130</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo4_i386.changes has been succesfully uploaded and installed in the
suite diablo. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org diablo &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 28 Jan 2009 22:44:15 +0000
Source: vim
Binary: vim
Architecture: i386
Version: 7.2-0maemo4
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo4) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 49da5ea57d20b3a604d58ffaa1d0f450 6293764 user/utilities extra vim_7.2-0maemo4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJgOT8cVlK3LEf/y8RAjNIAJwIuvWs4VrV0ErgdZWQOEZAaGN2OwCeMIiV
8C9owAsz5oMqVReMD0OBHg0=
=oSP9
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-01-28T23:11:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/129">
    <title>Package vim_7.2-0maemo4_armel.changes wasinstalled to suite diablo</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.maemo.mud/129</link>
    <description>&lt;pre&gt;The package vim_7.2-0maemo4_armel.changes has been succesfully uploaded and installed in the
suite diablo. You can find the .changes file at the end of this message.

To use the package right away, include the following line under
/etc/apt/sources.list :

    deb http://repository.maemo.org diablo &amp;lt;dists&amp;gt;

-.-.-.-.-.-.-.-

Do not reply to this message. In case of problems, contact the queue admin:
marcell-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org

Thanks!
Your queue manager.

--

Changes file:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 28 Jan 2009 22:44:15 +0000
Source: vim
Binary: vim
Architecture: source armel
Version: 7.2-0maemo4
Distribution: unstable
Urgency: low
Maintainer: MUD Build Team &amp;lt;mud-builder-users-alIbjA71pjygJ/XMGvvmrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Changed-By: Automatic Builder &amp;lt;builder-41UWDLvetLrYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Description: 
 vim        - Powerful console text editor
Changes: 
 vim (7.2-0maemo4) unstable; urgency=low
 .
   * Build using mud-builder by andrew
Files: 
 6b10d839586c0a12217425359828afd2 617 user/utilities extra vim_7.2-0maemo4.dsc
 596e5aefe29dcdee73c6408ac308aa01 8986410 user/utilities extra vim_7.2-0maemo4.tar.gz
 7b1b821588308977e02df30099aeef9d 6303154 user/utilities extra vim_7.2-0maemo4_armel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJgOT8cVlK3LEf/y8RAuG/AJ9BenN/zTLVYoLI5KRxbjuK7JG7YgCgl8KI
GfMQQ7B1O/KKEgRzqB/vR6k=
=2VoP
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>gforge-alIbjA71pjygJ/XMGvvmrQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-01-28T23:11:08</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.handhelds.maemo.mud">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.handhelds.maemo.mud</link>
  </textinput>
</rdf:RDF>
