[Pkg-mozext-commits] [debianbuttons] 01/04: Imported Upstream version 1.11

Damyan Ivanov dmn at moszumanska.debian.org
Wed Jul 30 07:48:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository debianbuttons.

commit b48a24d1ba73ea811c2c78a5d518fc611c4dee7b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Jul 30 07:29:11 2014 +0000

    Imported Upstream version 1.11
---
 README                   |  2 +-
 chrome/content/icedeb.js | 12 ++++++------
 install.rdf              |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 45e0811..a266deb 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ SOFTWARE.
 All the rest
 ------------
 
-Copyright (C) 2009, 2010, 2011, 2012 Damyan Ivanov <dmn at debian.org>
+Copyright (C) 2009, 2010, 2011, 2012, 2014 Damyan Ivanov <dmn at debian.org>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/chrome/content/icedeb.js b/chrome/content/icedeb.js
index a6d00da..a8db84b 100644
--- a/chrome/content/icedeb.js
+++ b/chrome/content/icedeb.js
@@ -50,7 +50,7 @@ IceDeb = {
     lookup_bts: function(in_new) {
         var bug = IceDeb.trim_keyword(IceDeb.getClipboardText());
         if (!bug) return null;
-        var uri="http://bugs.debian.org/" + bug;
+        var uri="https://bugs.debian.org/" + bug;
 
         if (in_new) {
             var b = getBrowser();
@@ -64,7 +64,7 @@ IceDeb = {
     lookup_pts: function(in_new) {
         var pkg = IceDeb.trim_keyword(IceDeb.getClipboardText());
         if (!pkg) return null;
-        var uri="http://packages.qa.debian.org/" + pkg;
+        var uri="https://tracker.debian.org/" + pkg;
 
         if (in_new) {
             var b = getBrowser();
@@ -78,7 +78,7 @@ IceDeb = {
     lookup_deb: function(in_new) {
         var pkg = IceDeb.trim_keyword(IceDeb.getClipboardText());
         if (!pkg) return null;
-        var uri="http://packages.debian.org/" + pkg;
+        var uri="https://packages.debian.org/" + pkg;
 
         if (in_new) {
             var b = getBrowser();
@@ -92,7 +92,7 @@ IceDeb = {
     lookup_ml: function(in_new) {
         var msg_id = IceDeb.trim_keyword(IceDeb.getClipboardText());
         if (!msg_id) msg_id = '';
-        var uri="http://lists.debian.org/msgid-search/" + msg_id;
+        var uri="https://lists.debian.org/msgid-search/" + msg_id;
 
         if (in_new) {
             var b = getBrowser();
@@ -105,7 +105,7 @@ IceDeb = {
     },
     lookup_ddpo: function(in_new) {
         var keyword = IceDeb.trim_keyword(IceDeb.getClipboardText());
-        var uri="http://qa.debian.org/developer.php";
+        var uri="https://qa.debian.org/developer.php";
 
         if (keyword) uri += "?login=" + keyword;
 
@@ -135,7 +135,7 @@ IceDeb = {
     },
     lookup_security: function(in_new) {
         var keyword = IceDeb.trim_keyword(IceDeb.getClipboardText());
-        var uri="http://security-tracker.debian.org/";
+        var uri="https://security-tracker.debian.org/";
 
         if (keyword) uri += "tracker/" + keyword;
 
diff --git a/install.rdf b/install.rdf
index ede36be..ddeae21 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,7 +5,7 @@
     <em:description>Query Debian-related pages using the text in the clipboard</em:description>
     <em:creator>Damyan Ivanov</em:creator>
     <em:id>{8fb11c5b-84eb-4da0-9128-292eacce2dcb}</em:id>
-    <em:version>1.10</em:version>
+    <em:version>1.11</em:version>
     <em:homepageURL>http://icedeb.ktnx.net/</em:homepageURL>
     <em:type>2</em:type> <!-- type=extension -->
     <em:iconURL>chrome://icedeb/content/icon.png</em:iconURL>
@@ -13,7 +13,7 @@
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>1.4</em:minVersion>
-        <em:maxVersion>16.*</em:maxVersion>
+        <em:maxVersion>31.*</em:maxVersion>
       </Description>
     </em:targetApplication>
   </Description>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/debianbuttons.git



More information about the Pkg-mozext-commits mailing list