diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-15 08:24:51 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-15 10:21:23 -0800 |
commit | 5e9c491f194bc1a188dcc80ce322d0d588f588b0 (patch) | |
tree | 95ecd37c58c30a1db7d95c46772510da59743fbc /packaging/ubuntu/debian/source | |
parent | 51fdf86a2bd3e86e10d27bf1b568ef785542fe8b (diff) | |
download | subsurface-5e9c491f194bc1a188dcc80ce322d0d588f588b0.tar.gz |
Ubuntu packaging: add support for better changelog tracking
This now assumes that a running changelog is maintained in
src/debian.changelog, i.e., at the same level as the subsurface tree; the
organization now should look like this:
src/debian.changelog
src/subsurface # subsurface git checkout
src/subsurface/libdivecomputer # libdivecomputer git Subsurface-xx branch
src/subsurface/marble-source # marble git Subsurface-xx branch
src/subsurface/libgit2 # libgit2 git checkout
Instead of running dh_make to create all new debian build files, we add the
necessary files in our script.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/debian/source')
-rw-r--r-- | packaging/ubuntu/debian/source/format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/source/format b/packaging/ubuntu/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/packaging/ubuntu/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |