summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/rules b/debian/rules
index 7066806..45209fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,17 +17,3 @@ export CFLAGS
%:
dh $@ --with autoreconf
-
-# all the installing is here, not in Makefile.
-# The configuration file with the share secrets needs to be 600
-override_dh_install:
- dh_install -v --sourcedir=. --package=libpam-radius-auth
- dh_install -v --sourcedir=. --package=radius-shell
- chmod 600 debian/*/${PAM_CONF_FILE}
- chmod 750 debian/*/sbin/radius_shell
-
-override_dh_fixperms:
- dh_fixperms --exclude ${PAM_CONF_FILE}
-
-override_dh_installchangelogs:
- dh_installchangelogs Changelog