Packaging

Differences between revisions 5 and 16 (spanning 11 versions)
Revision 5 as of 2010-01-23 06:57:53
Size: 1257
Editor: anon-40-149
Comment:
Revision 16 as of 2010-02-18 09:57:01
Size: 540
Editor: 94-193-93-142
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
there are probably a few different sources i'd recommend to learn about packaging '''[[SevenMachines/DevHelp/Packaging/TheRightWay|Doing It "The Right Way(tm)"]]''' :D
Line 3: Line 3:
1. '''[[https://wiki.ubuntu.com/PackagingGuide/Complete|The Ubuntu Packaging Guide ]]''' Helpful things to know when making a proper debianized package
Line 5: Line 5:
I'd probably say this is the best place to start, it's really good! The right amount of detail explained with a good deal of clarity
Line 7: Line 6:
2. '''[[http://www.debian.org/doc/maint-guide/|The Debian New Maintainers Guide ]]''' '''[[SevenMachines/DevHelp/Packaging/TheQuickFixWay|The "Quick Fix Way"]]''' :\
Line 9: Line 8:
Much more comprehensive, a good read but also a good reference when you're looking for a specific explanation of something When you only need to use packaging to do some basic handling of installing/uninstalling source code on your local machine
Line 11: Line 10:
3. '''Source Packages'''
Line 13: Line 11:
With something in the region of 30,000 packages in ubuntu, if you want to package something theres more than likely going to be similar packages already in the repository. If you can find some then why not look at what others with similar programs have done,
$apt-get source someprogram
then rifle through their packaging, see if it suits your needs, and if so, use it as the basis for your own package
'''[[https://wiki.ubuntu.com/DistributedDevelopment/Documentation|Getting used to working the bazaar way!]]'''
Line 17: Line 13:
4. '''[[https://wiki.ubuntu.com/UbuntuDeveloperWeek/|Ubuntu Developer Week]]'''

Why not learn from the experts!, there will be classes to help get started with packaging (and lots of other things)
Previous developer weeks are archived so you can try them out when you have free time here
Ubuntu guides on how to work with packages using bazaar

Doing It "The Right Way(tm)" Big Grin :)

Helpful things to know when making a proper debianized package

The "Quick Fix Way" Confused :\

When you only need to use packaging to do some basic handling of installing/uninstalling source code on your local machine

Getting used to working the bazaar way!

Ubuntu guides on how to work with packages using bazaar

SevenMachines/DevHelp/Packaging (last edited 2010-02-18 09:57:01 by 94-193-93-142)