我在 Debian Squeeze 上安装了 Couchdb 1.1.0-1。根据德比安这不是他们的官方版本之一。所以我尝试了:
apt-cache policy couchdb
couchdb:
Installed: 1.1.0-1
Candidate: 1.1.0-1
Version table:
*** 1.1.0-1 0
100 /var/lib/dpkg/status
0.11.0-2.3 0
500 http://ftp.nz.debian.org squeeze/main Packages
但这并不能帮助我进一步了解这个包是如何安装的?这是 sources.list:
deb http://ftp.nz.debian.org/debian/ squeeze main
deb-src http://ftp.nz.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://volatile.debian.org/debian-volatile squeeze/volatile main
deb-src http://volatile.debian.org/debian-volatile squeeze/volatile main
答案1
我猜有人在某个时间点将其从不稳定/测试状态中移除。
虽然存储库中没有当前包,但1.1.0-1
快速查看变更日志会发现,2011 年 4 月至 8 月期间,存储库中确实存在一个包。
http://metadata.ftp-master.debian.org/changelogs//main/c/couchdb/couchdb_1.2.0-5_changelog
couchdb (1.1.0-2) unstable; urgency=low
...
-- Laszlo Boszormenyi (GCS) <[email protected]> Sat, 06 Aug 2011 09:33:58 +0200
couchdb (1.1.0-1) unstable; urgency=low
* New upstream release (closes: #590334).
* Version jQuery dependency (closes: #582022, #614941).
* Empty dependency_libs in *.la (closes: #621202).
* Drop pid.patch , applied upstream and drop icu-config.patch not needed.
* Fix postrm , remove_file_collection is missing.
* Fix several lintian errors and warnings:
- add patch to implement force-reload initscript option
- use real erlang dependency, not just the virtual ABI one
- remove embedded jquery.form.js , depend on its package
- remove var/run/couchdb from the package, it'll be created on demand
-- Laszlo Boszormenyi (GCS) <[email protected]> Thu, 14 Apr 2011 11:56:01 +0200