Dear maintainer, I've prepared an NMU for gluezilla (versioned as 2.4.2-1.1) and uploaded it to unstable.
Cheers, Mike
diff -u gluezilla-2.4.2/debian/changelog gluezilla-2.4.2/debian/changelog --- gluezilla-2.4.2/debian/changelog +++ gluezilla-2.4.2/debian/changelog @@ -1,3 +1,13 @@ +gluezilla (2.4.2-1.1) unstable; urgency=low + + * Non-maintainer upload for transition to xulrunner 1.9.1. + (Closes: #548674) + * debian/rules: Use dh_xulrunner + * debian/control: Build-depend on a xulrunner-dev that provides dh_xulrunner. + * src/LocationProvider.cpp: Tighten the GREVersionRange. + + -- Mike Hommey <[email protected]> Sat, 10 Oct 2009 11:46:04 +0200 + gluezilla (2.4.2-1) unstable; urgency=low * New upstream release diff -u gluezilla-2.4.2/debian/rules gluezilla-2.4.2/debian/rules --- gluezilla-2.4.2/debian/rules +++ gluezilla-2.4.2/debian/rules @@ -44,7 +44,7 @@ dh $@ binary-arch: install - dh $@ + dh --with xulrunner $@ %: dh $@ diff -u gluezilla-2.4.2/debian/control gluezilla-2.4.2/debian/control --- gluezilla-2.4.2/debian/control +++ gluezilla-2.4.2/debian/control @@ -9,7 +9,7 @@ libmono-dev, libnspr4-dev, libnss3-dev, - xulrunner-dev (>= 1.9) + xulrunner-dev (>= 1.9.1.3-2) Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/gluezilla/trunk Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/gluezilla/trunk/ only in patch2: unchanged: --- gluezilla-2.4.2.orig/src/LocationProvider.cpp +++ gluezilla-2.4.2/src/LocationProvider.cpp @@ -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,

