From 4272a99edb6274e851b8e85c39fec186a3351ac0 Mon Sep 17 00:00:00 2001 From: srittau Date: Wed, 9 May 2001 23:57:25 +0000 Subject: [PATCH] * Use ./configure --sysconfdir instead of --with-config-dir. * Upstream package does now install PAM file in the correct directory. Removed rule, correcting this from Debian rules file. --- distrib/debian/changelog | 5 ++++- distrib/debian/rules | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distrib/debian/changelog b/distrib/debian/changelog index 5a05b333..62248c22 100644 --- a/distrib/debian/changelog +++ b/distrib/debian/changelog @@ -1,8 +1,11 @@ netatalk (1.5pre6-2cvs) unstable; urgency=medium * Non-DSFG free code was removed. Copyright notice was changed accordingly. + * Use ./configure --sysconfdir instead of --with-config-dir. + * Upstream package does now install PAM file in the correct directory. + Removed rule, correcting this from Debian rules file. - -- Sebastian Rittau Sat, 5 May 2001 18:13:50 +0200 + -- Sebastian Rittau Thu, 10 May 2001 01:52:47 +0200 netatalk (1.5pre6-2) unstable; urgency=low diff --git a/distrib/debian/rules b/distrib/debian/rules index 53c8f878..259f874c 100755 --- a/distrib/debian/rules +++ b/distrib/debian/rules @@ -7,7 +7,7 @@ build-stamp: dh_testdir ./configure --with-cflags=-O2 --with-shadow \ - --enable-fhs --with-config-dir=/etc/netatalk \ + --enable-fhs --sysconfdir=/etc/netatalk \ --with-tcp-wrappers --mandir=/usr/share/man --prefix=/usr $(MAKE) @@ -37,9 +37,6 @@ binary-arch: build dh_undocumented dh_installchangelogs ChangeLog - # Move PAM config file to PAM directory. - mv debian/tmp/etc/netatalk/netatalk.pamd debian/tmp/etc/pam.d/netatalk - # Manually remove a header file that is shipped with glibc and # the Linux Kernel. rm debian/tmp/usr/include/netatalk/at.h -- 2.39.2