rev 17449 - in trunk/packages/kdepim/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Mar 18 00:30:25 UTC 2010


Author: ana
Date: 2010-03-18 00:30:24 +0000 (Thu, 18 Mar 2010)
New Revision: 17449

Modified:
   trunk/packages/kdepim/debian/changelog
   trunk/packages/kdepim/debian/patches/30_debianize_akregator_default.diff
Log:
Replace Debian Times with Debian News in the Debian feeds that akregator 
provides by default. (Closes: #573358)


Modified: trunk/packages/kdepim/debian/changelog
===================================================================
--- trunk/packages/kdepim/debian/changelog	2010-03-17 20:32:17 UTC (rev 17448)
+++ trunk/packages/kdepim/debian/changelog	2010-03-18 00:30:24 UTC (rev 17449)
@@ -69,8 +69,12 @@
   [ Eckhart Wörner ]
   * kmail no longer recommends procmail but suggests it. (Closes: #573619)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 04 Mar 2010 12:39:18 +0200
+  [ Ana Beatriz Guerrero Lopez ]
+  * Replace Debian Times with Debian News in the Debian feeds that akregator 
+    provides by default. (Closes: #573358)
 
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 18 Mar 2010 01:28:04 +0100
+
 kdepim (4:4.3.4-2) unstable; urgency=low
 
   [ Modestas Vainius ]

Modified: trunk/packages/kdepim/debian/patches/30_debianize_akregator_default.diff
===================================================================
--- trunk/packages/kdepim/debian/patches/30_debianize_akregator_default.diff	2010-03-17 20:32:17 UTC (rev 17448)
+++ trunk/packages/kdepim/debian/patches/30_debianize_akregator_default.diff	2010-03-18 00:30:24 UTC (rev 17449)
@@ -20,8 +20,8 @@
 +        debianFolder.appendChild(pland);
 +
 +        QDomElement dtimes = doc.createElement( "outline" );
-+        dtimes.setAttribute("text",i18n("Debian Times"));
-+        dtimes.setAttribute("xmlUrl","http://times.debian.net/?format=rss20.xml");
++        dtimes.setAttribute("text",i18n("Debian News"));
++        dtimes.setAttribute("xmlUrl","http://news.debian.net/feed/");
 +        debianFolder.appendChild(dtimes);
 +
          return doc;




More information about the pkg-kde-commits mailing list