<?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.package-management.vcs-pkg">
    <title>gmane.comp.package-management.vcs-pkg</title>
    <link>http://blog.gmane.org/gmane.comp.package-management.vcs-pkg</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://comments.gmane.org/gmane.comp.package-management.vcs-pkg/638"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/628"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/627"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/626"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/625"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/624"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/618"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/617"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/616"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/615"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/614"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/613"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/612"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/611"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/610"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/609"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/607"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/605"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/603"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/602"/>
      </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://comments.gmane.org/gmane.comp.package-management.vcs-pkg/638">
    <title>My use case of git-buildpackage</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/638</link>
    <description>&lt;pre&gt;Hello,

First, I'm not a Debian maintainer, I mostly do some package for my
personal use, to follow SVN trunk or git HEAD of some softwares.

As I use Debian, I do not want to "make install" things ;-).

I attach[1] a rough document about my actual uses of git for debian
packaging and post it here for comments.

There are some items about which I would like to discuss, like:

- automatic handling of debia/changelog

- multi-distributions/version packaging (and avoiding conflicts)

- automatic build of packages

- management of orig.tar.gz

I already read some maling-list archives, mostly the "Patch mgmt
workflow proposal" plus the links givent in the thread, but the
conversations are way to high for me.

I read the Debian wiki[2] plus its links, I like Russ Allbery page[3],
it's a real life example[4].

Regards.

Footnotes: 
[1]  I need to setup some web access to my git repositories ;-)

[2]  http://wiki.debian.org/PackagingWithGit/

[3]  http://www.eyrie.org/~eagle/notes/debian/git.html

[4] Thanks for the&lt;/pre&gt;</description>
    <dc:creator>Daniel Dehennin</dc:creator>
    <dc:date>2011-11-03T20:51:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/628">
    <title>Branch dependencies with Git hooks</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/628</link>
    <description>&lt;pre&gt;Dear list,

I had this idea today while sitting with Guido and studying TopGit.
I have no investigated any of this, but since DebConf is coming to
an end and I won't have much time in the weeks to come, I wanted to
make sure to capture the idea.

TopGit manages dependencies between branches. If B is a branch off
A, and A is a branch off upstream, then TopGit helps you update all
branches in the right order if upstream releases a new version.

Let's say we have a way to store branch dependencies (quite possibly
that information is right there in the DAG). Couldn't we conceive of
a hook of some sort that made sure that updates to dependent
branches result in (controlled) merges/updates of the depending
branches?

Obviously, we do not want to kick off a massive merging massacre
for every new upstream commit, but we may well want to do this for
the packaging branch. And we certainly want to update all feature
branches when we merge a new upstream tag (or something like that).

The hook would therefore trigger un&lt;/pre&gt;</description>
    <dc:creator>martin f krafft</dc:creator>
    <dc:date>2011-07-30T16:34:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/627">
    <title>Patch mgmt workflow proposal</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/627</link>
    <description>&lt;pre&gt;Hi,

Martin F. Krafft (madduck) was so kind to remind me posting this here. We're 
right now at debconf discussing different patch mgmt workflows. Thanks to 
contributions from Joachim Breitner and Guido Günther I've written down an 
appealing (IMHO) patch mgmt workflow:

http://wiki.debian.org/ThomasKoch/GitPackagingWorkflow

I'd be happy over any feedback.

Regards,

Thomas Koch, http://www.koch.ro

&lt;/pre&gt;</description>
    <dc:creator>Thomas Koch</dc:creator>
    <dc:date>2011-07-30T10:29:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/626">
    <title>Reply by email</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/626</link>
    <description>&lt;pre&gt;Good Day,

I am Peter Wong in Hong Kong. Please
I would like you to assist me in a business
project worth Forty Four Million Five Hundred
Thousand Dollars.

