From d11dbe849df672f2a193747bf1ba282568d5924a Mon Sep 17 00:00:00 2001 From: srittau Date: Sat, 28 Jul 2001 13:10:47 +0000 Subject: [PATCH] Inserted changelog of version 1.5pre6-6. Added --enable-last=did to ./configure options. Added manpage timeout(1). Removed /etc/netatalk/netatalk.conf from Debian distribution. --- distrib/debian/changelog | 15 +++++++++++++-- distrib/debian/netatalk.conffiles | 1 - distrib/debian/netatalk.undocumented | 1 - distrib/debian/rules | 3 ++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/distrib/debian/changelog b/distrib/debian/changelog index 33bbfee3..e021e721 100644 --- a/distrib/debian/changelog +++ b/distrib/debian/changelog @@ -7,9 +7,20 @@ netatalk (1.5pre7cvs-0) unstable; urgency=medium Removed rule, correcting this from Debian rules file. * Newer versions of config.{sub,guess} were now added to upstream sources. No need to patch them. - * netatalk-config(1) and timelord(8) do now have a man page. + * netatalk-config(1), timelord(8), and timeout(1) do now have a man page. - -- Sebastian Rittau Thu, 19 Jul 2001 18:15:53 +0200 + -- Sebastian Rittau Thu, 19 Jul 2001 18:46:08 +0200 + +netatalk (1.5pre6-6) unstable; urgency=medium + + * ./configure --with-did=last + This should fix errors with MacOS X. + * Fixed typo in add_netatalk_printer. (Closes: #104192) + * Removed /etc/netatalk/netatalk.conf, since it's not used by Debian's + init script. (Closes: #103539) + * Disabled pam_guest module by default. (Closes: #106637) + + -- Sebastian Rittau Sat, 28 Jul 2001 14:49:15 +0200 netatalk (1.5pre6-5) unstable; urgency=low diff --git a/distrib/debian/netatalk.conffiles b/distrib/debian/netatalk.conffiles index 2621749a..8f310bdd 100644 --- a/distrib/debian/netatalk.conffiles +++ b/distrib/debian/netatalk.conffiles @@ -1,7 +1,6 @@ /etc/netatalk/papd.conf /etc/netatalk/afpd.conf /etc/netatalk/atalkd.conf -/etc/netatalk/netatalk.conf /etc/netatalk/AppleVolumes.system /etc/netatalk/AppleVolumes.default /etc/init.d/netatalk diff --git a/distrib/debian/netatalk.undocumented b/distrib/debian/netatalk.undocumented index e6a36b63..f9c7afb3 100644 --- a/distrib/debian/netatalk.undocumented +++ b/distrib/debian/netatalk.undocumented @@ -14,4 +14,3 @@ nu.1 parsecode.1 psa.8 test_parse_mtab.1 -timeout.1 diff --git a/distrib/debian/rules b/distrib/debian/rules index 2a8a7f45..8688b650 100755 --- a/distrib/debian/rules +++ b/distrib/debian/rules @@ -17,7 +17,8 @@ build-stamp: dh_testdir ./configure --with-cflags=-O2 --with-shadow \ - --enable-fhs --with-tcp-wrappers --enable-timelord + --enable-fhs --with-tcp-wrappers --enable-timelord \ + --with-did=last $(MAKE) touch build-stamp -- 2.39.2