diff options
author | Roland Dreier <roland@digitalvampire.org> | 2011-10-31 13:05:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 17:06:41 -0700 |
commit | 06ddeba47ee75e4ac0ca96e75e8b01b1fb9a60c9 (patch) | |
tree | ef91cc7b1b9608b31d593de605eeabc749b27939 /packaging/debian/changelog | |
parent | 4d561234022adbc72e30c3152730b6202f3f0f8f (diff) | |
download | subsurface-06ddeba47ee75e4ac0ca96e75e8b01b1fb9a60c9.tar.gz |
Add Debian packaging
Add support for building .deb packages; to use, one can do
$ cp -r packaging/debian debian
$ dpkg-buildpackage -b
This of course requires a libdivecomputer package as a build prerequisite.
Signed-off-by: Roland Dreier <roland@digitalvampire.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'packaging/debian/changelog')
-rw-r--r-- | packaging/debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog new file mode 100644 index 000000000..875e3eb14 --- /dev/null +++ b/packaging/debian/changelog @@ -0,0 +1,5 @@ +subsurface (1.1-20111026-git036fccd3-1) unstable; urgency=low + + * Initial release. + + -- Roland Dreier <roland@digitalvampire.org> Tue, 25 Oct 2011 14:24:12 -0700 |