Adding More Packages to the Repository
Let's say you have another package - like an app, theme, or wallpaper - that you want on your repository. It's basically the same as adding the first one, but we remove a few steps and modify a few.
1) Follow steps 1 through 5 in the previous post.
2) You should now have a .deb file for your next package. Use step 10 in the first post to give the appropriate name to your new .deb.
3) Upload the new .deb to the
debs folder within the folder on your website that is named with
cydia or
apt.
4) In the package file, skip two lines from the last line of the first part of your packages file, then do steps 14 and 15 in the first post. When done, the Packages file should look similar to this:
Updating Packages
1) Follow steps 1 through 5 in the first post with the updated version of your package.
2) Use step 10 to properly name the new .deb file.
3) Replace the .deb file of the old version of your package with the .deb file of the new one.
4) Update the Packages file as necessary, being sure to skip two lines as shown in the top part of this post. Also be sure to update the Packages.gz file.
----------------
That's it! Any questions or problems, don't hesitate to post them here.