summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu/debian
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-15 08:24:51 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-15 10:21:23 -0800
commit5e9c491f194bc1a188dcc80ce322d0d588f588b0 (patch)
tree95ecd37c58c30a1db7d95c46772510da59743fbc /packaging/ubuntu/debian
parent51fdf86a2bd3e86e10d27bf1b568ef785542fe8b (diff)
downloadsubsurface-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')
-rw-r--r--packaging/ubuntu/debian/compat1
-rw-r--r--packaging/ubuntu/debian/docs7
-rw-r--r--packaging/ubuntu/debian/source/format1
3 files changed, 9 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/compat b/packaging/ubuntu/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/packaging/ubuntu/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/packaging/ubuntu/debian/docs b/packaging/ubuntu/debian/docs
new file mode 100644
index 000000000..40dc76e3f
--- /dev/null
+++ b/packaging/ubuntu/debian/docs
@@ -0,0 +1,7 @@
+gpl-2.0.txt
+README
+Readme.testing
+Readme.ubuntu
+ReleaseNotes.txt
+SupportedDivecomputers.txt
+TODO.CCR
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)