summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 12:57:38 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 12:57:38 +0100
commit35fd3ab8990210defe10f1614abe4ca1afe04c5d (patch)
treef511703bdeeff064dbc314281c6abce9b0bb5348 /debian/patches
parentf1a056923fce6dd0ebd778d381794d3090a62e8c (diff)
New upstream release 3.26.2; Declare compliance with Debian Policy 4.1.1; Drop d/simple-scan.lintian-overrides; New d/p/0010-metadata.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0010-metadata.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0010-metadata.patch b/debian/patches/0010-metadata.patch
new file mode 100644
index 0000000..7277159
--- /dev/null
+++ b/debian/patches/0010-metadata.patch
@@ -0,0 +1,18 @@
+Description: Install metadate into /usr/share/metainfo/
+Author: Jörg Frings-Fürst <debian@jff.email>
+Last-Update: 2017-11-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/data/meson.build
+===================================================================
+--- trunk.orig/data/meson.build
++++ trunk/data/meson.build
+@@ -23,7 +23,7 @@ i18n.merge_file ('appdata-file',
+ input: 'simple-scan.appdata.xml.in',
+ output: 'simple-scan.appdata.xml',
+ install: true,
+- install_dir: join_paths (datadir, 'appdata'),
++ install_dir: join_paths (datadir, 'metainfo'),
+ po_dir: '../po')
+
+ install_man ('simple-scan.1')
diff --git a/debian/patches/series b/debian/patches/series
index 7d8faf6..82e9ebc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
#0100-typos.patch
#0005-zlib.patch
+0010-metadata.patch