FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit de218659 authored by Dr Catherine Pitt's avatar Dr Catherine Pitt
Browse files

Bug fixes

Add missing log directory /var/log/chem-zfs-backups
Add missing dep on rsync
Add fakeroot to Makefile to allow non-root building
parent 6927c415
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ARC:=$(shell grep ^Architecture ROOT/DEBIAN/control | awk ' { print $$2 } ')
deb: debs/${PKG}_${VER}_${ARC}.deb
debs/${PKG}_${VER}_${ARC}.deb:
dpkg-deb -b ROOT/ debs/${PKG}_${VER}_${ARC}.deb
fakeroot dpkg-deb -b ROOT/ debs/${PKG}_${VER}_${ARC}.deb
upload: debs/${PKG}_${VER}_${ARC}.deb
scp debs/${PKG}_${VER}_${ARC}.deb root@downloads.ch.private.cam.ac.uk:/tmp/
......
......@@ -3,7 +3,7 @@ Priority: optional
Section: otherosfs
Maintainer: Frank Lee <rl201@cam.ac.uk>
Architecture: all
Version: 0.9-ch23
Depends: debian-zfs, postgresql, liblockfile-simple-perl, libdbi-perl, libjson-perl, libzfs-perl-chem, libnet-openssh-perl, libdbd-pg-perl, mbuffer
Version: 0.9-ch25
Depends: debian-zfs, postgresql, liblockfile-simple-perl, libdbi-perl, libjson-perl, libzfs-perl-chem, libnet-openssh-perl, libdbd-pg-perl, mbuffer, rsync
Description: a backup system using ZFS
Ported (well, mostly) from FreeBSD to a Sane OS.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment