[Pkg-mozext-commits] [firetray] 01/01: Do not dipslay release notes after installation
David Prévot
taffit at alioth.debian.org
Thu Oct 10 18:32:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firetray.
commit 4651266bc5f774c81f4b521773b0706a28f7a6fa
Author: David Prévot <taffit at debian.org>
Date: Thu Oct 10 14:29:55 2013 -0400
Do not dipslay release notes after installation
---
.../patches/0001-remove-extra-license-file.patch | 2 +-
debian/patches/0002-switch-log-lvl-to-info.patch | 2 +-
debian/patches/0003-add-dfsg-compatible-icon.patch | 2 +-
...-dipslay-release-notes-after-installation.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/debian/patches/0001-remove-extra-license-file.patch b/debian/patches/0001-remove-extra-license-file.patch
index 37b840b..942dd9b 100644
--- a/debian/patches/0001-remove-extra-license-file.patch
+++ b/debian/patches/0001-remove-extra-license-file.patch
@@ -4,7 +4,7 @@ Date: Sun, 24 Jul 2011 17:44:41 +0200
Subject: remove extra license file
---
- src/Makefile | 2 +-
+ src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
diff --git a/debian/patches/0002-switch-log-lvl-to-info.patch b/debian/patches/0002-switch-log-lvl-to-info.patch
index b405ea0..af45ba5 100644
--- a/debian/patches/0002-switch-log-lvl-to-info.patch
+++ b/debian/patches/0002-switch-log-lvl-to-info.patch
@@ -3,7 +3,7 @@ Date: Thu, 15 Aug 2013 14:50:41 +0200
Subject: switch log lvl to info
---
- src/modules/logging.jsm | 2 +-
+ src/modules/logging.jsm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/logging.jsm b/src/modules/logging.jsm
diff --git a/debian/patches/0003-add-dfsg-compatible-icon.patch b/debian/patches/0003-add-dfsg-compatible-icon.patch
index aa8b0d1..9949fe0 100644
--- a/debian/patches/0003-add-dfsg-compatible-icon.patch
+++ b/debian/patches/0003-add-dfsg-compatible-icon.patch
@@ -4,7 +4,7 @@ Subject: add dfsg compatible icon
from tango-icon-theme
---
- src/chrome/skin/preferences-system.svg | 398 ++++++++++++++++++++++++++++++++
+ src/chrome/skin/preferences-system.svg | 398 +++++++++++++++++++++++++++++++++
1 file changed, 398 insertions(+)
create mode 100644 src/chrome/skin/preferences-system.svg
diff --git a/debian/patches/0004-Do-not-dipslay-release-notes-after-installation.patch b/debian/patches/0004-Do-not-dipslay-release-notes-after-installation.patch
new file mode 100644
index 0000000..fbb621d
--- /dev/null
+++ b/debian/patches/0004-Do-not-dipslay-release-notes-after-installation.patch
@@ -0,0 +1,20 @@
+From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit at debian.org>
+Date: Thu, 10 Oct 2013 14:28:20 -0400
+Subject: Do not dipslay release notes after installation
+
+---
+ src/modules/FiretrayHandler.jsm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/modules/FiretrayHandler.jsm b/src/modules/FiretrayHandler.jsm
+index b6a4c01..c72b072 100644
+--- a/src/modules/FiretrayHandler.jsm
++++ b/src/modules/FiretrayHandler.jsm
+@@ -517,7 +517,6 @@ firetray.MailChatPrefListener = new PrefListener(
+ firetray.VersionChangeHandler = {
+
+ showReleaseNotes: function() {
+- firetray.VersionChangeHandler.openTab(FIRETRAY_SPLASH_PAGE+"#release-notes");
+ },
+
+ openTab: function(url) {
diff --git a/debian/patches/series b/debian/patches/series
index 2f65c0b..7243a32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-remove-extra-license-file.patch
0002-switch-log-lvl-to-info.patch
0003-add-dfsg-compatible-icon.patch
+0004-Do-not-dipslay-release-notes-after-installation.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list