You will have 50% of the total Funds as your share.
If you are interested to know more details contact me
back at my private email: {hsb39peterwong&amp;lt; at &amp;gt;yahoo.com.hk&amp;lt;http://uk.mc246.mail.yahoo.com/mc/compose?to=%7bhsb39peterwong&amp;lt; at &amp;gt;yahoo.com.hk&amp;gt;}

I will be waiting to hear from you.

Best Regards,
Mr. Peter T.S Wong

&lt;/pre&gt;</description>
    <dc:creator>Hoffman, Ronald</dc:creator>
    <dc:date>2011-07-04T13:18:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/625">
    <title>[ s1n9thczfbm4ygsy] : medical mailing list</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/625</link>
    <description>&lt;pre&gt;Value priced Data: $395 for everything below! (only until Friday)

All 100% optin data / Full resale rights

---HEALTHCARE LISTS

 

Physicians (34 specialties)
Database: 788k records, 17k emails, 200k fax numbers
 
Chiropractors
Database: 108,421 total records * 3,414 emails * 6,553 fax numbers
 
Alternative Medicine
Database: 1,141,602 total records with 36,320 emails and 38.935 fax numbers
 
Dentists
Database: 164k records, 45k emails, 77k fax numbers
 
Dentists with Specialties
Database: 30k records all with emails
 

Veterinarians
Database: 78,986 total records with 1,438  emails and 1,050  fax numbers
 
Hospitals
Database: 10,661 Emails for hospitals in the USA
 
Nursing Homes
Database: 31,589 Senior Administrators, 11,288 Nursing Directors in over 14,706 Nursing Homes (full contact info no emails)
 
Pharmaceutical Companies
Database: 47,000 emails of pharma company employees
 
Physical Therapists
Database: 125,460 total records with 5,483 emails and 4,405 fax numbers
 

Oncology &lt;/pre&gt;</description>
    <dc:creator>Marcella scurry</dc:creator>
    <dc:date>2011-06-01T01:50:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/624">
    <title>[FW: [ANNOUNCE] Project pb version 0.11.3 is now available]]</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/624</link>
    <description>&lt;pre&gt;Hello,

I'd encourage people interested in following the project to subscribe to
the announce ML at least in order to receive more regular info.
http://mondorescue.org/sympa/wwsympa-wrapper.fcgi/subscribe/pb-announce

Full Announce is at: http://www.project-builder.org/news.shtml

Best regards,
Bruno.

----- Forwarded message from Bruno Cornec &amp;lt;bruno&amp;lt; at &amp;gt;project-builder.org&amp;gt; -----

From: Bruno Cornec &amp;lt;bruno&amp;lt; at &amp;gt;project-builder.org&amp;gt;
Date: Fri, 27 May 2011 12:11:27 +0200
Subject: [ANNOUNCE] Project pb version 0.11.3 is now available
To: pb-announce&amp;lt; at &amp;gt;project-builder.org, pb-devel&amp;lt; at &amp;gt;project-builder.org

Project pb version 0.11.3 is now available

The project team is happy to announce the availability of a newest version of
pb 0.11.3. Enjoy it as usual!

Now available at ftp://ftp.project-builder.org And commented at
http://brunocornec.wordpress.com/2011/05/27/project-builder-org-0-11-3-is-published/

Most notably, this version adds signature support and various smaller fixes.

[...]
----- End forwarded message -----

&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2011-05-27T10:26:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/618">
    <title>Fwd: [pb-announce] Project pb version 0.11.1 is now available</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/618</link>
    <description>&lt;pre&gt;Hello,

FTI, project-builder.org is tool to support the Continuous Packaging
approach that we are working on jointly beyween HP and Intel.

Best regards,
Bruno.

----- Forwarded message from Bruno Cornec &amp;lt;bruno&amp;lt; at &amp;gt;project-builder.org&amp;gt; -----

From: Bruno Cornec &amp;lt;bruno&amp;lt; at &amp;gt;project-builder.org&amp;gt;
Date: Wed, 9 Mar 2011 07:18:36 +0100
Subject: [pb-announce] [ANNOUNCE] Project pb version 0.11.1 is now available
To: pb-announce&amp;lt; at &amp;gt;project-builder.org, pb-devel&amp;lt; at &amp;gt;project-builder.org

Project pb version 0.11.1 is now available

The project team is happy to announce the availability of a newest version of
pb 0.11.1. Enjoy it as usual!

Major changes in this version which again requires an update of VM/VE/RM
embedded pb to work correctly (use setupvm|ve|rm for that), including:

  â¢ Add support of Remote Machines: pb can now be used in a build farm context
    very easily
  â¢ Bug fixes: #83, #86, #87, parallelism build issues, additional sources and
    patch support, ebuild generation
  â¢ Improved security with sudo &lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2011-03-09T07:30:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/617">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/617</link>
    <description>&lt;pre&gt;Richiesta di autorizzazione all'invio dell'email
 
 
L'Altra Dimensione  esegue  lavori di Ristrutturazione, imbiancature, controsoffittature,
decorazione, coibentazioni termoacustici, trattamenti antimuffa, rifacimento tetti, canne fumarie ecc...
Fornitura e posa di parquet, porte, finestre, zanzariere, sanitari, rubinetteria, piastrelle ...
www.laltradimensione.it
 
