mirror of https://gitee.com/openkylin/firefox.git
!5 update package info
Merge pull request !5 from 周淦清/openkylin/yangtze
This commit is contained in:
commit
698526519b
|
@ -1,3 +1,9 @@
|
|||
firefox (102.0+build2-ok5) yangtze; urgency=medium
|
||||
|
||||
* Update package info.
|
||||
|
||||
-- zhouganqing <zhouganqing@kylinos.cn> Wed, 06 Sep 2023 15:00:20 +0800
|
||||
|
||||
firefox (102.0+build2-ok4) yangtze; urgency=medium
|
||||
|
||||
* close: #I6YSUA 修复右键任务栏火狐浏览器新建隐私窗口未汉化.
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Source: firefox
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||
Vcs-Bzr: https://code.launchpad.net/~mozillateam/firefox/firefox.focal
|
||||
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
|
||||
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
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
Source: @MOZ_PKG_NAME@
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||
Vcs-Bzr: https://code.launchpad.net/~mozillateam/firefox/firefox.focal
|
||||
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue