On Wed, 2013-11-20 at 10:25 +0100, Łukasz Stelmach wrote: > Hi. > > How to create/maintain a packaged, the Tizen way[1], with multple > sources like Fedora's xorg-x11-apps[2]. > > [1] using gbs import, pristine-tar and upstream branches and stuff. > [2] > http://pkgs.fedoraproject.org/cgit/xorg-x11-apps.git/tree/xorg-x11-apps.spec
Hi Łukasz, Unfortunately gbs does not support automatic generation of multiple source tarballs (from Git submodules, for example), yet. I guess you have two options at the moment: 1. Put the additional source tarballs as binary blobs under the packaging/ directory 2. Extract the additional sources in your git tree and commit as one commit per tarball -> gbs will create one big patch per tarball import. No source additional tarballs in this case, though. Thanks, Markus _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
