aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-29 15:43:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-29 15:43:58 +0200
commit36a58cb0c405c1e274081ceb8ade0485d481ecb4 (patch)
tree5e4a556eeadf172288527d5977b34978486e9b95 /debian/patches
parent3cf69a2caada74a767ce2431b51e0fc920fbd668 (diff)
downloadlibdbusmenu-36a58cb0c405c1e274081ceb8ade0485d481ecb4.tar.gz
libdbusmenu-36a58cb0c405c1e274081ceb8ade0485d481ecb4.tar.bz2
libdbusmenu-36a58cb0c405c1e274081ceb8ade0485d481ecb4.zip
debian/*: Adopt official Debian packaging.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001_no-deprecated-gnome-common-macros.patch12
-rw-r--r--debian/patches/README3
-rw-r--r--debian/patches/series1
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0001_no-deprecated-gnome-common-macros.patch b/debian/patches/0001_no-deprecated-gnome-common-macros.patch
new file mode 100644
index 0000000..fbe7ca3
--- /dev/null
+++ b/debian/patches/0001_no-deprecated-gnome-common-macros.patch
@@ -0,0 +1,12 @@
+Description: Drop deprecated gnome-common variables.
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -9,6 +9,4 @@
+
+ gtkdocize || exit 1
+
+-USE_GNOME2_MACROS=1 \
+-USE_COMMON_DOC_BUILD=yes \
+ gnome-autogen.sh --enable-gtk-doc $@
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4b9e9f9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_no-deprecated-gnome-common-macros.patch