[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.2.3-1-27-g35ae57b
Stefan Ebner
sebner at ubuntu.com
Sun Jan 17 15:22:56 UTC 2010
The following commit has been merged in the master branch:
commit 35ae57b46ba0b5d30a2982d812adfea4bc666dfc
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Sun Jan 17 16:22:34 2010 +0100
Actually fix the patch ...
diff --git a/debian/patches/01_fix_gnome-keyring_sharp_detection b/debian/patches/01_fix_gnome-keyring_sharp_detection
new file mode 100644
index 0000000..83d6962
--- /dev/null
+++ b/debian/patches/01_fix_gnome-keyring_sharp_detection
@@ -0,0 +1,13 @@
+Index: bareftp/configure.ac
+===================================================================
+--- bareftp.orig/configure.ac 2010-01-17 16:21:57.940343608 +0100
++++ bareftp/configure.ac 2010-01-17 16:22:08.421342651 +0100
+@@ -79,7 +79,7 @@
+ [with_keyring=yes])
+
+ if test x"$with_keyring" != xno ; then
+- PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp])
++ PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp-1.0])
+ AC_SUBST([GNOME_KEYRING_SHARP_LIBS])
+ CSC_DEFINES="$CSC_DEFINES -d:HAVE_GNOME_KEYRING"
+ else
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9e02fc4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_gnome-keyring_sharp_detection
--
bareftp
More information about the Pkg-cli-apps-commits
mailing list