From 91a8946ddca13a7f4883c8242457efad451cd9e3 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 30 Aug 2016 21:46:59 +0100 Subject: [PATCH] Removed debian directory --- debian/compat | 1 - debian/control | 26 --------------------- debian/copyright | 53 ------------------------------------------ debian/flexnbd.install | 5 ---- debian/rules | 12 ---------- debian/source/format | 1 - 6 files changed, 98 deletions(-) delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/flexnbd.install delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index c5bb02d..0000000 --- a/debian/control +++ /dev/null @@ -1,26 +0,0 @@ -Source: flexnbd -Section: unknown -Priority: extra -Maintainer: Alex Young -Build-Depends: cdbs, debhelper (>= 7.0.50), ruby, rake, gcc, libev-dev, - asciidoc, libxml2-utils, xsltproc, xmlto, check -Standards-Version: 3.8.1 -Homepage: http://bigv.io/ - -Package: flexnbd -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libev4 | libev3 -Description: FlexNBD server - An NBD server offering push-mirroring and intelligent sparse file handling - -Package: flexnbd-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - flexnbd (= ${binary:Version}), - ${misc:Depends} -Description: debugging symbols for flexnbd - An NBD server offering push-mirroring and intelligent sparse file handling - . - This package contains the debugging symbols for flexnbd. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index dba1271..0000000 --- a/debian/copyright +++ /dev/null @@ -1,53 +0,0 @@ -This work was packaged for Debian by: - - Alex Young on Wed, 30 May 2012 16:46:58 +0100 - -It was downloaded from: - - - -Upstream Author(s): - - - - -Copyright: - - - - -License: - -### SELECT: ### - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. -### OR ### - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. -########## - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see - -On Debian systems, the complete text of the GNU General -Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -The Debian packaging is: - - Copyright (C) 2012 Alex Young - -you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/flexnbd.install b/debian/flexnbd.install deleted file mode 100644 index 27e69ad..0000000 --- a/debian/flexnbd.install +++ /dev/null @@ -1,5 +0,0 @@ -build/flexnbd usr/bin -build/flexnbd-proxy usr/bin -build/flexnbd.1.gz usr/share/man/man1 -build/flexnbd-proxy.1.gz usr/share/man/man1 - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 3e1a3eb..0000000 --- a/debian/rules +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@ - -.PHONY: override_dh_strip -override_dh_strip: - dh_strip --dbg-package=flexnbd-dbg diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)