Packaging: Difference between revisions

From iPhone Development Wiki
(First draft)
 
(copying a relevant bit from Getting Started)
Line 6: Line 6:
== Control file ==
== Control file ==
''To do: add layout of fields, what do they mean, how they are used. Refer to [http://www.saurik.com/id/7 saurik's post] and links at the bottom.''
''To do: add layout of fields, what do they mean, how they are used. Refer to [http://www.saurik.com/id/7 saurik's post] and links at the bottom.''
If you need to list dependencies or conflicting packages, Debian's packaging manual may be useful (because Cydia packaging is based on Debian packaging): [https://www.debian.org/doc/debian-policy/ch-relationships.html#s-depsyntax Syntax of relationship fields], [https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps Dependencies], [https://www.debian.org/doc/debian-policy/ch-relationships.html#s-conflicts Conflicts] -- or if you're submitting this package to a default repository, you can just ask your repository maintainer for help with this.


== Troubleshooting ==
== Troubleshooting ==


=== dpkg-deb ===
=== dpkg-deb ===

Revision as of 21:27, 5 September 2014

Packaging is the step prior to sharing or releasing a tweak/application/tool/library/theme. Here you put all your project files into a single nicely wrapped file that others can install on their devices.

Tools

To do: add existing tools, on which platforms they are available, how to use them.

Control file

To do: add layout of fields, what do they mean, how they are used. Refer to saurik's post and links at the bottom.

If you need to list dependencies or conflicting packages, Debian's packaging manual may be useful (because Cydia packaging is based on Debian packaging): Syntax of relationship fields, Dependencies, Conflicts -- or if you're submitting this package to a default repository, you can just ask your repository maintainer for help with this.

Troubleshooting

dpkg-deb