Skip to content

Commit 29fbd3c

Browse files
authored
Merge pull request #418 from reddit/add-missing-deps
Add missing dependencies to debian packaging
2 parents 8fc24ad + 8f07611 commit 29fbd3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Maintainer: Twan Wolthof <[email protected]>
33
Section: misc
44
Priority: optional
55
Standards-Version: 3.9.2
6-
Build-Depends: debhelper (>= 9), git, devscripts
6+
Build-Depends: debhelper (>= 9), git, devscripts, moreutils, jq
77

88
Package: github-backup-utils
99
Architecture: any
10-
Depends: ${misc:Depends}, rsync (>= 2.6.4)
10+
Depends: ${misc:Depends}, rsync (>= 2.6.4), moreutils, jq
1111
Description: Backup and recovery utilities for GitHub Enterprise
1212
The backup utilities implement a number of advanced capabilities for backup
1313
hosts, built on top of the backup and restore features already included in

0 commit comments

Comments
 (0)