[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-79-gfcc11be

Vagrant Cascadian vagrant at debian.org
Fri May 25 03:31:10 UTC 2012


The following commit has been merged in the debian branch:
commit 3636ebbd722a95b76002886180170b0f26b53254
Author: Vagrant Cascadian <vagrant at debian.org>
Date:   Mon May 21 10:12:12 2012 -0700

    Remove no-replies patch, applied upstream.

diff --git a/debian/changelog b/debian/changelog
index 2b98f06..fd1a5b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+perspectives-extension (4.3-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Remove no-replies patch, applied upstream.
+
+ -- Vagrant Cascadian <vagrant at debian.org>  Mon, 21 May 2012 10:10:35 -0700
+
 perspectives-extension (4.2-5) unstable; urgency=low
 
   * Set to maxVersion to any version (Closes: #652981).
diff --git a/debian/patches/no-replies b/debian/patches/no-replies
deleted file mode 100644
index 7440f86..0000000
--- a/debian/patches/no-replies
+++ /dev/null
@@ -1,34 +0,0 @@
-commit c08ca0b44666c4a00a6f8de0f9a6aa6721553adc
-Author: Dan Wendlandt <danwent at gmail.com>
-Date:   Wed Jul 6 23:47:36 2011 -0700
-
-    Fix bug that prevents the "no replies" banner from showing.
-
-diff --git a/plugin/chrome/content/notify.js b/plugin/chrome/content/notify.js
-index 56e55d2..4d01f9e 100644
---- a/plugin/chrome/content/notify.js
-+++ b/plugin/chrome/content/notify.js
-@@ -29,7 +29,7 @@ var Pers_notify = {
- 	TYPE_WHITELIST : 3, 
- 	TYPE_FAILED : 4, 
- 	TYPE_NEEDS_PERMISSION : 5,  
--	TYPE_NO_REPLY : 6, 
-+	TYPE_NO_REPLIES : 6, 
- 
- 	do_notify : function(ti, type) {
- 		if(ti.last_banner_type == type) { 
-@@ -47,11 +47,11 @@ var Pers_notify = {
- 				this.notifyFailed(ti.browser); break; 
- 			case this.TYPE_NEEDS_PERMISSION : 
- 				this.notifyNeedsPermission(ti); break; 
--			case this.TYPE_NO_REPLY : 
--				this.notifyNoReply(ti.browser); break; 
-+			case this.TYPE_NO_REPLIES : 
-+				this.notifyNoReplies(ti.browser); break; 
- 			default: 
- 				Pers_debug.d_print("error", "Unknown notify type: " + type); 
--		} 
-+		}
- 	}, 
- 
- 	// generic notify function used by all other notify functions
diff --git a/debian/patches/series b/debian/patches/series
index 877af7c..f9ce766 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 version-bump
-no-replies

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list