mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
4d56123402
commit
06ddeba47e
6 changed files with 44 additions and 0 deletions
5
packaging/debian/changelog
Normal file
5
packaging/debian/changelog
Normal file
|
@ -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
|
1
packaging/debian/compat
Normal file
1
packaging/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
8
|
15
packaging/debian/control
Normal file
15
packaging/debian/control
Normal file
|
@ -0,0 +1,15 @@
|
|||
Source: subsurface
|
||||
Priority: optional
|
||||
Maintainer: Roland Dreier <roland@digitalvampire.org>
|
||||
Build-Depends: autoconf, automake, libtool, debhelper (>= 8), dh-autoreconf,
|
||||
pkg-config, libgtk2.0-dev, libgconf2-dev, libxml2-dev, libdivecomputer-dev
|
||||
Standards-Version: 3.9.2
|
||||
Section: utils
|
||||
Homepage: http://subsurface.hohndel.org
|
||||
|
||||
Package: subsurface
|
||||
Section: utils
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: simple dive log program written in C
|
||||
Subsurface is a simple dive log program written in C.
|
17
packaging/debian/copyright
Normal file
17
packaging/debian/copyright
Normal file
|
@ -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'
|
5
packaging/debian/rules
Executable file
5
packaging/debian/rules
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- mode: makefile; coding: utf-8 -*-
|
||||
|
||||
%:
|
||||
dh $@
|
1
packaging/debian/source/format
Normal file
1
packaging/debian/source/format
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
Loading…
Reference in a new issue