1
0
Fork 0

Adding debian version 0.4.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-31 14:58:35 +02:00
parent 5988d8b9b6
commit 331d635a19
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 83 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
tab-counter (0.4.1-1) unstable; urgency=low
* Initial upload to sid.
-- Daniel Baumann <daniel@debian.org> Sat, 31 May 2025 14:48:10 +0200

25
debian/control vendored Normal file
View file

@ -0,0 +1,25 @@
Source: tab-counter
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/DaAwesomeP/tab-counter
Vcs-Browser: https://forgejo.debian.net/mozilla/tab-counter
Vcs-Git: https://forgejo.debian.net/mozilla/tab-counter
Package: webext-tab-counter
Section: web
Architecture: all
Depends:
${misc:Depends},
Recommends:
firefox (>= 57) | firefox-esr (>= 57),
Enhances:
firefox,
firefox-esr,
Description: show number of tabs open in a window
tab-counter is a extension which adds a button badge in the Firefox taskbar
that shows the number of tabs open in a window.

28
debian/copyright vendored Normal file
View file

@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tab-counter
Upstream-Contact: https://github.com/DaAwesomeP/tab-counter/issues
Source: https://github.com/DaAwesomeP/tab-counter/tags
Files: *
Copyright: 2017-2018 DaAwesomeP <github.daawesomeP@live.com>
License: Apache-2.0
Files: debian/*
Copyright: 2025 Daniel Baumann <daniel@debian.org>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
The complete text of the Apache-2.0 License
can be found in /usr/share/common-licenses/Apache-2.0 file.

17
debian/rules vendored Executable file
View 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}

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

5
debian/upstream/metadata vendored Normal file
View file

@ -0,0 +1,5 @@
---
Bug-Database: https://github.com/DaAwesomeP/tab-counter/issues
Bug-Submit: https://github.com/DaAwesomeP/tab-counter/issues/new
Repository: https://github.com/DaAwesomeP/tab-counter.git
Repository-Browse: https://github.com/DaAwesomeP/tab-counter

2
debian/watch vendored Normal file
View file

@ -0,0 +1,2 @@
version=4
https://github.com/DaAwesomeP/tab-counter/tags .*/v?(\d.*)@ARCHIVE_EXT@