[Python-apps-commits] r14179 - in packages/retext/branches/6.0/debian (3 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Fri Jul 7 16:40:50 UTC 2017


    Date: Friday, July 7, 2017 @ 16:40:49
  Author: mitya57
Revision: 14179

Backport upstream patch to fix syntax in appdata XML file.

Added:
  packages/retext/branches/6.0/debian/patches/appdata_closing_tag.diff
Modified:
  packages/retext/branches/6.0/debian/changelog
  packages/retext/branches/6.0/debian/patches/series

Modified: packages/retext/branches/6.0/debian/changelog
===================================================================
--- packages/retext/branches/6.0/debian/changelog	2017-07-07 16:36:26 UTC (rev 14178)
+++ packages/retext/branches/6.0/debian/changelog	2017-07-07 16:40:49 UTC (rev 14179)
@@ -1,6 +1,7 @@
 retext (6.0.2-3) UNRELEASED; urgency=medium
 
   * Backport upstream fix for crash in XSettings code (closes: #863640).
+  * Backport upstream patch to fix syntax in appdata XML file.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 07 Jul 2017 19:35:28 +0300
 

Added: packages/retext/branches/6.0/debian/patches/appdata_closing_tag.diff
===================================================================
--- packages/retext/branches/6.0/debian/patches/appdata_closing_tag.diff	                        (rev 0)
+++ packages/retext/branches/6.0/debian/patches/appdata_closing_tag.diff	2017-07-07 16:40:49 UTC (rev 14179)
@@ -0,0 +1,15 @@
+Description: fix closing tag in appdata XML file
+Origin: upstream, https://github.com/retext-project/retext/commit/49e4de2b11b24ab4
+Last-Update: 2017-07-07
+
+--- a/data/me.mitya57.ReText.appdata.xml
++++ b/data/me.mitya57.ReText.appdata.xml
+@@ -28,7 +28,7 @@
+     <p>ReText is a text editor for plain text markup languages, such as Markdown and reStructuredText.</p>
+     <p>It supports tabs, live text preview, synchronized scrolling (for Markdown) and syntax highlighting.</p>
+     <p>ReText can export to HTML, ODT and PDF formats. It is also possible to write custom export extensions.</p>
+-  </descripion>
++  </description>
+   <url type="homepage">https://github.com/retext-project/retext</url>
+   <metadata_license>CC0</metadata_license>
+   <project_license>GPL-2.0+</project_license>

Modified: packages/retext/branches/6.0/debian/patches/series
===================================================================
--- packages/retext/branches/6.0/debian/patches/series	2017-07-07 16:36:26 UTC (rev 14178)
+++ packages/retext/branches/6.0/debian/patches/series	2017-07-07 16:40:49 UTC (rev 14179)
@@ -1 +1,2 @@
 fix_xsettings_segfault.diff
+appdata_closing_tag.diff




More information about the Python-apps-commits mailing list