Removed debian directory
This commit is contained in:
1
debian/compat
vendored
1
debian/compat
vendored
@@ -1 +0,0 @@
|
|||||||
7
|
|
26
debian/control
vendored
26
debian/control
vendored
@@ -1,26 +0,0 @@
|
|||||||
Source: flexnbd
|
|
||||||
Section: unknown
|
|
||||||
Priority: extra
|
|
||||||
Maintainer: Alex Young <alex@bytemark.co.uk>
|
|
||||||
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.
|
|
53
debian/copyright
vendored
53
debian/copyright
vendored
@@ -1,53 +0,0 @@
|
|||||||
This work was packaged for Debian by:
|
|
||||||
|
|
||||||
Alex Young <alex@bytemark.co.uk> on Wed, 30 May 2012 16:46:58 +0100
|
|
||||||
|
|
||||||
It was downloaded from:
|
|
||||||
|
|
||||||
<url://example.com>
|
|
||||||
|
|
||||||
Upstream Author(s):
|
|
||||||
|
|
||||||
<put author's name and email here>
|
|
||||||
<likewise for another author>
|
|
||||||
|
|
||||||
Copyright:
|
|
||||||
|
|
||||||
<Copyright (C) YYYY Firstname Lastname>
|
|
||||||
<likewise for another author>
|
|
||||||
|
|
||||||
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 <http://www.gnu.org/licenses/>
|
|
||||||
|
|
||||||
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 <alex@bytemark.co.uk>
|
|
||||||
|
|
||||||
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.
|
|
5
debian/flexnbd.install
vendored
5
debian/flexnbd.install
vendored
@@ -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
|
|
||||||
|
|
12
debian/rules
vendored
12
debian/rules
vendored
@@ -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
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
Reference in New Issue
Block a user