tags 462703 + patch thanks Hi,
Attached is the diff for my epiphany-browser 2.20.3-1.1 NMU. Thanks and best Regards, Patrick
diff -u epiphany-browser-2.20.3/debian/changelog epiphany-browser-2.20.3/debian/changelog --- epiphany-browser-2.20.3/debian/changelog +++ epiphany-browser-2.20.3/debian/changelog @@ -1,3 +1,11 @@ +epiphany-browser (2.20.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Urgency medium because it clears a rc bug. + * Added patch to fix FTBFS if built using gcc 4.3 + + -- Patrick Schoenfeld <[EMAIL PROTECTED]> Sun, 06 Apr 2008 13:37:08 +0200 + epiphany-browser (2.20.3-1) unstable; urgency=low * New upstream translation and bugfix release. diff -u epiphany-browser-2.20.3/debian/patches/series epiphany-browser-2.20.3/debian/patches/series --- epiphany-browser-2.20.3/debian/patches/series +++ epiphany-browser-2.20.3/debian/patches/series @@ -1,3 +1,4 @@ +18_gcc-4.3_support.patch 00_browser_wrapper_path.patch 01_bookmarks_menu.patch 02_ac_init.patch only in patch2: unchanged: --- epiphany-browser-2.20.3.orig/debian/patches/18_gcc-4.3_support.patch +++ epiphany-browser-2.20.3/debian/patches/18_gcc-4.3_support.patch @@ -0,0 +1,26 @@ +Index: epiphany-browser-2.20.3/embed/mozilla/EphyBrowser.h +=================================================================== +--- epiphany-browser-2.20.3.orig/embed/mozilla/EphyBrowser.h 2008-04-02 12:54:04.000000000 -0300 ++++ epiphany-browser-2.20.3/embed/mozilla/EphyBrowser.h 2008-04-02 12:56:20.000000000 -0300 +@@ -187,7 +187,7 @@ + + nsresult LoadURI(const char *aURI, + PRUint32 aLoadFlags = nsIWebNavigation::LOAD_FLAGS_NONE, +- nsIURI *aURI = nsnull); ++ nsIURI *nsaURI = nsnull); + + EphyEmbedDocumentType GetDocumentType (); + +Index: epiphany-browser-2.20.3/embed/mozilla/mozilla-x509-cert.h +=================================================================== +--- epiphany-browser-2.20.3.orig/embed/mozilla/mozilla-x509-cert.h 2008-04-02 13:00:57.000000000 -0300 ++++ epiphany-browser-2.20.3/embed/mozilla/mozilla-x509-cert.h 2008-04-02 13:01:19.000000000 -0300 +@@ -56,7 +56,7 @@ + + MozillaX509Cert *mozilla_x509_cert_new (nsIX509Cert *aMozCert); + +-nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **cert); ++nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *mozcert, nsIX509Cert **nscert); + + G_END_DECLS + only in patch2: unchanged: --- epiphany-browser-2.20.3.orig/18_gcc-4.3_support.patch +++ epiphany-browser-2.20.3/18_gcc-4.3_support.patch @@ -0,0 +1,26 @@ +Index: epiphany-browser-2.20.3/embed/mozilla/EphyBrowser.h +=================================================================== +--- epiphany-browser-2.20.3.orig/embed/mozilla/EphyBrowser.h 2008-04-02 12:54:04.000000000 -0300 ++++ epiphany-browser-2.20.3/embed/mozilla/EphyBrowser.h 2008-04-02 12:56:20.000000000 -0300 +@@ -187,7 +187,7 @@ + + nsresult LoadURI(const char *aURI, + PRUint32 aLoadFlags = nsIWebNavigation::LOAD_FLAGS_NONE, +- nsIURI *aURI = nsnull); ++ nsIURI *nsaURI = nsnull); + + EphyEmbedDocumentType GetDocumentType (); + +Index: epiphany-browser-2.20.3/embed/mozilla/mozilla-x509-cert.h +=================================================================== +--- epiphany-browser-2.20.3.orig/embed/mozilla/mozilla-x509-cert.h 2008-04-02 13:00:57.000000000 -0300 ++++ epiphany-browser-2.20.3/embed/mozilla/mozilla-x509-cert.h 2008-04-02 13:01:19.000000000 -0300 +@@ -56,7 +56,7 @@ + + MozillaX509Cert *mozilla_x509_cert_new (nsIX509Cert *aMozCert); + +-nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **cert); ++nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *mozcert, nsIX509Cert **nscert); + + G_END_DECLS +