Compare commits
4 Commits
0.1.5
...
debian/0.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4cd7e764bb | ||
![]() |
4f535fbb02 | ||
![]() |
4ed8d49b2c | ||
![]() |
3af0e84f5f |
2755
debian/changelog
vendored
Normal file
2755
debian/changelog
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7
|
26
debian/control
vendored
Normal file
26
debian/control
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
Source: flexnbd
|
||||||
|
Section: web
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Patrick J Cherry <patrick@bytemark.co.uk>
|
||||||
|
Build-Depends: debhelper (>= 7.0.50), ruby, rake, gcc, libev-dev,
|
||||||
|
asciidoc, libxml2-utils, xsltproc, xmlto, check
|
||||||
|
Standards-Version: 3.8.1
|
||||||
|
Homepage: https://github.com/BytemarkHosting/flexnbd-c
|
||||||
|
|
||||||
|
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
Normal file
53
debian/copyright
vendored
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
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
Normal file
5
debian/flexnbd.install
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
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
|
||||||
|
|
19
debian/rules
vendored
Executable file
19
debian/rules
vendored
Executable file
@@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip --dbg-package=flexnbd-dbg
|
||||||
|
|
||||||
|
#
|
||||||
|
# TODO: The ruby test suites don't work during buiding in a chroot, so leave
|
||||||
|
# them out for now.
|
||||||
|
#
|
||||||
|
#override_dh_auto_test:
|
||||||
|
# rake test:run
|
||||||
|
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Reference in New Issue
Block a user