<?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.linux.debian.devel.bugs.rc">
    <title>gmane.linux.debian.devel.bugs.rc</title>
    <link>http://blog.gmane.org/gmane.linux.debian.devel.bugs.rc</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.linux.debian.devel.bugs.rc/341445"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341439"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341438"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341434"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341433"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341432"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341431"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341420"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341416"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341414"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341408"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341395"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341392"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341387"/>
      </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.linux.debian.devel.bugs.rc/341445">
    <title>Bug#673841: sofa-framework: FTBFS with GCC-4.7</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341445</link>
    <description>&lt;pre&gt;retitle 673841 sofa-framework: FTBFS with GCC-4.7
tag 673841 patch upstream
user debian-gcc&amp;lt; at &amp;gt;lists.debian.org
usertags 673841 ftbfs-gcc-4.7
thanks

Patch attached, along with a condensed log with the relevant errors.

Cheers,

Matej
--- sofa-framework-1.0~beta4~/framework/sofa/core/componentmodel/behavior/MechanicalMapping.inl
+++ sofa-framework-1.0~beta4/framework/sofa/core/componentmodel/behavior/MechanicalMapping.inl
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -88,14 +88,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 void MechanicalMapping&amp;lt;In,Out&amp;gt;::propagateX()
 {
     if (this-&amp;gt;fromModel!=NULL &amp;amp;&amp;amp; this-&amp;gt;toModel-&amp;gt;getX()!=NULL &amp;amp;&amp;amp; this-&amp;gt;fromModel-&amp;gt;getX()!=NULL)
-apply(*this-&amp;gt;toModel-&amp;gt;getX(), *this-&amp;gt;fromModel-&amp;gt;getX());
+this-&amp;gt;apply(*this-&amp;gt;toModel-&amp;gt;getX(), *this-&amp;gt;fromModel-&amp;gt;getX());
 }
 
 template &amp;lt;class In, class Out&amp;gt;
 void MechanicalMapping&amp;lt;In,Out&amp;gt;::propagateV()
 {
     if (this-&amp;gt;fromModel!=NULL &amp;amp;&amp;amp; this-&amp;gt;toModel-&amp;gt;getV()!=NULL &amp;amp;&amp;amp; this-&amp;gt;fromModel-&amp;gt;getV()!=NULL)
-applyJ(*this-&amp;gt;toModel-&amp;gt;getV(), *this-&amp;gt;fromModel-&amp;gt;getV());
+this-&amp;gt;applyJ(*this-&amp;gt;toModel-&amp;gt;getV(), *this-&amp;gt;fromModel-&amp;gt;getV());&lt;/pre&gt;</description>
    <dc:creator>Matej Vela</dc:creator>
    <dc:date>2012-05-26T22:09:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341439">
    <title>Bug#674715: CVE-2012-2653: initgroups() adds gid 0 to the group list</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341439</link>
    <description>&lt;pre&gt;Package: arpwatch
Version: 2.1a15-1.1
Severity: critical
Tags: security
Justification: root security hole

Hi,

as reported on oss-sec
(http://www.openwall.com/lists/oss-security/2012/05/24/12) the patch
added to arpwatch to drop privileges in fact adds the gid 0 (root) group
to the group list. This has been allocated CVE-2012-2653.

Can you prepare updates fixing this (using pw-&amp;gt;pw_gid in the call) or
should the security team do it?

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Yves-Alexis Perez</dc:creator>
    <dc:date>2012-05-26T21:57:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341438">
    <title>Bug#674713: php5-suhosin no longer provides suhosin.so</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341438</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Package: php5-suhosin
Version: 0.9.33-2
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

The php5-suhosin package in sid (0.9.33-2) doesn't contain the module
suhosin.so anymore, rendering it non-functionable.

Thanks



- -- System Information:
Debian Release: sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4-0.slh.3-aptosid-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5-suhosin depends on:
ii  php5-cgi [phpapi-20100525]  5.4.3-5
ii  php5-cli [phpapi-20100525]  5.4.3-5

php5-suhosin recommends no packages.

php5-suhosin suggests no packages.




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPwUuVAAoJELR081mqSEICgwEIAL0dDSS+Kd04rBkqYK9zyIzP
d9cyUH2fld3CDv/&lt;/pre&gt;</description>
    <dc:creator>Evangelos Katikos</dc:creator>
    <dc:date>2012-05-26T21:31:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341434">
    <title>Bug#674339: vavoom: FTBFS: Could NOT find JPEG</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341434</link>
    <description>&lt;pre&gt;1.33-3 is only a bugfix release

this is the changelog

vavoom (1.33-3) unstable; urgency=low

  * libpng migration fixes (Closes: #662531).
  * Description updated (Closes: #662209).
  * Fix FTBFS on GNU/Hurd.
  * Add libjpeg-dev to Build-Deps (Closes: #674339).



&lt;/pre&gt;</description>
    <dc:creator>gustavo panizzo &lt;gfa&gt;</dc:creator>
    <dc:date>2012-05-26T21:03:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341433">
    <title>Bug#555168: Overview of (affected) locales</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341433</link>
    <description>&lt;pre&gt;Hello,
you can find an overview of the (affected) locales in
http://www.helgefjell.de/debianitem.php?name=bug555168&amp;amp;language=en

The first column is the locale, the second states the status:
implicit - no license given, impllicitly the one of (e)glibc
GPL versionless - license GPL, but no version given
Non-modify - License which does not allow modification
Broken - License which is truncated

The third column states if the author replied so far:
Resolved - The author resolved the license issue
Contact - An initial contact was made
None - No reply to this issue so far
A dash indicates that no contact attempt was made so far

The fourth column states if the license is now ok:
It contains either the name of the license (in green), the word
"implicit" in blue if the licnese is given implicitly, unclear (in
orange) if the status is unclear or "no" in red if the license is not
ok.

The final column links to relevant e-mails, if any.

Greetings

            Helge

P.S. km_KH  lo_LA  th_TH are not included in the li&lt;/pre&gt;</description>
    <dc:creator>Helge Kreutzmann</dc:creator>
    <dc:date>2012-05-26T20:17:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341432">
    <title>Bug#674700: Fw: Attempt to update Gnome on Debian kills system</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341432</link>
    <description>&lt;pre&gt;Update:

"aptitude update &amp;amp;&amp;amp; aptitude dist-upgrade"

fixed it.  But I would heartily recommend against
updating gnome in isolation, that is DO NOT do the
following!!!:

http://wiki.debian.org/Gnome#task

and follow the instructions

apt-get install aptitude tasksel
tasksel install gnome-desktop --new-install

It can break your machine.



&lt;/pre&gt;</description>
    <dc:creator>Linda R</dc:creator>
    <dc:date>2012-05-26T20:12:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341431">
    <title>Bug#674700: Attempt to update Gnome on Debian kills system</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341431</link>
    <description>&lt;pre&gt;Package: gnome
Version: 2.30
Severity: critical

I'm not sure which part of Gnome the problem is in, because it is a very
general problem.

I wrote a request for enhancement bug for Gnome about the lack of good
documentation for setting up dual monitors, and I offered to help fix it. 
Someone replied that this was because I was using an older version of Gnome
(2.30), but the new one (3) was better.  I found that the current stable
version of Debian (Squeeze) uses Gnome 2.30.  I asked why this wouldn't be
fixed in 2.30 since I guess if this is the version of Gnome included in the
stable version of Debian, it would help a lot of users to have this info.  He said he knew that more people used Gnome 3 because of his knowledge of
statistics and experience. I should still update Gnome by finding instructions on a site specific to my distribution.  Okay.

So I went here

http://wiki.debian.org/Gnome#task

and followed the instructions

apt-get install aptitude tasksel
tasksel install gnome-desktop --new-install

at&lt;/pre&gt;</description>
    <dc:creator>Linda R</dc:creator>
    <dc:date>2012-05-26T19:52:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341425">
    <title>Bug#674689: mimms: no links to upstream in d/copyright</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341425</link>
    <description>&lt;pre&gt;Source: mimms
Version: 3.2.1-2
Severity: serious
Justification: Policy 12.5

The copyright file doesn't say where the upstream sources were obtained,

&lt;/pre&gt;</description>
    <dc:creator>Jakub Wilk</dc:creator>
    <dc:date>2012-05-26T18:37:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341420">
    <title>Bug#631729: irssi-plugin-xmpp: Memory corruption and crash with/xmppconnect</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341420</link>
    <description>&lt;pre&gt;Hello Cyril and Adrien,

Do you still have this problem with irssi-plugin-xmpp 0.52-1 ?

Regards,

Bart Martens



&lt;/pre&gt;</description>
    <dc:creator>Bart Martens</dc:creator>
    <dc:date>2012-05-26T17:44:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341418">
    <title>Bug#672047: ovito: new upstream release 0.9.5</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341418</link>
    <description>&lt;pre&gt;Hi,

As this package has been orphaned (see #672047), I've cancelled the NMU
and uploaded the new upstream release (0.9.5) that also fixes this bug.

Cheers.
&lt;/pre&gt;</description>
    <dc:creator>Mònica Ramírez Arceda</dc:creator>
    <dc:date>2012-05-26T17:00:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341416">
    <title>Bug#674315: I got the solution to this one! :)</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341416</link>
    <description>&lt;pre&gt;Hi,

I first didn't get what was happening, and I had to think about it for a
while. On my test server, I had no issue, but on the automatic rebuild,
it wasn't working.

Then on this very nice Saturday evening, having a break on my balcony, I
suddenly understood.

What's happening is that the test script is using:

MYUSER=`whoami`

then uses ${MYUSER} to create the pgsql user. But in the automatic
rebuild, whoami returns "user" (eg: the Unix username of the test
environment is "user"), which is a reserved keyword of pgsql, thus the
syntax error.

The solution is to escape it during the query, and replace this:
psql -e -c "ALTER USER ${MYUSER} WITH PASSWORD 'abcdefg'"

by this:
psql -e -c "ALTER USER \"${MYUSER}\" WITH PASSWORD 'abcdefg'"

and then the ALTER statement works as expected on any situation, I
believe. I'm now uploading this change.

Cheers,

Thomas



&lt;/pre&gt;</description>
    <dc:creator>Thomas Goirand</dc:creator>
    <dc:date>2012-05-26T16:57:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341414">
    <title>Bug#667874: gworkspace: diff for NMU version 0.8.8-1.1</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341414</link>
    <description>&lt;pre&gt;tags 667874 + pending
thanks

Dear maintainer,

I've prepared an NMU for gworkspace (versioned as 0.8.8-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

&lt;/pre&gt;</description>
    <dc:creator>gregor herrmann</dc:creator>
    <dc:date>2012-05-26T16:54:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341408">
    <title>Bug#667873: gridlock.app: diff for NMU version 1.10-3.2</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341408</link>
    <description>&lt;pre&gt;tags 667873 + pending
thanks

Dear maintainer,

I've prepared an NMU for gridlock.app (versioned as 1.10-3.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

&lt;/pre&gt;</description>
    <dc:creator>gregor herrmann</dc:creator>
    <dc:date>2012-05-26T16:38:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341407">
    <title>Bug#668104: pytest-xdist: diff for NMU version 1.8-0.1</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341407</link>
    <description>&lt;pre&gt;tags 668104 + pending
thanks

Dear maintainer,

I'm sponsoring an NMU for pytest-xdist (versioned as 1.8-0.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should delay
it longer.

Regards,

SR
&lt;/pre&gt;</description>
    <dc:creator>Stefano Rivera</dc:creator>
    <dc:date>2012-05-26T16:25:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341401">
    <title>Bug#674668: Starting Evolution often crashes the GNOME session</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341401</link>
    <description>&lt;pre&gt;Package: gnome-shell
Version: 3.2.2.1-4
Severity: grave
Justification: Entire session crashes; can cause serious data loss

Hi,

for about a week now, I've had sudden crashes of the GNOME session, i.e.
the X session terminates (killing all running programs in the process)
and I'm back at the login screen. These crashes have always happened
directly after starting Evolution from gnome-shell's dash.

I first suspected a video driver bug, but now I've seen seen these
crashes on two machines (both with an up-to-date 64-bit Debian testing)
with different video cards. When trying to reproduce this behavior, I
discovered that I could reliably crash the session simply by starting
and closing Evolution repeatedly (on average about 10 times).

I've attached two .xsession-errors files from such crashes (line #42
from file #2 seems to be particularly interesting). Unfortunately there
have been no messages in the dmesg output. Please tell me if you need
anything else to reproduce and/or debug this problem.

Best regards
&lt;/pre&gt;</description>
    <dc:creator>Alexander Kurtz</dc:creator>
    <dc:date>2012-05-26T15:18:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341395">
    <title>Bug#674303: gitmagic: FTBFS: ! LaTeX Error: Encoding scheme `T2A'unknown.</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341395</link>
    <description>&lt;pre&gt;tags 674303 patch
thanks

Build dependency on texlive-lang-cyrillic is missing.



&lt;/pre&gt;</description>
    <dc:creator>Ilya Barygin</dc:creator>
    <dc:date>2012-05-26T14:40:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341392">
    <title>Bug#666588: fixed-upstream</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341392</link>
    <description>&lt;pre&gt;tags 666588 + fixed-upstream
thanks

Hi,

Upstream has committed the fix
http://gauche.git.sourceforge.net/git/gitweb.cgi?p=gauche/Gauche;a=commitdiff;h=d9316851a700bc467e5a2f394af61ba71849315c
while this is still not included in its latest version (0.9.3.2).

Thanks,
&lt;/pre&gt;</description>
    <dc:creator>YOSHINO Yoshihito</dc:creator>
    <dc:date>2012-05-26T13:37:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341391">
    <title>Bug#670413: samba4: fails to install: ProvisioningError: Existingsmb.conf does not have a [netlogon] share, but you are configuring aDC.</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341391</link>
    <description>&lt;pre&gt;Package: samba4
Version: 4.0.0~alpha19+dfsg1-7
Followup-For: Bug #670413

Not fixed in -7. Same error as before. New log attached.


Andreas
&lt;/pre&gt;</description>
    <dc:creator>Andreas Beckmann</dc:creator>
    <dc:date>2012-05-26T11:57:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341390">
    <title>Bug#674624: uprecords-cgi: fails to install withDEBIAN_FRONTEND=noninteractive</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341390</link>
    <description>&lt;pre&gt;Package: uprecords-cgi
Followup-For: Bug #674624

Fix is trivial as I expected.
Patch attached.

Andreas
&lt;/pre&gt;</description>
    <dc:creator>Andreas Beckmann</dc:creator>
    <dc:date>2012-05-26T11:49:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341387">
    <title>Bug#674648: cmdpack_1.03-1_amd64.changes ACCEPTED into unstable</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341387</link>
    <description>&lt;pre&gt;


Accepted:
cmdpack_1.03-1.debian.tar.gz
  to main/c/cmdpack/cmdpack_1.03-1.debian.tar.gz
cmdpack_1.03-1.dsc
  to main/c/cmdpack/cmdpack_1.03-1.dsc
cmdpack_1.03.orig.tar.gz
  to main/c/cmdpack/cmdpack_1.03.orig.tar.gz
ecm_1.03-1_amd64.deb
  to main/c/cmdpack/ecm_1.03-1_amd64.deb


Changes:
cmdpack (1.03-1) unstable; urgency=low
 .
  * Renaming source package name from ecm to cmdpack.
  * New upstream release.
  * debian/README.source: Removed.
  * debian/control, debian/compat: debhelper 9.
  * debian/watch, debian/copyright: New upstream homepage.
  * debian/control: Source and binary packages now have different homepages.
  * debian/copyright: Updated upstream license to GPL-3+.
  * debian/patches/Makefile: Replaced by debian/patches/makefile.diff.
  * debian/patches/rename.diff: Added, see #580548.
  * debian/ecm.links: ecm-uncompress is now a symlink to ecm-compress.


Override entries for your package:
cmdpack_1.03-1.dsc - source utils
ecm_1.03-1_amd64.deb - optional utils

Announcing to debian-devel-c&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2012-05-26T12:32:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341384">
    <title>Bug#674648: cmdpack_1.03-1_amd64.changes is NEW</title>
    <link>http://comments.gmane.org/gmane.linux.debian.devel.bugs.rc/341384</link>
    <description>&lt;pre&gt;(new) cmdpack_1.03-1.debian.tar.gz optional utils
(new) cmdpack_1.03-1.dsc optional utils
(new) cmdpack_1.03.orig.tar.gz optional utils
ecm_1.03-1_amd64.deb
  to main/c/cmdpack/ecm_1.03-1_amd64.deb


Changes:
cmdpack (1.03-1) unstable; urgency=low
 .
  * Renaming source package name from ecm to cmdpack.
  * New upstream release.
  * debian/README.source: Removed.
  * debian/control, debian/compat: debhelper 9.
  * debian/watch, debian/copyright: New upstream homepage.
  * debian/control: Source and binary packages now have different homepages.
  * debian/copyright: Updated upstream license to GPL-3+.
  * debian/patches/Makefile: Replaced by debian/patches/makefile.diff.
  * debian/patches/rename.diff: Added, see #580548.
  * debian/ecm.links: ecm-uncompress is now a symlink to ecm-compress.


Override entries for your package:
ecm_1.03-1_amd64.deb - optional utils

Announcing to debian-devel-changes&amp;lt; at &amp;gt;lists.debian.org


Your package contains new components which requires manual editing of
the override file.  I&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2012-05-26T12:02:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.debian.devel.bugs.rc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.debian.devel.bugs.rc</link>
  </textinput>
</rdf:RDF>

