[SCM] marco Debian package branch, master, updated. debian/1.8.0+dfsg1-1-8-g8603691
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Mar 19 10:41:45 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/marco.git;a=commitdiff;h=3f9d37b
The following commit has been merged in the master branch:
commit 3f9d37b6dbc5850fc18f43897bdbff68d31eb150
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Mar 19 11:37:35 2014 +0100
debian/patches: Fix upstream flaw in 0001_use-zenity-instead-of-mate-dialogs.patch.
---
debian/patches/0001_use-zenity-instead-of-mate-dialogs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0001_use-zenity-instead-of-mate-dialogs.patch b/debian/patches/0001_use-zenity-instead-of-mate-dialogs.patch
index 4704926..91cd40b 100644
--- a/debian/patches/0001_use-zenity-instead-of-mate-dialogs.patch
+++ b/debian/patches/0001_use-zenity-instead-of-mate-dialogs.patch
@@ -13,7 +13,7 @@ index 938cf13..76fe288 100644
-AC_PATH_PROG(MATEDIALOG, matedialog, no)
-if test x"$MATEDIALOG" = xno; then
- AC_MSG_ERROR([matedialog not found in your path - needed for dialogs])
-+AC_PATH_PROG(ZENITY, matedialog, no)
++AC_PATH_PROG(ZENITY, zenity, no)
+if test x"$ZENITY" = xno; then
+ AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
fi
--
marco Debian package
More information about the pkg-mate-commits
mailing list