Releasing debian version 7.5.1+dfsg-6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9d24e59688
commit
2c5572f12b
2 changed files with 22 additions and 0 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
|||
foxyproxy-firefox-extension (7.5.1+dfsg-6) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Adding patch to show foxyproxy by default in navbar ("Pin to
|
||||
Toolbar").
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 14 Nov 2023 22:23:57 +0100
|
||||
|
||||
foxyproxy-firefox-extension (7.5.1+dfsg-5) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
|
|
14
debian/patches/debian/0002-pin-to-toolbar.patch
vendored
Normal file
14
debian/patches/debian/0002-pin-to-toolbar.patch
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Show foxyproxy by default in navbar ("Pin to Toolbar").
|
||||
|
||||
diff -Naurp foxyproxy-firefox-extension.orig/src/manifest.json foxyproxy-firefox-extension/src/manifest.json
|
||||
--- foxyproxy-firefox-extension.orig/src/manifest.json
|
||||
+++ foxyproxy-firefox-extension/src/manifest.json
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
+ "default_area": "navbar",
|
||||
"default_icon": "images/icon.svg",
|
||||
"default_title": "__MSG_extensionName__",
|
||||
"default_popup": "popup.html",
|
Loading…
Add table
Reference in a new issue