r17707 - in /desktop/experimental/seahorse/debian: ./ patches/

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Nov 25 10:46:30 UTC 2008


Author: pochu-guest
Date: Tue Nov 25 10:46:30 2008
New Revision: 17707

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17707
Log:
* New upstream release.
  - Update build dependencies.
  - debian/patches/01_sharedlib.patch,
    debian/patches/05_focus_windows.patch:
    + Removed, fixed upstream.
  - debian/patches/04_ldap_deprecated.patch:
    + Removed, upstream doesn't use deprecated LDAP functions anymore.
  - debian/patches/06_tray_hide_window.patch,
    debian/patches/09_gecko_1.9.patch,
    debian/patches/10_ephyembed_api.patch:
    + Removed, the code is now in seahorse-plugins.
  - debian/patches/70_relibtoolize.patch:
    + Turn it into 90_autoconf.patch and generate it running autoconf.
  - Enable key sharing support.

Added:
    desktop/experimental/seahorse/debian/patches/90_autoconf.patch
Removed:
    desktop/experimental/seahorse/debian/patches/01_sharedlib.patch
    desktop/experimental/seahorse/debian/patches/02_close_fds.patch
    desktop/experimental/seahorse/debian/patches/04_ldap_deprecated.patch
    desktop/experimental/seahorse/debian/patches/05_focus_windows.patch
    desktop/experimental/seahorse/debian/patches/06_tray_hide_window.patch
    desktop/experimental/seahorse/debian/patches/09_gecko_1.9.patch
    desktop/experimental/seahorse/debian/patches/10_ephyembed_api.patch
    desktop/experimental/seahorse/debian/patches/70_relibtoolize.patch
Modified:
    desktop/experimental/seahorse/debian/changelog
    desktop/experimental/seahorse/debian/control
    desktop/experimental/seahorse/debian/control.in
    desktop/experimental/seahorse/debian/patches/series
    desktop/experimental/seahorse/debian/rules

Modified: desktop/experimental/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/changelog?rev=17707&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/changelog (original)
+++ desktop/experimental/seahorse/debian/changelog Tue Nov 25 10:46:30 2008
@@ -1,3 +1,22 @@
+seahorse (2.24.1-1) experimental; urgency=low
+
+  * New upstream release.
+    - Update build dependencies.
+    - debian/patches/01_sharedlib.patch,
+      debian/patches/05_focus_windows.patch:
+      + Removed, fixed upstream.
+    - debian/patches/04_ldap_deprecated.patch:
+      + Removed, upstream doesn't use deprecated LDAP functions anymore.
+    - debian/patches/06_tray_hide_window.patch,
+      debian/patches/09_gecko_1.9.patch,
+      debian/patches/10_ephyembed_api.patch:
+      + Removed, the code is now in seahorse-plugins.
+    - debian/patches/70_relibtoolize.patch:
+      + Turn it into 90_autoconf.patch and generate it running autoconf.
+    - Enable key sharing support.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 25 Nov 2008 11:46:00 +0100
+
 seahorse (2.22.3-2) unstable; urgency=low
 
   * 02_close_fds.patch: set close-on-exec flag on the agent socket's 

Modified: desktop/experimental/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/control?rev=17707&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/control (original)
+++ desktop/experimental/seahorse/debian/control Tue Nov 25 10:46:30 2008
@@ -2,33 +2,26 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
                quilt,
-               libgnome2-dev (>= 2.14.0),
                libglade2-dev,
-               libgnomeui-dev (>= 2.10.0),
                scrollkeeper,
-               libgpgme11-dev,
-               libxml-parser-perl,
-               gedit-dev (>= 2.10.0),
+               libgpgme11-dev (>= 1.0.0),
+               intltool (>= 0.35),
                libsoup2.4-dev,
                libldap2-dev,
-               libnautilus-extension-dev (>= 2.12.0),
                libnotify-dev,
-               libpanel-applet2-dev (>= 2.9.4),
-               libavahi-glib-dev,
+               libavahi-glib-dev (>= 0.6),
+               libavahi-client-dev (>= 0.6),
                libdbus-glib-1-dev,
                gnome-doc-utils,
                libgnome-keyring-dev,
                libglib2.0-dev (>= 2.10.0),
                libgtk2.0-dev (>= 2.10.0),
-               epiphany-browser-dev (>= 2.22.2),
                libxml2-dev (>= 2.6.0),
-               xulrunner-dev (>= 1.9~rc1),
-               libebook1.2-dev (>= 1.7.90),
-               libgnomevfs2-dev,
+               libgconf2-dev,
                gnome-pkg-tools
 Build-Conflicts: gnupg2
 Standards-Version: 3.8.0

