RELEASE INFORMATION
Project: Maemo
Author : Tao Xia
Version: v1.0
Date: 2008-07-18
[Notes] 1.Any quotation or copy of this file please reserve the original author information.
2.The contents that quoted in other places will marked as *-------------(beginning) and --------------*(Ending)
[Description] The basic knowledge of Debian Package. The steps of creating a deb package, and the meaning of some concepts.
The details please see http://maemo.org/maemo_training_material/maemo4.x/html/maemo_Application_Development/Chapter_07_Packaging_Applications.html
1.Debian Packages
=====================================
debian包分为两种:
(1) Binary packages (.deb 文件)
包含可执行文件、配置文件、版权信息以及其他文档,用户可直接利用他进行安装。
每个deb包都只能在指定的架构下运行,比如i386和arm架构不可通用。
.deb包命名规则
foo_versionNumber-maemoRevision_arch.deb
*foo:包名
*versionNumber:版本号
*maemoRevision:版本修订号,当.diff.gz改变了,而版本号没有时
*arch:目标体系结构名称
Some examples from one release of the SDK follow:
* libdb4.2_4.2.52-18osso_armel.deb:
o libdb4.2: Binary package name. Package versions with incompatible APIs will normally have their package name contain a number.
o 4.2.52-18osso: Upstream version is 4.2.52, with local modif
Debian Package 分析笔记
最新推荐文章于 2024-04-15 20:28:11 发布
本文详细介绍了Debian Package的类型,包括Binary packages和Source packages,讲解了.deb包命名规则,并提供了创建Debian Package的步骤。此外,还探讨了Control文件的重要性和 Debain Package的文件结构。通过实例解析了Maemopad应用的文件结构,帮助读者理解Debian包的构建过程。
摘要由CSDN通过智能技术生成