File: developer-info.patch

package info (click to toggle)
pragha 1.3.4-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,256 kB
  • sloc: ansic: 31,154; makefile: 936; xml: 43; sh: 7
file content (20 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Gabriel F. T. Gomes <gabriel@inconstante.net.br>
Subject: Use new appstream format for developer id

This should help clear a lintian warning:

    * appstream-metadata-validation-failed

diff --git a/data/pragha.appdata.xml b/data/pragha.appdata.xml
index 816ebdf5..31a64c0f 100644
--- a/data/pragha.appdata.xml
+++ b/data/pragha.appdata.xml
@@ -38,5 +38,7 @@
       <image>https://pragha-music-player.github.io/images/Pragha-W7.jpg</image>
     </screenshot>
   </screenshots>
-  <update_contact>mati86dl_at_gmail.com</update_contact>
+  <developer id="@matiasdelellis@github.com">
+    <name>Matias De lellis</name>
+  </developer>
 </component>