[Python-apps-commits] r1874 - in packages/planet/trunk/debian (2 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Sep 30 00:13:24 UTC 2008


    Date: Tuesday, September 30, 2008 @ 00:13:23
  Author: arnau
Revision: 1874

* Add lintian override because planet ships its own version of  	 
  feedparser.
* debian/patches/03_fix_isPermaLink.diff:
  + Add missing space before attribute leading to incorrect template
    being generated. Thanks to Rapha?\195?\171l Hertzog.

Modified:
  packages/planet/trunk/debian/changelog
  packages/planet/trunk/debian/patches/03_fix_isPermaLink.diff

Modified: packages/planet/trunk/debian/changelog
===================================================================
--- packages/planet/trunk/debian/changelog	2008-09-30 00:12:35 UTC (rev 1873)
+++ packages/planet/trunk/debian/changelog	2008-09-30 00:13:23 UTC (rev 1874)
@@ -1,3 +1,13 @@
+planet (2.0-15) unstable; urgency=low
+
+  * Add lintian override because planet ships its own version of  	 
+    feedparser.
+  * debian/patches/03_fix_isPermaLink.diff:
+    + Add missing space before attribute leading to incorrect template
+      being generated. Thanks to Raphaël Hertzog.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 26 Sep 2008 11:33:38 +0100
+
 planet (2.0-14) unstable; urgency=low
 
   * debian/po:

Modified: packages/planet/trunk/debian/patches/03_fix_isPermaLink.diff
===================================================================
--- packages/planet/trunk/debian/patches/03_fix_isPermaLink.diff	2008-09-30 00:12:35 UTC (rev 1873)
+++ packages/planet/trunk/debian/patches/03_fix_isPermaLink.diff	2008-09-30 00:13:23 UTC (rev 1874)
@@ -7,7 +7,7 @@
  <item>
  	<title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
 -	<guid><TMPL_VAR id ESCAPE="HTML"></guid>
-+	<guid<TMPL_IF guid_is_not_link>permalink="False"</TMPL_IF>><TMPL_VAR id ESCAPE="HTML"></guid>
++	<guid<TMPL_IF guid_is_not_link> permalink="False"</TMPL_IF>><TMPL_VAR id ESCAPE="HTML"></guid>
  	<link><TMPL_VAR link ESCAPE="HTML"></link>
  	<TMPL_IF content>
  	<description><TMPL_VAR content ESCAPE="HTML"></description>




More information about the Python-apps-commits mailing list