[Pkg-mozext-commits] [tree-style-tab] 01/01: Package as webext

Ximin Luo infinity0 at debian.org
Thu Dec 28 17:16:47 UTC 2017


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

infinity0 pushed a commit to branch pu/webext
in repository tree-style-tab.

commit 995154a3de473d2455bdb2424f470603be8b7e1d
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Dec 28 18:16:08 2017 +0100

    Package as webext
---
 debian/control | 12 ++++++------
 debian/rules   |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index b9b05a6..ba31b2f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,13 @@ Homepage: https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/
 Vcs-Git: https://anonscm.debian.org/git/pkg-mozext/tree-style-tab.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mozext/tree-style-tab.git
 
-Package: xul-ext-treestyletab
+Package: webext-treestyletab
 Architecture: all
-Depends: ${misc:Depends}, ${xpi:Depends}
-Recommends: ${xpi:Recommends}
-Provides: ${xpi:Provides}
-Enhances: ${xpi:Enhances}
-Breaks: ${xpi:Breaks}
+Depends: ${misc:Depends}, ${webext:Depends}
+Recommends: ${webext:Recommends}
+Provides: ${webext:Provides}
+Enhances: ${webext:Enhances}
+Breaks: ${webext:Breaks}
 Description: Show browser tabs like a tree
  Tree-style-tab is a Firefox/Iceweasel extension which provides tree-style tab
  bar, like a folder tree of Windows Explorer. New tabs opened from links (or
diff --git a/debian/rules b/debian/rules
index e22f24e..f78e35e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with xul-ext --buildsystem xul_ext
+	dh $@ --with webext
 
-override_dh_auto_install:
-	install-xpi -x '*/*/license.txt' xul-ext-treestyletab.xpi
+override_dh_webext:
+	dh_webext . tree-style-tab
 
 override_dh_installchangelogs:
 	dh_installchangelogs debian/upstream/changelog.html debian/upstream/changelog

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



More information about the Pkg-mozext-commits mailing list