Debian 新维护者手册2010 Raphaël Hertzog 本文档可在 GNU 通用公共许可证第二版或更高版本的条款规定下使用。 本文档在撰写过程中参考了以下两篇文档: • Making a Debian Package (AKA the Debmake Manual), copyright © 1997 Jaldhar Vyas. • The New-Maintainer’s Debian Packaging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 5.4 package.cron.* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5.6 package.doc-base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 63 页 | 493.28 KB | 1 年前3
Debian打包教程 version 0.29▶ data.tar.gz: 软件包的数据文件 ▶ 你可以手动创建你自己的 .deb 文件 http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/ ▶ 但大家一般不这么做 此教程会教你:如何用 Debian 的方式创建 Debian 软件包 Debian 打包教程 7 / 90 你需要准备的工具 ▶ 定制开发的软件 (dpkg, apt) ▶ 非原生软件包:在 Debian 之外开发的软件 ▶ 主要文件: .dsc(元数据) ▶ 与源码格式版本相关的其他文件 ▶ 1.0 或 3.0(原生):package_version.tar.gz ▶ 1.0(非原生): ▶ pkg_ver.orig.tar.gz: 上游源代码 ▶ pkg_debver.diff.gz: 专为 Debian 准备的更新补丁 Debian 打包教程 13 / 90 从现成源码包中获取 ▶ 从 Debian 源代码库里获取 ▶ apt-get source package ▶ apt-get source package=version ▶ apt-get source package/release (需要在 sources.list 文件里加上 deb-src 的相关地址内容) ▶ 从互联网上获取: ▶ dget0 码力 | 90 页 | 663.35 KB | 1 年前3
Debian GNU/Linux 安裝手冊 January 8, 2024setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 B.4.10 Package selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 B.4.11 Boot variant, if in doubt. If you can help us with updating the translation, please contact debian-boot@lists.debian.org or the debian-l10n-xxx mailinglist for this language. Many thanks 在 amd64 架構上安裝 Debian thus some information on Linux system may not apply to it. 請參閱 Debian GNU/Hurd 移植網頁以及 debian-hurd@lists.debian.org 通信論壇來取得更多資訊。 1.5 What is the Debian Installer? Debian Installer, also known as “d-i”0 码力 | 120 页 | 643.51 KB | 1 年前3
Weblate 4.2 用户文档filtered by your primary languages. In addition, the drop-down can also show any number of component lists, sets of project components preconfigured by the Weblate administrator, see 组件列表. You can configure # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR, YEAR. # #, fuzzy fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-23 11:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME 0 码力 | 648 页 | 9.34 MB | 1 年前3
Weblate 4.2 用户文档filtered by your primary languages. In addition, the drop-down can also show any number of component lists, sets of project components preconfigured by the Weblate administrator, see 组件列表. You can configure # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR, YEAR. # #, fuzzy msgid msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-23 11:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME 0 码力 | 410 页 | 4.56 MB | 1 年前3
Hyperledger Fabric 2.5 中文文档运行环境即设置 环境即状态共享 其他考虑 环境变量完整列表 Execution model Execution strategy Defining tasks Defining host lists Intelligently executing tasks with execute Failure handling Connections Password management Leveraging 这就是如何指定 Fabric 一次性控制多台远程服务器的方法: env.hosts 是一个 列表, fab 对它迭代,对每个连接运行指定的任务。 参见 环境字典 env, How host lists are constructed 总结 虽然经历了很多,我们的 fabfile 文件仍然相当短。下面是它的完整内容: from __future__ import with_statement document explores Fabric’s execution model, including the main execution loop, how to define host lists, how connections are made, and so forth. Execution strategy Fabric defaults to a single, serial0 码力 | 138 页 | 154.00 KB | 1 年前3
Hyperledger Fabric 1.4 中文文档运行环境即设置 环境即状态共享 其他考虑 环境变量完整列表 Execution model Execution strategy Defining tasks Defining host lists Intelligently executing tasks with execute Failure handling Connections Password management Leveraging 这就是如何指定 Fabric 一次性控制多台远程服务器的方法: env.hosts 是一个 列表, fab 对它迭代,对每个连接运行指定的任务。 参见 环境字典 env, How host lists are constructed 总结 虽然经历了很多,我们的 fabfile 文件仍然相当短。下面是它的完整内容: from __future__ import with_statement document explores Fabric’s execution model, including the main execution loop, how to define host lists, how connections are made, and so forth. Execution strategy Fabric defaults to a single, serial0 码力 | 145 页 | 161.53 KB | 1 年前3
KiCad 6.0 原理图编辑器Editor, which is KiCad’s printed circuit design software. It can also export netlist files, which lists all the electrical connections, for other packages. The Schematic Editor includes a symbol library where KiCad expects to find them. On some systems the KiCad libraries are installed as a separate package. If you have installed the standard KiCad symbol libraries and want to use them, but the first option pin count of the selected symbol. Filter footprint list by selected library. The following table lists the keyboard commands for the Footprint Assignment Tool: Right Arrow / Tab Activate the pane to0 码力 | 141 页 | 5.23 MB | 1 年前3
Weblate 4.2.1 用户文档filtered by your primary languages. In addition, the drop-down can also show any number of component lists, sets of project components preconfigured by the Weblate administrator, see 组件列表. You can configure # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR, YEAR. # #, fuzzy msgid msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-23 11:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME 0 码力 | 411 页 | 4.60 MB | 1 年前3
Weblate 4.2.2 用户文档filtered by your primary languages. In addition, the drop-down can also show any number of component lists, sets of project components preconfigured by the Weblate administrator, see 组件列表. You can configure # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR, YEAR. # #, fuzzy msgid msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-23 11:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME 0 码力 | 411 页 | 4.60 MB | 1 年前3
共 483 条
- 1
- 2
- 3
- 4
- 5
- 6
- 49













