r1202 - in /unstable/evolution-rss/debian: changelog control rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue May 5 13:23:25 UTC 2009


Author: joss
Date: Tue May  5 13:23:25 2009
New Revision: 1202

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1202
Log:
Disable gecko entirely, gtkhtml is enough and less bloat.

Modified:
    unstable/evolution-rss/debian/changelog
    unstable/evolution-rss/debian/control
    unstable/evolution-rss/debian/rules

Modified: unstable/evolution-rss/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/changelog?rev=1202&op=diff
==============================================================================
--- unstable/evolution-rss/debian/changelog (original)
+++ unstable/evolution-rss/debian/changelog Tue May  5 13:23:25 2009
@@ -3,6 +3,7 @@
   * New upstream release from git snapshot, fixes countless bugs.
   * 01_build_warnings.patch: new patch. Fix a load of warnings, as well 
     as a build failure.
+  * Disable gecko entirely, gtkhtml is enough and less bloat.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 05 May 2009 12:12:49 +0200
 

Modified: unstable/evolution-rss/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/control?rev=1202&op=diff
==============================================================================
--- unstable/evolution-rss/debian/control (original)
+++ unstable/evolution-rss/debian/control Tue May  5 13:23:25 2009
@@ -15,7 +15,6 @@
                libglade2-dev,
                libgnome2-dev,
                libgnomeui-dev,
-               xulrunner-dev (>= 1.9~b5-4) | xulrunner-1.9-dev,
                cdbs,
                patchutils,
                libdbus-glib-1-dev
@@ -29,8 +28,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         evolution (>= 2.26), evolution (<< 2.27),
-         xulrunner (>= 1.9~) | xulrunner-1.9
+         evolution (>= 2.26), evolution (<< 2.27)
 Description: Evolution RSS Reader Plugin
  This plugin adds RSS Feeds support for evolution mail.
  .

Modified: unstable/evolution-rss/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/rules?rev=1202&op=diff
==============================================================================
--- unstable/evolution-rss/debian/rules (original)
+++ unstable/evolution-rss/debian/rules Tue May  5 13:23:25 2009
@@ -7,7 +7,6 @@
 DEB_DH_MAKESHLIBS_ARGS=-Xevolution
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
-       --with-gecko=libxul-embedding \
-       --with-primary-render=gecko \
-       --disable-webkit
+       --disable-webkit \
+       --disable-gecko
 




More information about the pkg-evolution-commits mailing list