1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
A separate bundle containing the uncompressed source to some bundled
javascript is provided by upstream and is part of this source package.
It will be unpacked as third-party-source/ by dpkg-source -x.
This package is maintained using git-dpm. Version >= 0.50 is needed,
as we make use of the Patch-Name feature.
Because of some interesting behaviour relating to components[1], new
upstream imports need to be done in a similar way to this:
git-dpm import-tar -p upstream ../request-tracker4_4.0.10.orig.tar.gz
git log|head -1|cut -f2 -d\
[note down the commit]
git checkout master
git-dpm import-new-upstream --component ../request-tracker4_4.0.10.orig-third-party-source.tar.gz -p [commit has from above] ../request-tracker4_4.0.10.orig.tar.gz
git-dpm rebase-patched
[1] <http://lists.alioth.debian.org/pipermail/pkg-request-tracker-maintainers/2013-March/003502.html>
|