Date:2010-05-11 08:08:53 (13 years 10 months ago)
Author:Jonathan Nieder
Commit:78f38d48bfffb0c6741cb6490fc6d135c1dc8e6a
Message:include entire source tree in source package

It is probably worth spending the time to split them up with
multiple upstream tarballs, but for now, usbboot, xbboot, and so on
are in a single repository managed as a single project.

Teach debian/rules get-orig-source to build a single upstream tarball
with the entire source tree.

Include history of whole tree in the generated changelog.upstream.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Files: debian/changelog.upstream.awk (1 diff)
debian/get-orig-source.sh (1 diff)

Change Details

debian/changelog.upstream.awk
8484    print versionline >> cl;
8585
8686    print "" >> cl;
87    command = "git shortlog \"" limiter last_cid "\" -- .";
87    command = "git shortlog \"" limiter last_cid "\"";
8888    while(command | getline line)
8989        print line >> cl;
9090
debian/get-orig-source.sh
2626
2727# Generate tarball.
2828echo "packaging $(git rev-parse --short FETCH_HEAD)"
29git archive FETCH_HEAD -- usbboot xbboot |
30    gzip -n -9 > "xburst-tools_$upstream_version.orig.tar.gz"
29git archive FETCH_HEAD |
30    gzip -n -9 >"xburst-tools_$upstream_version.orig.tar.gz"

Archive Download the corresponding diff file



interactive