deepin源里的软件是如何迭代版本的?
Tofloor
poster avatar
bobo
deepin
2017-09-23 06:32
Author
本帖最后由 bobo 于 2017-9-22 22:34 编辑

今天用doublecmd, 偶然发现doublecmd 的版本变成了0.8.0 alpha,远远领先于官网的版本(0.7.8)。虽然我开了测试源,但是还是觉得把alpha版本的软件放到deepin的源里不太合适。

另外一个例子是thunderbird。测试源里的版本比正式的源的版本老 ,而且正式源里的版本是beta版的。

  1. apt policy thunderbird
  2. thunderbird:
  3.   Installed: 1:55.0~b1+build1-1
  4.   Candidate: 1:55.0~b1+build1-1
  5.   Version table:
  6. *** 1:55.0~b1+build1-1 500
  7.         500 http://packages.deepin.com/deepin panda/main amd64 Packages
  8.         100 /var/lib/dpkg/status
  9.      1:52.2.1-4 500
  10.         500 http://proposed.packages.deepin.com/debian-test unstable/main amd64 Packages
Copy the Code


很好奇Deepin的软件更新流程。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-23 14:54
#1
这个雷鸟又升级了啊?
Reply View the author
avatar
bobo
deepin
2017-09-25 07:31
#2
https://bbs.deepin.org/post/145895
这个雷鸟又升级了啊?

test里的thunderbird是正常的版本52.2。如果从panda 的源强制升级成test的源,thunderbird会从55.0-b1降级成52.2
Reply View the author
avatar
jingle
deepin
2017-09-25 16:57
#3
https://bbs.deepin.org/post/145895
test里的thunderbird是正常的版本52.2。如果从panda 的源强制升级成test的源,thunderbird会从55.0-b1降 ...

屏蔽即可
Reply View the author
avatar
bobo
deepin
2017-11-01 07:05
#4
本帖最后由 bobo 于 2017-10-31 23:24 编辑

@ jingle, 还是不太理解Deepin源中软件更新的逻辑。在稳定版的系统中放入alpha 或者 beta版本的软件是否合适?

软件1: thunderbird 是beta版本
  1. thunderbird:
  2.   Installed: 1:55.0~b1+build1-1
  3.   Candidate: 1:55.0~b1+build1-1
  4.   Version table:
  5. *** 1:55.0~b1+build1-1 500
  6.         500 http://packages.deepin.com/deepin panda/main amd64 Packages
  7.         500 http://proposed.packages.deepin.com/deepin panda/main amd64 Packages
  8.         100 /var/lib/dpkg/status
Copy the Code
这个是老问题了。

软件2: doublecmd 是alpha版本
  1. doublecmd-gtk:
  2.   Installed: 0.8.0~svn7711-1
  3.   Candidate: 0.8.0~svn7711-1
  4.   Version table:
  5. *** 0.8.0~svn7711-1 500
  6.         500 http://packages.deepin.com/deepin panda/main amd64 Packages
  7.         500 http://proposed.packages.deepin.com/deepin panda/main amd64 Packages
  8.         100 /var/lib/dpkg/status
Copy the Code

软件3: 测试源里的0.14的albert没法使用。
Reply View the author