Modified: desktop/experimental/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/control.in?rev=17707&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/control.in (original)
+++ desktop/experimental/seahorse/debian/control.in Tue Nov 25 10:46:30 2008
@@ -6,29 +6,22 @@
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
                quilt,
-               libgnome2-dev (>= 2.14.0),
                libglade2-dev,
-               libgnomeui-dev (>= 2.10.0),
                scrollkeeper,
-               libgpgme11-dev,
-               libxml-parser-perl,
-               gedit-dev (>= 2.10.0),
+               libgpgme11-dev (>= 1.0.0),
+               intltool (>= 0.35),
                libsoup2.4-dev,
                libldap2-dev,
-               libnautilus-extension-dev (>= 2.12.0),
                libnotify-dev,
-               libpanel-applet2-dev (>= 2.9.4),
-               libavahi-glib-dev,
+               libavahi-glib-dev (>= 0.6),
+               libavahi-client-dev (>= 0.6),
                libdbus-glib-1-dev,
                gnome-doc-utils,
                libgnome-keyring-dev,
                libglib2.0-dev (>= 2.10.0),
                libgtk2.0-dev (>= 2.10.0),
-               epiphany-browser-dev (>= 2.22.2),
                libxml2-dev (>= 2.6.0),
-               xulrunner-dev (>= 1.9~rc1),
-               libebook1.2-dev (>= 1.7.90),
-               libgnomevfs2-dev,
+               libgconf2-dev,
                gnome-pkg-tools
 Build-Conflicts: gnupg2
 Standards-Version: 3.8.0

Added: desktop/experimental/seahorse/debian/patches/90_autoconf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/patches/90_autoconf.patch?rev=17707&op=file
==============================================================================
--- desktop/experimental/seahorse/debian/patches/90_autoconf.patch (added)
+++ desktop/experimental/seahorse/debian/patches/90_autoconf.patch Tue Nov 25 10:46:30 2008
@@ -1,0 +1,287 @@
+diff -ruNp seahorse-2.24.1.orig/configure seahorse-2.24.1/configure
+--- seahorse-2.24.1.orig/configure	2008-10-19 11:23:53.000000000 +0200
++++ seahorse-2.24.1/configure	2008-11-25 10:58:59.000000000 +0100
+@@ -961,8 +961,6 @@ GP11_CFLAGS
+ GP11_LIBS
+ WITH_PKCS11_TRUE
+ WITH_PKCS11_FALSE
+-SSH_KEYGEN_PATH
+-SSH_PATH
+ WITH_SSH_TRUE
+ WITH_SSH_FALSE
+ WITH_TESTS_TRUE
+@@ -5549,13 +5547,13 @@ if test "${lt_cv_nm_interface+set}" = se
+ else
+   lt_cv_nm_interface="BSD nm"
+   echo "int some_variable = 0;" > conftest.$ac_ext
+-  (eval echo "\"\$as_me:5552: $ac_compile\"" >&5)
++  (eval echo "\"\$as_me:5550: $ac_compile\"" >&5)
+   (eval "$ac_compile" 2>conftest.err)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:5555: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
++  (eval echo "\"\$as_me:5553: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
+   cat conftest.err >&5
+-  (eval echo "\"\$as_me:5558: output\"" >&5)
++  (eval echo "\"\$as_me:5556: output\"" >&5)
+   cat conftest.out >&5
+   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
+     lt_cv_nm_interface="MS dumpbin"
+@@ -6665,7 +6663,7 @@ ia64-*-hpux*)
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 6668 "configure"' > conftest.$ac_ext
++  echo '#line 6666 "configure"' > conftest.$ac_ext
+   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -9221,11 +9219,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9224: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9222: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:9228: \$? = $ac_status" >&5
++   echo "$as_me:9226: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -9545,11 +9543,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9548: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9546: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:9552: \$? = $ac_status" >&5
++   echo "$as_me:9550: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -9650,11 +9648,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9653: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9651: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:9657: \$? = $ac_status" >&5
++   echo "$as_me:9655: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -9705,11 +9703,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9708: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9706: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:9712: \$? = $ac_status" >&5
++   echo "$as_me:9710: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -12466,7 +12464,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 12469 "configure"
++#line 12467 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -12566,7 +12564,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<_LT_EOF
+-#line 12569 "configure"
++#line 12567 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -14569,11 +14567,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:14572: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14570: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:14576: \$? = $ac_status" >&5
++   echo "$as_me:14574: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -14668,11 +14666,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:14671: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14669: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:14675: \$? = $ac_status" >&5
++   echo "$as_me:14673: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -14720,11 +14718,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:14723: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14721: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:14727: \$? = $ac_status" >&5
++   echo "$as_me:14725: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -18633,91 +18631,11 @@ if test "x$enable_ssh" = "xno"; then
+     echo "disabling ssh support"
+ else
+ 
+-    # Extract the first word of "ssh-keygen", so it can be a program name with args.
+-set dummy ssh-keygen; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_SSH_KEYGEN_PATH+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $SSH_KEYGEN_PATH in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_SSH_KEYGEN_PATH="$SSH_KEYGEN_PATH" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_SSH_KEYGEN_PATH="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
++#    AC_PATH_PROG(SSH_KEYGEN_PATH, ssh-keygen, "failed")
++#    AC_PATH_PROG(SSH_PATH, ssh, "failed")
+ 
+-  test -z "$ac_cv_path_SSH_KEYGEN_PATH" && ac_cv_path_SSH_KEYGEN_PATH=""failed""
+-  ;;
+-esac
+-fi
+-SSH_KEYGEN_PATH=$ac_cv_path_SSH_KEYGEN_PATH
+-if test -n "$SSH_KEYGEN_PATH"; then
+-  { echo "$as_me:$LINENO: result: $SSH_KEYGEN_PATH" >&5
+-echo "${ECHO_T}$SSH_KEYGEN_PATH" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+-    # Extract the first word of "ssh", so it can be a program name with args.
+-set dummy ssh; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_SSH_PATH+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $SSH_PATH in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_SSH_PATH="$SSH_PATH" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_SSH_PATH="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  test -z "$ac_cv_path_SSH_PATH" && ac_cv_path_SSH_PATH=""failed""
+-  ;;
+-esac
+-fi
+-SSH_PATH=$ac_cv_path_SSH_PATH
+-if test -n "$SSH_PATH"; then
+-  { echo "$as_me:$LINENO: result: $SSH_PATH" >&5
+-echo "${ECHO_T}$SSH_PATH" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+-
+-    if test $SSH_KEYGEN_PATH != "failed" &&
+-       test $SSH_PATH != "failed"; then
++#    if test $SSH_KEYGEN_PATH != "failed" && i
++#       test $SSH_PATH != "failed"; then
+         enable_ssh="yes"
+ 
+ cat >>confdefs.h <<\_ACEOF
+@@ -18726,15 +18644,15 @@ _ACEOF
+ 
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define SSH_KEYGEN_PATH "$SSH_KEYGEN_PATH"
++#define SSH_KEYGEN_PATH "/usr/bin/ssh-keygen"
+ _ACEOF
+ 
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define SSH_PATH "$SSH_PATH"
++#define SSH_PATH "/usr/bin/ssh"
+ _ACEOF
+ 
+-    fi
++#    fi
+ 
+ fi
+ 
+@@ -21823,8 +21741,6 @@ GP11_CFLAGS!$GP11_CFLAGS$ac_delim
+ GP11_LIBS!$GP11_LIBS$ac_delim
+ WITH_PKCS11_TRUE!$WITH_PKCS11_TRUE$ac_delim
+ WITH_PKCS11_FALSE!$WITH_PKCS11_FALSE$ac_delim
+-SSH_KEYGEN_PATH!$SSH_KEYGEN_PATH$ac_delim
+-SSH_PATH!$SSH_PATH$ac_delim
+ WITH_SSH_TRUE!$WITH_SSH_TRUE$ac_delim
+ WITH_SSH_FALSE!$WITH_SSH_FALSE$ac_delim
+ WITH_TESTS_TRUE!$WITH_TESTS_TRUE$ac_delim
+@@ -21849,7 +21765,7 @@ LIBOBJS!$LIBOBJS$ac_delim
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
+ _ACEOF
+ 
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 29; then
++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 27; then
+     break
+   elif $ac_last_try; then
+     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5

Modified: desktop/experimental/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/patches/series?rev=17707&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/patches/series (original)
+++ desktop/experimental/seahorse/debian/patches/series Tue Nov 25 10:46:30 2008
@@ -1,9 +1,2 @@
-01_sharedlib.patch
-02_close_fds.patch
-04_ldap_deprecated.patch
-05_focus_windows.patch
-06_tray_hide_window.patch
 08_force_ssh.patch
-09_gecko_1.9.patch
-10_ephyembed_api.patch
-70_relibtoolize.patch
+90_autoconf.patch

Modified: desktop/experimental/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/rules?rev=17707&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/rules (original)
+++ desktop/experimental/seahorse/debian/rules Tue Nov 25 10:46:30 2008
@@ -12,7 +12,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mime-database \
 			     --disable-schemas-install \
 			     --disable-scrollkeeper \
-			     --with-gecko=libxul
+			     --enable-pgp
 
 binary-post-install/seahorse::
 	mkdir -p $(CURDIR)/debian/seahorse/etc/X11/Xsession.d




More information about the pkg-gnome-commits mailing list