On 13.07.2013 14:17, Alessandro Menti wrote: >> AFAIK, version of ubuntu should be set in debian/changelog file. How >> can I build for raring and LTS versions for PPA? >> I have build for raring, changed in debian/changelog on "precise", >> tried to upload, but got *.debian.tar.gz already exists. > > Simply build for Precise, then copy the resulting packages ([1]) to the > same PPA and the Raring series. >
that only works if the dependencies in precise and raring are binary compatible. If not you have to rebuild. For each series the version must be different if the source is not the same, so you have to change the version in addition to the series in changelog. E.g: mypackage (0.13.2-1~ubuntu12.04~ppa1) precise; urgency=low and mypackage (0.13.2-1~ubuntu12.10~ppa1) quantal; urgency=low -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
