[Pkg-mozext-commits] [requestpolicy] 29/257: [fix] off-AMO name: remove "Beta"

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:19:53 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit d57ecd0d9f0c8ecfcec8bdcdbad12bc1b144eae4
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Aug 9 14:57:04 2015 +0200

    [fix] off-AMO name: remove "Beta"
    
    resolves #679
---
 Makefile        | 4 ----
 src/install.rdf | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 26f83bb..23b9558 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,6 @@ extension_name := requestpolicy
 amo__extension_id     := rpcontinued at requestpolicy.org
 off_amo__extension_id := rpcontinued at non-amo.requestpolicy.org
 
-amo__extension_name     := RequestPolicy Continued
-off_amo__extension_name := RequestPolicy Continued Beta
-
 
 # ____________________________________
 # generating XPIs -- general variables
@@ -398,7 +395,6 @@ $(amo__other_files): $$(patsubst $$(amo__build_path)%,$$(source_path)%,$$@)
 	@if [[ "$(notdir $@)" == "install.rdf" ]]; then \
 	  echo 'using `sed` on install.rdf !' ; \
 	  sed -i s/$(off_amo__extension_id)/$(amo__extension_id)/ $@ ; \
-	  sed -i 's/$(off_amo__extension_name)/$(amo__extension_name)/' $@ ; \
 	fi
 
 $(amo__root_files): $$(patsubst $$(amo__build_path)%,%,$$@)
diff --git a/src/install.rdf b/src/install.rdf
index b0c60e6..b71a2aa 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -4,7 +4,7 @@
   xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
   <Description about="urn:mozilla:install-manifest">
-    <em:name>RequestPolicy Continued Beta</em:name>
+    <em:name>RequestPolicy Continued</em:name>
     <em:version>1.0.beta10</em:version>
     <em:type>2</em:type>
     <em:id>rpcontinued at non-amo.requestpolicy.org</em:id>

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



More information about the Pkg-mozext-commits mailing list