tag 480810 + patch
thanks
On Mon, May 12, 2008 at 09:07:25AM +0200, Mike Hommey wrote:
> Package: gtk-vnc
> Severity: wishlist
> User: [EMAIL PROTECTED]
> Usertags: xulrunner-transition
>
> With the upcoming xulrunner transition, libxul-dev is going to disappear.
>
> I already sent instructions on what you should be doing in
> http://lists.debian.org/debian-release/2008/05/msg00009.html
>
> This bug report is mostly to help follow the transition going.
>
> FYI, I will start NMUing plugins and components next week, and will break
> the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
>
> Though help will be appreciated, I'll also prepare updated packages for
> these during this week and next.
Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.
Thanks,
Mike
diff -u gtk-vnc-0.3.5/debian/control gtk-vnc-0.3.5/debian/control
--- gtk-vnc-0.3.5/debian/control
+++ gtk-vnc-0.3.5/debian/control
@@ -6,7 +6,7 @@
Standards-Version: 3.7.3
Build-Depends: cdbs, debhelper, python-central, libgtk2.0-dev,
python-all-dev, libgnutls-dev (>= 1.4.0), python-gtk2-dev (>= 2.0),
- libxul-dev (>= 1.8), autotools-dev, quilt,
+ iceape-dev (>= 1.1.9-5), autotools-dev, quilt,
automake, autoconf, libffi-dev, libtool
Build-Conflicts: libffi4-dev
diff -u gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
--- gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
+++ gtk-vnc-0.3.5/debian/patches/xulrunner-not-mozilla.diff
@@ -2,12 +2,21 @@
index 6871585..96b9e6f 100644
--- a/configure.ac
+++ b/configure.ac
+@@ -18,7 +18,7 @@
+
+ NSPR_REQUIRED=4.0.0
+ FIREFOX_PLUGIN_REQUIRED=2.0.0
+-MOZILLA_PLUGIN_REQUIRED=1.8
++MOZILLA_PLUGIN_REQUIRED=1.0
+
+
+ AC_CONFIG_HEADERS([config.h:config.hin])
@@ -216,7 +216,7 @@ if test "x$enable_plugin" = "xyes"; then
PKG_CHECK_MODULES(FIREFOX_PLUGIN,
firefox-plugin >= $FIREFOX_PLUGIN_REQUIRED, ,[
PKG_CHECK_MODULES(MOZILLA_PLUGIN,
- mozilla-plugin >= $MOZILLA_PLUGIN_REQUIRED)
-+ xulrunner-plugin >= $MOZILLA_PLUGIN_REQUIRED)
++ iceape-plugin >= $MOZILLA_PLUGIN_REQUIRED)
FIREFOX_PLUGIN_CFLAGS="$MOZILLA_PLUGIN_CFLAGS"
FIREFOX_PLUGIN_LIBS="$MOZILLA_PLUGIN_LIBS"
])