diff --git a/debian/changelog b/debian/changelog index c6e8404577..9029ee570a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +firefox (102.0+build2-ok5) yangtze; urgency=medium + + * Update package info. + + -- zhouganqing Wed, 06 Sep 2023 15:00:20 +0800 + firefox (102.0+build2-ok4) yangtze; urgency=medium * close: #I6YSUA 修复右键任务栏火狐浏览器新建隐私窗口未汉化. diff --git a/debian/control b/debian/control index fcb41055f1..6f62ab7e10 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: firefox Section: web Priority: optional -Maintainer: Openkylin Developers -Vcs-Bzr: https://code.launchpad.net/~mozillateam/firefox/firefox.focal +Maintainer: openKylin Developers Build-Depends: cdbs, locales, debhelper (>= 9), @@ -45,6 +44,8 @@ Build-Depends: cdbs, rustc (>= 1.59.0), nodejs-mozilla (>= 10.21) Standards-Version: 3.9.1 +Vcs-Git: https://gitee.com/openkylin/firefox.git +Vcs-Browser: https://gitee.com/openkylin/firefox Package: firefox Architecture: any diff --git a/debian/control.in b/debian/control.in index e85a277332..1f740a4277 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,8 +2,7 @@ Source: @MOZ_PKG_NAME@ Section: web Priority: optional -Maintainer: Openkylin Developers -Vcs-Bzr: https://code.launchpad.net/~mozillateam/firefox/firefox.focal +Maintainer: openKylin Developers Build-Depends: cdbs, locales, debhelper (>= 9), @@ -45,6 +44,8 @@ Build-Depends: cdbs, rustc (>= 1.59.0), nodejs-mozilla (>= 10.21) Standards-Version: 3.9.1 +Vcs-Git: https://gitee.com/openkylin/firefox.git +Vcs-Browser: https://gitee.com/openkylin/firefox Package: @MOZ_PKG_NAME@ Architecture: any diff --git a/debian/rules b/debian/rules index 0985d152a9..d74399abc1 100755 --- a/debian/rules +++ b/debian/rules @@ -57,10 +57,5 @@ debian/usr.bin.firefox.in: WRITE_SUBSTVARS = $(shell echo "$(2)=$(3)" | sed 's/[ \t\n]\+/ /g' >> debian/$(1).substvars) -ifeq (firefox, $(MOZ_PKG_NAME)) -install/firefox:: - $(call WRITE_SUBSTVARS,firefox,transitional:Replaces,kubuntu-firefox-installer) -endif - clean:: rm -f debian/usr.bin.firefox.in config.log