Adding debian version 0.4.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5988d8b9b6
commit
83014057f7
7 changed files with 83 additions and 0 deletions
17
debian/rules
vendored
Executable file
17
debian/rules
vendored
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
FIREFOX_ID := {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
|
||||
EXTENSION_ID := tab-counter@daawesomep.addons.mozilla.org
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
override_dh_auto_install:
|
||||
mkdir -p debian/webext-tab-counter/usr/share/webext
|
||||
cp -a src debian/webext-tab-counter/usr/share/webext/tab-counter
|
||||
cp -a icons/* debian/webext-tab-counter/usr/share/webext/tab-counter
|
||||
cp -a manifest.firefox.json debian/webext-tab-counter/usr/share/webext/tab-counter/manifest.json
|
||||
|
||||
execute_before_dh_link:
|
||||
mkdir -p debian/webext-tab-counter/usr/share/mozilla/extensions/${FIREFOX_ID}
|
||||
ln -s /usr/share/webext/tab-counter debian/webext-tab-counter/usr/share/mozilla/extensions/${FIREFOX_ID}/${EXTENSION_ID}
|
Loading…
Add table
Add a link
Reference in a new issue