<?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://permalink.gmane.org/gmane.comp.handhelds.maemo.mud">
    <title>gmane.comp.handhelds.maemo.mud</title>
    <link>http://permalink.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 &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 b&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, alt&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.0000000&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
File&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: 
 beb4&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: &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 andre&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&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
 .
   * Re&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: 
 49da&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
File&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>
