File: README.source

package info (click to toggle)
request-tracker4 4.4.6%2Bdfsg-1.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,756 kB
  • sloc: javascript: 130,444; perl: 65,261; sh: 1,322; makefile: 471; python: 37; php: 30
file content (44 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.4.6.orig.tar.gz
git log|head -1|cut -f2 -d\    # Note: there is a space after the \
[note down the commit]
git checkout master
git-dpm import-new-upstream \
  --component ../request-tracker4_4.4.6.orig-third-party-source.tar.gz \
  -p [commit from above] ../request-tracker4_4.4.6.orig.tar.gz
# Run the pristine-tar commands that are included in the output from this command.
git-dpm rebase-patched

[1] <http://lists.alioth.debian.org/pipermail/pkg-request-tracker-maintainers/2013-March/003502.html>

For the 4.4.6 release, some unminified sources were missing from the
upstream third-party-source tarball. The Debian maintainers
have repacked the third-party tarball with the following changes:

* Imported ckeditor source from the canonical upstream locations
  (see debian/fixup-third-party.sh for details)

We are working with upstream to improve the process of maintaining
the third-party tarball for future releases. See
<https://rt.bestpractical.com/Ticket/Display.html?id=37009>.

Example use of debian/maint/fixup-third-party.sh

tar zxvf request-tracker4_4.4.6.orig-third-party-source.tar.gz
cd request-tracker4/debian/maint
./fixup-third-party.sh ../../../ckeditor4 ../../../flat \
    ../../../ckeditor-plugin-scayt ../../../ckeditor-plugin-wsc 4.5.3
cd ../../../
tar zcvf request-tracker4_4.4.6+dfsg.orig-third-party-source.tar.gz \
    rt-4.4.6
cp -p request-tracker4_4.4.6.orig.tar.gz \
    request-tracker4_4.4.6+dfsg.orig.tar.gz