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/copyright | |
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/copyright')
-rw-r--r-- | packaging/debian/copyright | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/debian/copyright b/packaging/debian/copyright new file mode 100644 index 000000000..cd049e032 --- /dev/null +++ b/packaging/debian/copyright @@ -0,0 +1,17 @@ +Initial Debianization: +This package was debianized by Roland Dreier <roland@digitalvampire.org> on +Tue, 25 Oct 2011 04:22:07 -0700. + +It was downloaded from git://subsurface.hohndel.org/subsurface.git + +Copyright: + +Copyright 2011 Linus Torvalds +Copyright 2011 Dirk Hohndel + +License: + +GPLv2 + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in the file '/usr/share/common-licenses/GPL-2' |