diff options
author | 2023-04-26 13:40:38 +0600 | |
---|---|---|
committer | 2023-04-26 13:45:58 +0600 | |
commit | 125e2a47e484279f9310914f87a1cc534b9fdd37 (patch) | |
tree | 50c48cea7de075ca71cee235beea32dda48a16ad | |
parent | 574116e4cb599aa1ccd6927768c4ed5979da94b9 (diff) | |
download | jadupc-everything-125e2a47e484279f9310914f87a1cc534b9fdd37.tar.gz jadupc-everything-125e2a47e484279f9310914f87a1cc534b9fdd37.zip |
Fix missing dependency
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b7e3270..ae7ec5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jadupc-everything (1.0.1) shopno; urgency=medium + + * QA upload. + * Fix missing dependency + + -- Mubashshir <ahm@jadupc.com> Wed, 26 Apr 2023 13:45:11 +0600 + jadupc-everything (1.0.0) shopno; urgency=medium * Initial Release diff --git a/debian/control b/debian/control index 5d0ff94..5e8e832 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Description: LibreOffice compatibility package (gtk3) Package: shopno-os-browser Architecture: all Depends: - firefox, + firefox | firefox-esr, webext-ublock-origin-firefox Description: Default Browser Meta package Installs Firefox with uBlock Origin adblocker |