Hi, I'm trying to create a PPA for a little pet project of mine. Now I'm somewhat confused about the version string to use. I've looked through PPAQuickStart and PackagingGuide but I'm still not quite sure which it should be. For a new package that is neither in Debian nor in Ubuntu, what would be the version?
myapp_0.1 myapp_0.1-0ubuntu1 myapp_0.1~ppa1 myapp_0.1-0ubuntu1~ppa1
I guess what I'm looking for is an easy to read table that covers all possible cases.