diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 5 | ||||
-rw-r--r-- | packaging/debian/compat | 1 | ||||
-rw-r--r-- | packaging/debian/control | 16 | ||||
-rw-r--r-- | packaging/debian/copyright | 17 | ||||
-rwxr-xr-x | packaging/debian/rules | 5 | ||||
-rw-r--r-- | packaging/debian/source/format | 1 |
6 files changed, 0 insertions, 45 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog deleted file mode 100644 index 875e3eb14..000000000 --- a/packaging/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -subsurface (1.1-20111026-git036fccd3-1) unstable; urgency=low - - * Initial release. - - -- Roland Dreier <roland@digitalvampire.org> Tue, 25 Oct 2011 14:24:12 -0700 diff --git a/packaging/debian/compat b/packaging/debian/compat deleted file mode 100644 index 45a4fb75d..000000000 --- a/packaging/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/packaging/debian/control b/packaging/debian/control deleted file mode 100644 index b90fe1cbe..000000000 --- a/packaging/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -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, - libxslt-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. diff --git a/packaging/debian/copyright b/packaging/debian/copyright deleted file mode 100644 index cd049e032..000000000 --- a/packaging/debian/copyright +++ /dev/null @@ -1,17 +0,0 @@ -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' diff --git a/packaging/debian/rules b/packaging/debian/rules deleted file mode 100755 index e984e9b28..000000000 --- a/packaging/debian/rules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- - -%: - dh $@ diff --git a/packaging/debian/source/format b/packaging/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/packaging/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) |