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/rules | |
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/rules')
-rwxr-xr-x | packaging/debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules new file mode 100755 index 000000000..e984e9b28 --- /dev/null +++ b/packaging/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +%: + dh $@ |