Informativa sulla Privacy: Non abbiamo alcun  Vs. dato personale, è stato raccolto da elenchi pubblici disponibili sia in forma cartacea che on-line (Pagine Gialle, Pagine bianche, motori di ricerca) e sono trattati secondo le disposizioni del D.Lgs 196/03.
Qualora non desideriate ricevere in futuro comunicazioni commerciali dalla ditta scrivente potete opporVi ed esercitare i diritti previsti dall'art. 7 del codice della privacy inviando un messaggio di posta elettronica cliccando NON AUTORIZZO e indicando i dati da cancellare. Un messaggio Vi confermerà l'accoglimento della Vs. istanza e la conseguente cancellazione della vostra posta elett&lt;/pre&gt;</description>
    <dc:creator>L'ALTRA DIMENSIONE</dc:creator>
    <dc:date>2011-03-05T02:45:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/616">
    <title>Wonderful:               6 v</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/616</link>
    <description>&lt;pre&gt;
Dear sir/Madam:  We are an electronic products wholesale .Our products are of high quality and low price. If you want to do business , we can offer you the most reasonable discount to make you get more profits. We are expecting for your business.
        if you need please contact us.: (www: jnwsry  . com      E-mail: jnwsry  &amp;lt; at &amp;gt; 188 .com) 
       &lt;/pre&gt;</description>
    <dc:creator>munib barry</dc:creator>
    <dc:date>2011-03-01T14:40:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/615">
    <title>2011年2月惊爆价航空小包超优惠l</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/615</link>
    <description>&lt;pre&gt;2011年2月专线：中国邮政航空国际小包价格低廉：最低7元可达全球！
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 速度快：主要欧美国家５－１０天。可出仿牌（服装，鞋子，包包）等敏感货物，暂不收液体，粉剂，锂电池。

&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 安全性好：丢包率非常低，一般在千分之三以内。
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 与邮局签约，广州直接出口！
收费方式(绝不加收任何处理费)：&amp;amp;nbsp;&amp;amp;nbsp;
按附图4.3折报价表收费。
另有：EMS DHL TNT UPS 欢迎垂询！

中国邮政航空国际小包分为普通空邮 (Normal Air Mail，非挂号) 和挂号 (Registered Air Mail) 两种。
前者费率较低，邮政不提供跟踪查询服务，后者费率稍高，可提供网上跟踪查询服务。中国邮政官方网站查询.

一般ebay卖家所销售的电子产品、饰品、配件、服装、工艺品都可以采用此种方式来发货。

中国邮政航空小包裹服务，可能是最经济实惠的国际小&lt;/pre&gt;</description>
    <dc:creator>ebay1490&lt; at &gt;sina.com</dc:creator>
    <dc:date>2011-02-28T05:55:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/614">
    <title>m*Get Order:    6</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/614</link>
    <description>&lt;pre&gt;
Dear sir/Madam: 
    We are an electronic products wholesale .Our products are of high quality and low price. If you want to do business , we can offer you the most reasonable discount to make you get more profits.
       please contact us: (www: Sufacai . com      E-mail : Sufacai &amp;lt; at &amp;gt; 188.com)
       &lt;/pre&gt;</description>
    <dc:creator>andy sanchez</dc:creator>
    <dc:date>2011-02-23T10:09:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/613">
    <title>Hello Dear,</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/613</link>
    <description>&lt;pre&gt;Hello Dear,  
kindly email me here(raghad&amp;lt; at &amp;gt;cantv.net)  
I am Madam Raghad Saddam Hussein, the eldest daughter of former late  President of iraq,Saddam Hussein.which my father killed my  beloved husband Hussein Al-Maji. I want you to please help me and invest the sum  of ($1.5 billion USD) which my late father,with  my late husband   deposited in a security firm in Ove.rsea before  they were  killed.Note, the funds where deposited as security  bonds  worth ($1.5 billion USD).  
   
I will send to you all the necessary documents that will mandate you to claim the security deposit bonds, as the sole beneficiary of the security deposit bonds. Please if you are willing to  assist me, kindly email me back so that we will proceed  immediately.After all is done,you will take 40% out from the total sum while 10% is been set aside for any expense.   
   
