[Pkg-mozext-commits] [SCM] Debian packaging for toggle-proxy branch, master, updated. debian/1.5-2-11-ga226d52

David Prévot taffit at debian.org
Wed Jul 17 23:09:22 UTC 2013


The following commit has been merged in the master branch:
commit 4d65a1e70f55713e36993ec2f154ce3b802d7993
Author: David Prévot <taffit at debian.org>
Date:   Wed Jul 17 18:56:37 2013 -0400

    Add upstream changelog
    
    http://www.quirkyquipu.co.uk/firefox/

diff --git a/debian/rules b/debian/rules
index fca92d1..ad2c457 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-REV=$(shell dpkg-parsechangelog | awk '/Version/ { print $$2 }' | sed "s/-[0-9]//g")
-XPI=toggle-proxy-${REV}.xpi
-
 %:
-	dh $@ --with xul-ext
-
-override_dh_auto_build:
-	zip -r ${XPI} chrome chrome.manifest defaults install.rdf
-
-override_dh_auto_install:
-	install-xpi ${XPI} 
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
-override_dh_auto_clean:
-	rm -f ${XPI} 
+override_dh_installchangelogs:
+	dh_installchangelogs $(CURDIR)/debian/upstream-changelog
diff --git a/debian/upstream-changelog b/debian/upstream-changelog
new file mode 100644
index 0000000..1aba8ae
--- /dev/null
+++ b/debian/upstream-changelog
@@ -0,0 +1,13 @@
+Toggle Proxy (v1.1) - designed to toggle between two proxy settings without having to go through the preferences/options dialogue. Adds an icon in the status bar. Left clicking on the icon will toggle between two different proxy settings set in the preferences. Right clicking will open the preferences window where you can select which proxies to toggle between.
+
+Update: 3/12/2009 - Now available via Add-ons for Firefox on the Mozilla website, search for Toggle Proxy.
+
+Update: 27/5/2011 Toggle Proxy (v1.2) released. Added a shortcut key (alt + t) to toggle between the two settings and a French locale. Working on creating a user specified shortcut key but it's not as easy as I thought so could take a few weeks to do! Also available on the Mozilla add-ons site and Softpedia who have tested it and have found it to be: "100% FREE award granted by Softpedia"
+
+Update: 29/5/2011 Toggle Proxy (v1.3) released. Changed shortcut key to (alt + x) to toggle between the two settings. Didn't realise that alt + t would cause a conflict on Windows, I develop on OS-X! Now tested on Windows, works on there as well as OS-X, still plan to let the user select the shortcut key.
+
+Update: 29/7/2011 Toggle Proxy (v1.4) released. Fixed a problem with the French locale and added a Dutch locale to the addon.
+
+Update: 13/1/2012 Toggle Proxy (v1.5) released. Added support to Thunderbird.
+
+Update: 30/11/2012 Toggle Proxy (v1.8) released. After much prevarication added a toolbar icon for Firefox - wasn't as hard as I thought it was going to be!

-- 
Debian packaging for toggle-proxy



More information about the Pkg-mozext-commits mailing list