From 8cbeb6d1711717b44b4f4f842e08a36eaff00e84 Mon Sep 17 00:00:00 2001 From: Raoul Bhatia Date: Wed, 12 Aug 2020 23:09:50 +0200 Subject: [PATCH] Debian: Make /usr/share/backuppc/bin/BackupPC executable, fixes #16 --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee9d8b4d..7c0bedd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ backuppc (4.4.0) UNRELEASED; urgency=medium * New release BackupPC 4.4.0. * Bump BackupPC::XS dependency to >= 0.62. + * Make /usr/share/backuppc/bin/BackupPC executable, closes #16 -- Raoul Bhatia Wed, 12 Aug 2020 11:22:20 +0200 diff --git a/debian/rules b/debian/rules index 5d5c90ef..d0414cb8 100755 --- a/debian/rules +++ b/debian/rules @@ -115,6 +115,8 @@ install: build rm -rf debian/backuppc/etc/backuppc/config.pl debian/backuppc/etc/backuppc/config.pl.sample debian/backuppc/etc/backuppc/hosts.sample mkdir debian/backuppc/var/lib/backuppc/conf ln -s /etc/backuppc/config.pl debian/backuppc/var/lib/backuppc/conf/config.pl + chmod 750 debian/backuppc/usr/share/backuppc/bin/BackupPC + chmod 750 debian/backuppc/usr/share/backuppc/lib/realindex.cgi # Build architecture-independent files here. binary-indep: build install