summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-05 12:05:42 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-05 12:05:42 -0800
commit07b2c204c9b0aa5d7a00ecba72241ea85d3339eb (patch)
treef9e40cacc089f0700f8214c619811ff840457c47 /packaging
parent4cd222eae7ad16cb32249fe25eeee5e7a00098fd (diff)
downloadsubsurface-07b2c204c9b0aa5d7a00ecba72241ea85d3339eb.tar.gz
Remove ancient (and unwanted) Debian packaging directory
The Debian maintainers prefer this to be separate from the upstream sources Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/changelog5
-rw-r--r--packaging/debian/compat1
-rw-r--r--packaging/debian/control16
-rw-r--r--packaging/debian/copyright17
-rwxr-xr-xpackaging/debian/rules5
-rw-r--r--packaging/debian/source/format1
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)