Your message dated Thu, 27 Jul 2006 06:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352084: fixed in kazehakase 0.3.8-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kazehakase
Version: 0.3.4-1
Severity: wishlist
Tags: patch
Hi, attached here is a patch so that kazahakase builds against
xulrunner instead of mozilla.
Xulrunner is in the NEW queue at the moment, so I can't say for sure
when it will reach unstable.
Note that upstream does not support building against xulrunner without
changes, so you may want to send them the 40_xulrunner.dpatch file so
that they apply it.
Cheers,
Mike
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ruN kazehakase-0.3.4.orig/debian/changelog
kazehakase-0.3.4/debian/changelog
--- kazehakase-0.3.4.orig/debian/changelog 2006-02-09 09:51:28.942479400
+0100
+++ kazehakase-0.3.4/debian/changelog 2006-02-09 09:52:17.563087944 +0100
@@ -1,3 +1,16 @@
+kazehakase (0.3.4-1.1) unstable; urgency=low
+
+ * Test build with xulrunner.
+ * debian/control:
+ + Changed Build-deps from mozilla-browser to libxul-dev.
+ + Changed kazehakase's dependencies accordingly.
+ * debian/rules: Add --with-gecko-engine=xulrunner to the configure line.
+ * debian/patches/40_xulrunner.dpatch: Patch to support building against
+ xulrunner.
+ * debian/patches/00list: Updated accordingly.
+
+ -- Mike Hommey <[EMAIL PROTECTED]> Thu, 9 Feb 2006 09:13:50 +0100
+
kazehakase (0.3.4-1) unstable; urgency=low
* New upstream release
diff -ruN kazehakase-0.3.4.orig/debian/control kazehakase-0.3.4/debian/control
--- kazehakase-0.3.4.orig/debian/control 2006-02-09 09:51:28.943479248
+0100
+++ kazehakase-0.3.4/debian/control 2006-02-09 09:44:41.070485368 +0100
@@ -2,7 +2,7 @@
Section: web
Priority: optional
Maintainer: Hidetaka Iwai <[EMAIL PROTECTED]>
-Build-Depends: automake1.7, libtool, debhelper(>> 4.0.0), dpatch,
libatk1.0-dev, libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, mozilla-dev (>=
2:1.7.12), mozilla-dev (<< 2:1.7.13), libnspr-dev, libghttp-dev, libgnutls-dev
(>= 1.2.6)
+Build-Depends: automake1.7, libtool, debhelper(>> 4.0.0), dpatch,
libatk1.0-dev, libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, libxul-dev,
libghttp-dev, libgnutls-dev (>= 1.2.6)
Standards-Version: 3.6.2
Package: kazehakase
@@ -10,7 +10,7 @@
Suggests: migemo
Recommends: estraier
Provides: www-browser
-Depends: ${shlibs:Depends}, mozilla-browser (>= 2:1.7.12), mozilla-browser (<<
2:1.7.13)
+Depends: ${shlibs:Depends}
Conflicts: kazehakase-migemo
Description: gecko based web browser using GTK
Kazehakase is a web browser using Gecko as HTML rendering engine.
diff -ruN kazehakase-0.3.4.orig/debian/patches/00list
kazehakase-0.3.4/debian/patches/00list
--- kazehakase-0.3.4.orig/debian/patches/00list 2006-02-09 09:51:28.943479248
+0100
+++ kazehakase-0.3.4/debian/patches/00list 2006-02-09 09:44:41.071485216
+0100
@@ -1,3 +1,4 @@
05_add_missing
20_user_agent_tag
30_bookmarkbar_DSA
+40_xulrunner
diff -ruN kazehakase-0.3.4.orig/debian/patches/40_xulrunner.dpatch
kazehakase-0.3.4/debian/patches/40_xulrunner.dpatch
--- kazehakase-0.3.4.orig/debian/patches/40_xulrunner.dpatch 1970-01-01
01:00:00.000000000 +0100
+++ kazehakase-0.3.4/debian/patches/40_xulrunner.dpatch 2006-02-09
09:50:50.467328512 +0100
@@ -0,0 +1,76 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_xulrunner.dpatch by <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Allow to build against xulrunner
+
[EMAIL PROTECTED]@
+
+--- kazehakase-0.3.4.orig/configure 2006-02-09 09:15:48.065942104 +0100
++++ kazehakase-0.3.4/configure 2006-02-09 09:10:49.613313800 +0100
+@@ -1072,7 +1072,7 @@
+ both]
+ --with-tags[=TAGS]
+ include additional configurations [automatic]
+- --with-gecko-engine[=mozilla|firefox|thunderbird|seamonkey]
++ --with-gecko-engine[=mozilla|firefox|thunderbird|seamonkey|xulrunner]
+ Whether to use mozilla, firefox or thunderbird or
+ seamonkey xpcom (default: mozilla)
+ --with-libgnutls-prefix=PFX Prefix where libgnutls is installed (optional)
+@@ -20487,12 +20487,14 @@
+ GECKO=seamonkey
+ elif $PKG_CONFIG --exists thunderbird-xpcom; then
+ GECKO=thunderbird
++ elif $PKG_CONFIG --exists xulrunner-xpcom; then
++ GECKO=xulrunner
+ else
+ { { echo "$as_me:$LINENO: error: no mozilla installation found" >&5
+ echo "$as_me: error: no mozilla installation found" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-elif test "x$with_gecko_engine" != "xmozilla" -a "x$with_gecko_engine" !=
"xfirefox" -a "x$with_gecko_engine" != "xthunderbird" -a "x$with_gecko_engine"
!= "xseamonkey" -a "x$with_gecko_engine" != "xmozilla-firefox"; then
++elif test "x$with_gecko_engine" != "xmozilla" -a "x$with_gecko_engine" !=
"xfirefox" -a "x$with_gecko_engine" != "xthunderbird" -a "x$with_gecko_engine"
!= "xseamonkey" -a "x$with_gecko_engine" != "xmozilla-firefox" -a
"x$with_gecko_engine" != "xxulrunner"; then
+ { { echo "$as_me:$LINENO: error: unknown gecko engine name ($GECKO)" >&5
+ echo "$as_me: error: unknown gecko engine name ($GECKO)" >&2;}
+ { (exit 1); exit 1; }; }
+@@ -20508,6 +20510,7 @@
+ firefox) min_version=1.0 flavour=toolkit ;;
+ mozilla-firefox) min_version=1.0 flavour=toolkit ;;
+ thunderbird) min_version=0.8 flavour=toolkit ;;
++xulrunner) min_version=1.8 flavour=toolkit ;;
+ esac
+
+ GECKO_FLAVOUR=$flavour
+--- kazehakase-0.3.4.orig/configure.in 2006-01-22 10:36:14.000000000 +0100
++++ kazehakase-0.3.4/configure.in 2006-02-09 09:10:42.692365944 +0100
+@@ -33,7 +33,7 @@
+ dnl **************************************************************
+ GECKO=
+ AC_ARG_WITH([gecko_engine],
+-
AS_HELP_STRING([--with-gecko-engine@<:@=mozilla|firefox|thunderbird|seamonkey@:>@],
++
AS_HELP_STRING([--with-gecko-engine@<:@=mozilla|firefox|thunderbird|seamonkey|xulrunner@:>@],
+ [Whether to use mozilla, firefox or thunderbird or
seamonkey xpcom (default: mozilla)]),
+ [GECKO="$withval"])
+
+@@ -49,10 +49,12 @@
+ GECKO=seamonkey
+ elif $PKG_CONFIG --exists thunderbird-xpcom; then
+ GECKO=thunderbird
++ elif $PKG_CONFIG --exists xulrunner-xpcom; then
++ GECKO=xulrunner
+ else
+ AC_MSG_ERROR([no mozilla installation found])
+ fi
+-elif test "x$with_gecko_engine" != "xmozilla" -a "x$with_gecko_engine" !=
"xfirefox" -a "x$with_gecko_engine" != "xthunderbird" -a "x$with_gecko_engine"
!= "xseamonkey" -a "x$with_gecko_engine" != "xmozilla-firefox"; then
++elif test "x$with_gecko_engine" != "xmozilla" -a "x$with_gecko_engine" !=
"xfirefox" -a "x$with_gecko_engine" != "xthunderbird" -a "x$with_gecko_engine"
!= "xseamonkey" -a "x$with_gecko_engine" != "xmozilla-firefox" -a
"x$with_gecko_engine" != "xxulrunner"; then
+ AC_MSG_ERROR([unknown gecko engine name ($GECKO)])
+ fi
+ AC_SUBST(GECKO)
+@@ -65,6 +67,7 @@
+ firefox) min_version=1.0 flavour=toolkit ;;
+ mozilla-firefox) min_version=1.0 flavour=toolkit ;;
+ thunderbird) min_version=0.8 flavour=toolkit ;;
++xulrunner) min_version=1.8 flavour=toolkit ;;
+ esac
+
+ GECKO_FLAVOUR=$flavour
diff -ruN kazehakase-0.3.4.orig/debian/rules kazehakase-0.3.4/debian/rules
--- kazehakase-0.3.4.orig/debian/rules 2006-02-09 09:51:28.943479248 +0100
+++ kazehakase-0.3.4/debian/rules 2006-02-09 09:44:41.071485216 +0100
@@ -50,7 +50,7 @@
dh_testdir
chmod +x ./configure
chmod +x ./mkinstalldirs
- $(COMPILER_FLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --enable-migemo --prefix=/usr
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--sysconfdir=/etc $(EXTRA_FLAGS)
+ $(COMPILER_FLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --enable-migemo --prefix=/usr
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--with-gecko-engine=xulrunner --sysconfdir=/etc $(EXTRA_FLAGS)
build: build-stamp
build-stamp: patch config.status
--- End Message ---
--- Begin Message ---
Source: kazehakase
Source-Version: 0.3.8-3
We believe that the bug you reported is fixed in the latest version of
kazehakase, which is due to be installed in the Debian FTP archive:
kazehakase_0.3.8-3.diff.gz
to pool/main/k/kazehakase/kazehakase_0.3.8-3.diff.gz
kazehakase_0.3.8-3.dsc
to pool/main/k/kazehakase/kazehakase_0.3.8-3.dsc
kazehakase_0.3.8-3_i386.deb
to pool/main/k/kazehakase/kazehakase_0.3.8-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hidetaka IWAI <[EMAIL PROTECTED]> (supplier of updated kazehakase package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 26 Jul 2006 23:03:12 +0900
Source: kazehakase
Binary: kazehakase
Architecture: source i386
Version: 0.3.8-3
Distribution: unstable
Urgency: low
Maintainer: Hidetaka Iwai <[EMAIL PROTECTED]>
Changed-By: Hidetaka IWAI <[EMAIL PROTECTED]>
Description:
kazehakase - gecko based web browser using GTK
Closes: 352084
Changes:
kazehakase (0.3.8-3) unstable; urgency=low
.
* Changed to use xulrunner instead of mozilla-browser
(Thanks to Mike Hommey <[EMAIL PROTECTED]>) (closes: #352084)
* Sponsored by Fumitoshi UKAI <[EMAIL PROTECTED]>.
Files:
c86764d881d9aac0038d2717af96913b 788 web optional kazehakase_0.3.8-3.dsc
ca7a9b6574cb28f9f8a4cb14c2161d3e 83628 web optional kazehakase_0.3.8-3.diff.gz
e285283ca6f8dee4a3d35785810fc2b6 775378 web optional
kazehakase_0.3.8-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEyLg69D5yZjzIjAkRAhzqAJ9gP6z4QjX9DCVe2C4/2vVIaZpKlQCdFon3
pDVWyybljDoENnRUldYyRVg=
=80bp
-----END PGP SIGNATURE-----
--- End Message ---