Debian 维护者指南
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 5.8 debian/changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 5.9 debian/copyright debian/control I: creating => debian/copyright I: substituting => /usr/share/debmake/extra0/changelog I: creating => debian/changelog I: substituting => /usr/share/debmake/extra0/rules I: creating => debian/rules I: +-- debhello-0.0 | +-- LICENSE | +-- Makefile | +-- debian | | +-- README.Debian | | +-- changelog | | +-- control | | +-- copyright | | +-- patches | | | +-- series | | +-- rules | |0 码力 | 142 页 | 1.11 MB | 1 年前3Debian 新维护者手册
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 4.3 changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 软件包名称和版本 如果上游源代码以 gentoo-0.9.12.tar.gz 这样的文件名来分发,你就可以用 gentoo 作为 软件包名,并用 0.9.12 作为 上游版本。它们会被 debian/changelog 这个文件用到;第 4.3 节部分会详细描述这个文件。 虽然此法在大部分情况下能显灵,但你仍需要根据 Debian 政策(Debian Policy)以及约定俗成的做法来调整 软件包名 和 这样的日期作为版本,类似于随机的代号字 符串,或者以 VCS 的哈希值作为版本号的一部分,那么请确认将其从 upstream version 中移除。为此作出的改动信息 可以记录在 debian/changelog 文件中。如果你需要发明一个版本字符串,请使用 YYYYMMDD 这个格式作为上游版 本,比如 20110429 。这会确保 dpkg 在升级软件包时能够正确解读新版本。如果需要确保未来能够平滑过渡到类似0 码力 | 63 页 | 493.28 KB | 1 年前3《玩转webpack》 第四章 进阶篇: 编写可维护的 webpack 构建配置
基础篇:webpack 进阶用法 03 构建配置抽离成 npm 包的意义 可维护性 通用性 质量 ·业务开发者无需关注构建配置 ·统一团队构建脚本 ·构建配置合理的拆分 ·README 文档、ChangeLog 文档等 ·冒烟测试、单元测试、测试覆盖率 ·持续集成 构建配置管理的可选方案 将构建配置设计成一个库,比如:hjs-webpack、Neutrino、webpack-blocks js + |- webpack.prod.js + |- webpack.ssr.js + |- webpack.base.js + |- README.md + |- CHANGELOG.md + |- .eslinrc.js + |- package.json + |- index.js lib 放置源代码 test 放置测试代码 使用 ESLint 规范构建脚本 minor 升级大版本号:npm version major 发布版本:npm publish Git 规范和 Changelog 生成 ·加快 Code Review 的流程 良好的 Git commit 规范优势: ·根据 Git Commit 的元数据生成 Changelog ·后续维护者可以知道 Feature 被修改的原因 技术方案 提交格式要求 本地开发阶段增加 precommit0 码力 | 30 页 | 5.38 MB | 1 年前3httpd 2.4.23 中文文档
--with-mpm=event to the configure script's arguments when building the httpd. Bugfix checklist httpd changelog Known issues Report a bug See also The worker MPM Relationship with the Worker MPM event is Status: Base Module Identifier: unixd_module Source File: mod_unixd.c Bugfix checklist httpd changelog Known issues Report a bug See also suEXEC support ChrootDir Directive Description: Directory This allows worker threads to continue servicing requests indefinitely. Bugfix checklist httpd changelog Known issues Report a bug See also Setting which addresses and ports Apache httpd uses Copyright0 码力 | 2559 页 | 2.11 MB | 1 年前3httpd 2.4.25 中文文档
--with-mpm=event to the configure script's arguments when building the httpd. Bugfix checklist httpd changelog Known issues Report a bug See also The worker MPM Relationship with the Worker MPM event is Status: Base Module Identifier: unixd_module Source File: mod_unixd.c Bugfix checklist httpd changelog Known issues Report a bug See also suEXEC support ChrootDir Directive Description: Directory This allows worker threads to continue servicing requests indefinitely. Bugfix checklist httpd changelog Known issues Report a bug See also Setting which addresses and ports Apache httpd uses Copyright0 码力 | 2573 页 | 2.12 MB | 1 年前3httpd 2.4.33 中文文档
configure script's arguments when building the httpd. Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also The worker MPM Relationship with the Worker MPM event is Module Identifier: unixd_module Source File: mod_unixd.c Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also suEXEC support ChrootDir Directive Description: Directory threads to continue servicing requests indefinitely. Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also Setting which addresses and ports Apache httpd uses Copyright0 码力 | 2692 页 | 3.12 MB | 1 年前3httpd 2.4.28 中文文档
configure script's arguments when building the httpd. Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also The worker MPM Relationship with the Worker MPM event is Module Identifier: unixd_module Source File: mod_unixd.c Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also suEXEC support ChrootDir Directive Description: Directory threads to continue servicing requests indefinitely. Support Apache! Bugfix checklist httpd changelog Known issues Report a bug See also Setting which addresses and ports Apache httpd uses Copyright0 码力 | 2659 页 | 3.10 MB | 1 年前3Debian打包教程 version 0.29
debian/ 目录下的文件来进行 ▶ 主要文件: ▶ control——软件包的元数据(依赖包,之类) ▶ rules——规定了如何构建软件包 ▶ copyright——软件包的版权信息 ▶ changelog——Debian 软件包的更新历史记录 ▶ 其他文件: ▶ 兼容文件 ▶ 监测文件 ▶ dh_install* 的保存目录 *.dirs, *.docs, *.manpages, … ▶ 源码/格式 ▶ 补丁/ ——如果你需要修改上游源代码 ▶ 有几个文件使用基于 RFC 8222 的格式(邮件 header 格式) Debian 打包教程 16 / 90 debian/changelog ▶ Debian 打包更新历史记录 ▶ 列出软件包的当前版本 1.2.1.1-5 Debian 版 本 上游版本 ▶ 手动编辑或使用dch命令 ▶ 为新发行的软件创建更新日志:dch 或 Ubuntu bug 的特殊字符: Debian: Closes: #595268; Ubuntu: LP: #616929 ▶ 安装在 /usr/share/doc/package/changelog.Debian.gz mpich2 (1.2.1.1-5) unstable; urgency=low * Use /usr/bin/python instead of /usr/bin/python20 码力 | 90 页 | 663.35 KB | 1 年前3跨平台桌⾯应⽤框架:Electron
"**/*" "**/*",, "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}" "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",, "!**/ }} }} (1) file 其中 "**/*" "**/*",, "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}" "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",, "!**/node_modules/*/{test "**/*" "**/*",, "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}" "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",, "!**/0 码力 | 123 页 | 21.81 MB | 1 年前3ThinkJS 2.0 中文文档
| | |-- footer.html | | `-- header.html | |-- index_changelog.html | |-- index_demo.html | `-- index_index.html `-- www 'title-home': 'ThinkJS�� - A Node.js MVC Framework Support All Of ES6/7 Features', 'title-changelog': '���� - ThinkJS��', } JavaScript // src/common/config/locale/en.js export default { 'title-home': 'title-home': 'ThinkJS - A Node.js MVC Framework Support All Of ES6/7 Features', 'title-changelog': 'Changelog - ThinkJS' } JavaScript ������ ������������ http.locale ������������������ ��� Controller0 码力 | 238 页 | 1.87 MB | 1 年前3
共 47 条
- 1
- 2
- 3
- 4
- 5