Package: gluezilla
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so gluezilla should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -ruN gluezilla-2.4.2/debian/rules gluezilla-2.4.2.new/debian/rules
--- gluezilla-2.4.2/debian/rules	2009-09-17 16:59:35.000000000 +0200
+++ gluezilla-2.4.2.new/debian/rules	2009-09-17 16:54:17.537259379 +0200
@@ -44,7 +44,7 @@
 	dh $@
 
 binary-arch: install
-	dh $@
+	dh --with xulrunner $@
 
 %:
 	dh $@
diff -ruN gluezilla-2.4.2/src/LocationProvider.cpp gluezilla-2.4.2.new/src/LocationProvider.cpp
--- gluezilla-2.4.2/src/LocationProvider.cpp	2009-06-08 19:44:03.000000000 +0200
+++ gluezilla-2.4.2.new/src/LocationProvider.cpp	2009-09-17 17:00:31.943321800 +0200
@@ -195,9 +195,9 @@
 #if XUL_VERSION == 2
 	"1.8", PR_TRUE,
 #else
-	"1.9", PR_TRUE,
+	"1.9.1", PR_TRUE,
 #endif
-	"9.9", PR_TRUE
+	"1.9.2", PR_FALSE
 	};
 
 	GRE_GetGREPathWithProperties(&version, 1,

Reply via email to