I believe you must have heard about my families death and this will not come to you as a surprise but please try and understand exactly what I am &lt;/pre&gt;</description>
    <dc:creator>ragahad&lt; at &gt;centrum.sk</dc:creator>
    <dc:date>2011-02-07T08:37:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/612">
    <title>git-flow</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/612</link>
    <description>&lt;pre&gt;Dear folks,

in case you missed this, it's worth a look (although I have not yet
checked out the actual tool):

  http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/

&lt;/pre&gt;</description>
    <dc:creator>martin f krafft</dc:creator>
    <dc:date>2011-01-24T12:47:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/611">
    <title>Fwd: [ANNOUNCE] Project pb version 0.10.1 is now available]</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/611</link>
    <description>&lt;pre&gt;----- Forwarded message from Bruno Cornec &amp;lt;bruno&amp;lt; at &amp;gt;project-builder.org&amp;gt; -----

Project pb version 0.10.1 is now available

The project team is happy to announce the availability of a newest version of
pb 0.10.1. Enjoy it as usual!

A lot has been done in that version, so look at the ChangeLogs file below for
details. In particular, that version of pb is not backward compatible with the
previous one, thus the change of version. Which also means that it is highly
recommended to update your VMs/VEs with that new version of pb with the setupvm
|ve command. Another incompatibility is with the cms2* commands which new
really take the content of the CMS/VCS not the sandbox status. In order to get
the previous behaviour, please use the sbx2* commands instead. man pb is
probably helpful ;-)

This version now supports parallelism during the sbx|cms2build, sbx|cms|
build2vm|ve phases which can drastically reduce build time for packages. For
this to work, you need the perl module Parallel::ForkManager installed on your
sy&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2011-01-20T00:20:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/610">
    <title>oferta cursuri de perfectionare</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/610</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>oferta cursuri de perfectionare</dc:creator>
    <dc:date>2010-12-09T04:50:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/609">
    <title>PARTENARIAT</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/609</link>
    <description>&lt;pre&gt;

PARTENARIAT



Bonjour,

Je rentre en contact avec vous dans le but d’entretenir une relation d’affaire sérieuse et bénéfique pour tous.

Je suis BERNARD Jean Pierre, âgé de 68 ans. J’ai servi l’armée française pendant des années et par la suite conseiller militaire au  Gabon. Suite à un accident de circulation le 23 Aout 1987, j’ai perdu mon épouse et mon fils de 17 ans. Je me suis en sorti mais paralysé des deux membres inférieurs.

Après la mort du président gabonais je me suis installé en Côte d’Ivoire où j’avais placé une somme importante de 3.700.000€ sur un comte bloqué depuis cinq ans.

Je suis dans une situation financière catastrophique, je sollicite votre assistance dans le but de faire face aux frais des documents légaux pour le processus de transfert et aussi me fournir un compte bancaire où les fonds seront transférés.

En retour je m’engage à vous offrir 30 % du montant total pour m’avoir aidé à transférer cette somme hors de la Côte d’Ivoir&lt;/pre&gt;</description>
    <dc:creator>BERNARD JEAN PIERRE</dc:creator>
    <dc:date>2010-11-25T20:18:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/607">
    <title>Aprende a editar videos</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/607</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>jevlzcp</dc:creator>
    <dc:date>2010-11-25T01:22:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/605">
    <title>oferta cursuri de perfectionare</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/605</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>oferta cursuri de perfectionare</dc:creator>
    <dc:date>2010-11-03T21:31:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/603">
    <title>=?utf-7?Q?GPS u-blox 6,a revolu+AOcA4w-o chegou: dobro da sensibilidade, metade do consumo +ACE-?=</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/603</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>smartcore-novidades&lt; at &gt;smartcore.com.br</dc:creator>
    <dc:date>2010-10-14T00:28:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/602">
    <title>=?utf-7?Q?GPS u-blox 6,a revolu+AOcA4w-o chegou: dobro da sensibilidade, metade do consumo +ACE-?=</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/602</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>smartcore-novidades&lt; at &gt;smartcore.com.br</dc:creator>
    <dc:date>2010-10-14T00:24:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/601">
    <title>=?utf-7?Q?GPS u-blox 6,a revolu+AOcA4w-o chegou: dobro da sensibilidade, metade do consumo +ACE-?=</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.vcs-pkg/601</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>smartcore-novidades&lt; at &gt;smartcore.com.br</dc:creator>
    <dc:date>2010-10-05T12:56:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.package-management.vcs-pkg">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.package-management.vcs-pkg</link>
  </textinput>
</rdf:RDF>

