aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-05-21 12:01:23 +0200
committerGuido Günther <agx@sigxcpu.org>2020-05-21 12:01:23 +0200
commit2feb78299356400deaf3fd765ee1cd0be9b75ea6 (patch)
treeab319d5be95548b4104ba91b145a39406f5a286b
parentfacf577dc2967db8f288ba158557e25410987bc9 (diff)
data: Make appdata validator happy
-rw-r--r--debian/patches/data-Make-appdata-validator-happy.patch28
-rw-r--r--debian/patches/series1
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/data-Make-appdata-validator-happy.patch b/debian/patches/data-Make-appdata-validator-happy.patch
new file mode 100644
index 0000000..445cdf7
--- /dev/null
+++ b/debian/patches/data-Make-appdata-validator-happy.patch
@@ -0,0 +1,28 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Thu, 21 May 2020 12:00:00 +0200
+Subject: data: Make appdata validator happy
+
+---
+ data/org.gnome.PrepaidManager.appdata.xml.in | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/data/org.gnome.PrepaidManager.appdata.xml.in b/data/org.gnome.PrepaidManager.appdata.xml.in
+index e6b5aa2..9c9e751 100644
+--- a/data/org.gnome.PrepaidManager.appdata.xml.in
++++ b/data/org.gnome.PrepaidManager.appdata.xml.in
+@@ -5,11 +5,14 @@
+ <project_license>GPL-3.0-or-later</project_license>
+ <name>Prepaid manager</name>
+ <description>
++ <p>
+ GNOME Prepaid-manager-applet is an applet for the GNOME Desktop that
+ allows you to check and top up the balance of GSM mobile prepaid SIM cards.
+-
++ </p>
++ <p>
+ It uses ModemManager to talk to the modem and mobile-broadband-provider-info
+ to determine the necessary USSD codes for your provider.
++ </p>
+ </description>
+ <url type="homepage">https://honk.sigxcpu.org/piki/projects/ppm/</url>
+ <updatecontact>agx@sigxcpu.org</updatecontact>
diff --git a/debian/patches/series b/debian/patches/series
index 6b23f81..997b69a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
Also-use-python3-when-not-running-via-wrapper.patch
+data-Make-appdata-validator-happy.patch