[gnome-main-menu] 02/03: debian/patches: Add 1005_correct_configure_to_reference_caja.patch. (Closes: #800352).
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Mon Sep 28 13:45:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository gnome-main-menu.
commit d0a96413ba119ae24bca3ab495285a31ec099cba
Author: Martin Wimpress <code at flexion.org>
Date: Mon Sep 28 14:44:22 2015 +0100
debian/patches: Add 1005_correct_configure_to_reference_caja.patch. (Closes: #800352).
---
.../patches/1005_correct_configure_to_reference_caja.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/1005_correct_configure_to_reference_caja.patch b/debian/patches/1005_correct_configure_to_reference_caja.patch
new file mode 100644
index 0000000..18ec936
--- /dev/null
+++ b/debian/patches/1005_correct_configure_to_reference_caja.patch
@@ -0,0 +1,13 @@
+Description: configure.ac: fix typo
+Author: monsta <monsta at inbox.ru>
+--- a/configure.ac
++++ b/configure.ac
+@@ -148,7 +148,7 @@
+ then
+ CAJA_REQUIRED=1.5.0
+
+- PKG_CHECK_MODULES(CAJA, [libcaja-extension >= $NAUTILUS_REQUIRED glib-2.0 gobject-2.0 gio-2.0])
++ PKG_CHECK_MODULES(CAJA, [libcaja-extension >= $CAJA_REQUIRED glib-2.0 gobject-2.0 gio-2.0])
+ CAJADIR=`pkg-config --variable=extensiondir libcaja-extension`
+
+ AC_SUBST(CAJA_CFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index b541212..c042bab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
1002_update-desktop-files.patch
1003_adjust_disable-log-out_gschema_key.patch
1004_fix_out_of_bounds_array_access.patch
+1005_correct_configure_to_reference_caja.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/gnome-main-menu.git
More information about the pkg-mate-commits
mailing list