Extract debian dir from ustream repo

This commit is contained in:
Victor LABORIE 2017-01-18 11:20:40 +01:00
parent 0296fab941
commit ee3ab76877
11 changed files with 4 additions and 44 deletions

9
.gitignore vendored
View file

@ -1,10 +1 @@
*.swp
debian/*
!debian/changelog
!debian/compat
!debian/control
!debian/rules
!debian/install
!debian/bkctld.default
!debian/bkctld.init
!debian/manpages

View file

@ -4,11 +4,13 @@
# Provides: evobackup
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2
# Default-Stop: 1
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Backup manager using rsync and OpenSSH chroot.
### END INIT INFO
. /lib/lsb/init-functions
case "$1" in
start)
bkctld start all

View file

@ -1 +0,0 @@
../bkctld.conf

1
debian/bkctld.init vendored
View file

@ -1 +0,0 @@
../bkctld.sysvinit

5
debian/changelog vendored
View file

@ -1,5 +0,0 @@
bkctld (1.0) UNRELEASED; urgency=medium
* Initial release
-- Victor Laborie <vlaborie@evolix.fr> Wed, 11 Jan 2017 16:51:48 +0100

1
debian/compat vendored
View file

@ -1 +0,0 @@
7

9
debian/control vendored
View file

@ -1,9 +0,0 @@
Source: bkctld
Section: utils
Priority: optional
Maintainer: vlaborie@evolix.fr
Package: bkctld
Architecture: all
Depends: coreutils, openssh-server, btrfs-tools, rsync
Description: Tool for manage rsync jail for backup

8
debian/copyright vendored
View file

@ -1,8 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bkctld
Upstream-Contact: Evolix <equipe@evolix.fr>
Source: https://forge.evolix.org/projects/evobackup/repository
Files: *
Copyright: Evolix <equipe@evolix.fr>
License: AGPL-3

3
debian/install vendored
View file

@ -1,3 +0,0 @@
bkctld usr/sbin
tpl/* usr/share/bkctld
docs/zzz_evobackup usr/share/doc/bkctld

1
debian/manpages vendored
View file

@ -1 +0,0 @@
docs/bkctld.8

4
debian/rules vendored
View file

@ -1,4 +0,0 @@
#!/usr/bin/make -f
%:
dh $@