From 331d635a19024a2c3d6b7f42ea1159dfaaa30807 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 31 May 2025 14:58:35 +0200 Subject: [PATCH] Adding debian version 0.4.1-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/rules | 17 +++++++++++++++++ debian/source/format | 1 + debian/upstream/metadata | 5 +++++ debian/watch | 2 ++ 7 files changed, 83 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fc3c895 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +tab-counter (0.4.1-1) unstable; urgency=low + + * Initial upload to sid. + + -- Daniel Baumann Sat, 31 May 2025 14:48:10 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6af3b2d --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: tab-counter +Section: web +Priority: optional +Maintainer: Daniel Baumann +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..832b67a --- /dev/null +++ b/debian/copyright @@ -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 +License: Apache-2.0 + +Files: debian/* +Copyright: 2025 Daniel Baumann +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d38440f --- /dev/null +++ b/debian/rules @@ -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} diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..187c3e9 --- /dev/null +++ b/debian/upstream/metadata @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d0c6b2e --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/DaAwesomeP/tab-counter/tags .*/v?(\d.*)@ARCHIVE_EXT@