netatalk (1.5pre8cvs-0) unstable; urgency=low * Unofficial CVS release. * Correct included docs, since all platform specific docs were merged. * Upstream does now have manpages for apple_cp(1), apple_mv(1), and apple_rm(1), written by Lance Levsen . Removed the links to undocumented(7). * Don't supply --with-did=last anymore, since this is now the default. * Added cnid_didname_verify(1) to list of undocumented binaries. -- Sebastian Rittau Mon, 10 Dec 2001 13:46:14 +0100 netatalk (1.5pre8-5) unstable; urgency=low * Appletalk -> AppleTalk in package short descriptions. Thanks to Matt Zimmerman and his spell checking effort for pointing this out. * Really install README.Debian this time. * Removed afppasswd and afppasswd(1) from Debian distribution, since they are of no use when SSL support is not compiled in. -- Sebastian Rittau Sun, 18 Nov 2001 15:13:53 +0100 netatalk (1.5pre8-4) unstable; urgency=low * Fixed uams_pam.so. (Closes: #118889) * Explain why we don't link against OpenSSL in README.Debian. * Modified debian/rules so that setting a variable called USE_SSL to "yes" enables SSL support. This should ease the local compilation of SSL-enabled netatalk packages. -- Sebastian Rittau Sat, 10 Nov 2001 19:05:12 +0100 netatalk (1.5pre8-3) unstable; urgency=low * Corrected upstream version number (pre8 instead of pre7). This corrects afpd -v and similar commands. * Raised default number of allowed afpd clients. Suggestion by Jonas Smedegaard. * Small logcheck fix by Jonas. * Removed ATALK_BACKGROUND description from netatalk.conf(5). * Removed obsolete --with-config-dir configure option. -- Sebastian Rittau Sat, 27 Oct 2001 15:36:30 +0200 netatalk (1.5pre8-2) unstable; urgency=low * Work around the fact that upstream includes sym-links to mkinstalldirs and missing instead of verbatim copies. We do that by including our own copies in debian and copy them before running the build. (Closes: #114915) -- Sebastian Rittau Wed, 10 Oct 2001 14:03:34 +0200 netatalk (1.5pre8-1) unstable; urgency=low * New upstream version, containing most Debian patches. * Added a patch to configure.in that fixes PAM detection and compilation. -- Sebastian Rittau Sun, 7 Oct 2001 12:46:15 +0200 netatalk (1.5pre7-5) unstable; urgency=low * More patches by Jonas Smedegaard : + 001_logcheck_fix_typo_and_optimize... Logcheck fixes and improvements. (Closes: #114448) + 005_visible_home_dir_in_config_(again!) Name user home directories "Home Directory" by default to make them appear in the MacOS chooser. (Patch had already been applied in 1.5pre7-2, but had been lost since.) + Jonas made more patches, which I haven't applied yet, but either committed upstream or sent upstream for discussion. -- Sebastian Rittau Thu, 4 Oct 2001 22:31:50 +0200 netatalk (1.5pre7-4) unstable; urgency=low * Fixed Build-Dependencies. (pam-cracklib -> cracklib2-dev) (Closes: #113356) * Restored symlinks in /usr/lib/atalk/filters and other directories. (Closes: #113746) * Patches by Jonas Smedegaard : + 002_correctly_calculate_perl_depends + 003_remove_cap_line_from_logcheck Small logcheck change. + 004_add_misc_logcheck_lines Another logcheck change. + 011_strip_pam_paths Not applied, but patched config/netatalk.pamd to strip /lib/security from its path. -- Sebastian Rittau Mon, 1 Oct 2001 08:30:17 +0200 netatalk (1.5pre7-3) unstable; urgency=low * Fixed a stupid typo I made in the new init script. * Put add_netatalk_printer and netatalkshorternamelinks.pl in the examples directory instead of /usr/bin. Suggestion from Jonas Smedegaard. -- Sebastian Rittau Sun, 23 Sep 2001 19:08:43 +0200 netatalk (1.5pre7-2) unstable; urgency=low * Integrated a lot of patches by Jonas Smedegaard : + 001_etc2ps paths Correct paths in etc2ps and suggest tetex-base. + 005_visible_home_dir_in_config Name user home directories "Home Directory" by default to make them appear in the MacOS chooser. + 007_logcheck Support for the logcheck log file checking package. + 011_avoid_symlinks_and_force_using_autoconf_2.50 Partly applied: Patch configure.in so that the use of autoconf 2.50 is forced. (Debian autoconf hack workaround.) + 012_netatalk.conf Improved init script. Also, make use of netatalk.conf again. I patched the patch so that netatalk.conf is placed in /etc/default. + 015_recommend_lsof_(for_macusers)_and_suggest_quota Recommend lsof and suggest quota. + 021_enable_ssl_and_cracklib_and_correct_pam_paths Partly applied: Enable cracklib support. * Fixed paths in add_netatalk_printer. * Removed lp2pap.sh since it's of no use on Debian systems. * Removed test_parse_mtab and afpd-mtab.pl because we are not using the mtab DID scheme. * Comparison operator is '=', not '==' in the 'test' command. Fixed my patch. * Removed netatalk.conf.5 as well, since we don't install netatalk.conf anymore. * Removed superfluous file /etc/netatalk/netatalk.pamd. * Moved all *.la and *.a files to netatalk-dev. Added appropriate conflicts and replaces. * debian/rules: Do not copy files to package build directories instead of removing them afterwards. -- Sebastian Rittau Sun, 23 Sep 2001 14:04:06 +0200 netatalk (1.5pre7-1) unstable; urgency=medium * New upstream version. Most patches were applied upstream. * This release uses libtool for UAM stuff. Also, the correct flag for dynamic linking is supplied, so the problems with unresolved symbols should be gone now. (Closes: #95399) * 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. * Added man pages for netatalk-config(1) and timelord(8). (Upstream does now also include a man page for timeout(1), but since we're not distributing it anymore, we don't care.) * Some doc files were removed, others were added. * Use debhelper compatibility level 3 and performed general packaging cleanups at the same time. * Standards-Version 3.5.6.0. No changes needed. * Netatalk is now GPL'ed. Added a note stating that to copyright. Also, we can't link against libssl anymore. Removed SSL stuff. I had to patch configure.in to do that. * Removed emacs stuff from changelog. * Applied a patch to getiface.c for a problem that could lead to segfaults. Thanks to Kai Henningsen for actually being affected by this bug, and - more importantly - finding the problem. (Closes: #109310) -- Sebastian Rittau Thu, 30 Aug 2001 02:02:17 +0200 netatalk (1.5pre6-7) unstable; urgency=low * Cleaned up CFLAGS handling in ./configure call. * Updated config.{sub,guess} again, just to make sure ... * Depend on the timeout package from tct. Also, don't distribute /usr/bin/timeout and remove the timeout(1) link to undocumented(7). Make preparations to remove the proper timeout(1) man page that will get distributed with netatalk 1.5pre7. -- Sebastian Rittau Sun, 19 Aug 2001 18:05:55 +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 * Removed --without-ssl option from ./configure invocation. Not that it had any effect before. * Updated config.{sub,guess} (manually for now). I will switch to dh_autotools if and when this is available. (Closes: #102861) -- Sebastian Rittau Fri, 6 Jul 2001 00:46:18 +0200 netatalk (1.5pre6-4) unstable; urgency=low * Changed section of netatalk-dev to non-US, too. * Make netatalk-dev depend on netatalk. -- Sebastian Rittau Tue, 19 Jun 2001 01:40:07 +0200 netatalk (1.5pre6-3) unstable; urgency=low * Thanks to my former sponsor Michael 'grisu' Bramer for his efforts. * Changed maintainer address to . * Moved to section non-US and link against libssl. Changed Build-Depends accordingly. * Link against libdb3 instead of libdb2. Changed Build-Depends accordingly. * Sources were not obtained from CVS, and are available by HTTP. * Removed patch to contrib/Makefile.* to enable compilation of timelord. Instead, use configure option --with-timelord. * Added symlinks to megatron. Use patch from upstream CVS. (Closes: #95944) * Clean up patch for etc/psf/Makefile.am. * Added DEB_BUILD_OPTIONS handling. (Closes: #99705) * Added links to undocumented(7) from binheader(1) and nadheader(1). * Standards-Version: 3.5.5.0. -- Sebastian Rittau Sun, 17 Jun 2001 15:50:13 +0200 netatalk (1.5pre6-2) unstable; urgency=low * This version will hopefully clean up the version mess, I created. * Conforms to standards-version 3.5.3.0 (no changes needed). * Link cleanappledouble.pl(1) to undocumented(7). * Removed all hand-crafted {pre,post}{inst,rm} files. * Give files in /etc/netatalk/nls a mode of 0644, instead of 0755. Fixes lintian warnings. * Build-Depends on libdb2-dev do exist since -1. (Closes: #92774) * Distribute missing pagecount.ps. (Closes: #95117) * Compile timelord. * Use --enable-fhs instead of --with-fhs. Should fix some paths. * Compile with shadow support. (Closes: #95186) * Use the pam_unix.so module instead of pam_pwdb.so in /etc/pam.d/netatalk. -- Sebastian Rittau Tue, 1 May 2001 03:38:57 +0200 netatalk (1.5pre6-1) unstable; urgency=low * New upstream release. * Re-added changes made in 1.4b2+asun2.1.3-8. * Added --prefix=/usr to ./configure options. -- Sebastian Rittau Fri, 13 Apr 2001 00:27:47 +0200 netatalk (1.5pre5-3) unstable; urgency=low * Re-added changes made in 1.4b2+asun2.1.3-8. -- Sebastian Rittau Fri, 6 Apr 2001 23:44:47 +0200 netatalk (1.5pre5-2) unstable; urgency=low * Added copyright of University of Newcastle upon Tyne to debian/copyright. * Removed patches/uams_dhx_pam.c.patch as it was applied upstream. * Some documentation files were moved into the doc subdirectory. * Added more documentation files. * Added some temporary build fixes. -- Sebastian Rittau Wed, 8 Mar 2001 00:03:30 +0100 netatalk (1.5pre5-1) unstable; urgency=low * New upstream version. -- Sebastian Rittau Fri, 23 Feb 2001 21:07:18 +0100 netatalk (1.5pre4-1) unstable; urgency=low * New upstream version. * Some reorganisations to allow building directly from CVS. * Debian packaging is now included in upstream CVS. * Modified debian/copyright to include CVS instructions. * Call ./configure with --with-fhs and removed --with-uams-path option. * Removed patches/paths.h.patch as this is now supported by --with-fhs. * Removed various build patches now included upstream. * Use dh_installman from debhelper v3. Updated build dependencies accordingly. * Removed comment about Debian specific changes from debian/copyright. * Build with libssl support. (Closes: #48871) * Added libssl096-dev to Build-Depends. * Ship FAQ in /usr/share/doc/netatalk -- Sebastian Rittau Thu, 22 Feb 2001 20:44:41 +0100 netatalk (1.5pre3-1) unstable; urgency=low * New upstream version from netatalk.sourceforge.net. (Closes: #69232, #78781) * Repackaged using debhelper. * Conforms to policy version 3.5.1.0. * Removed some Debian specific patches integrated upstream. * Updated debian/copyright. * Changed priority from optional to extra. -- Sebastian Rittau Thu, 22 Feb 2001 10:18:07 +0100 netatalk (1.4b2+asun2.1.3-8) unstable; urgency=low * Added libdb2-dev to build-depends. (Closes: #92774) * Complies with Debian policy version 3.5.2.0. * Added netatalk homepage and current maintainer to debian/copyright. -- Sebastian Rittau Tue, 3 Apr 2001 23:59:38 +0200 netatalk (1.4b2+asun2.1.3-7) unstable; urgency=low * New maintainer. (Closes: #82386) * Fixed a build problem. * Strip .note and .comment sections from /usr/lib/atalk/psa. * Added debhelper as build-dependency. * Complies with Debian policy version 3.2.1.0. -- Sebastian Rittau Sun, 21 Jan 2001 15:49:11 +0100 netatalk (1.4b2+asun2.1.3-6) unstable; urgency=low * The "looks like I picked the wrong week to quit sniffing glue" release. * Update the maintainer name in the control file. * Move psa and etc2ps to /usr/lib/atalk, as they are not user binaries (this also shuts lintian up). -- David Huggins-Daines Fri, 14 Jan 2000 21:04:24 -0500 netatalk (1.4b2+asun2.1.3-5) unstable; urgency=low * New maintainer. * Compensate for stupid new 'install -s' behaviour. (closes:Bug#51423) * Fix psf(8) manpage. (closes:Bug#30839) * Updated Standards-Version. * Fixed symlinks to be relative, as per lintian's warnings. * Added /usr/doc symlinks in the postinst/prerm. -- David Huggins-Daines Wed, 22 Dec 1999 20:24:26 -0500 netatalk (1.4b2+asun2.1.3-4) unstable; urgency=low * Fix init script to always kill papd even if ENABLE_PAP=no (closes:Bug#48783). -- Joel Klecker Sun, 31 Oct 1999 07:43:29 -0800 netatalk (1.4b2+asun2.1.3-3) unstable; urgency=low * Remove libatalk1 and libatalk1-dev (I think it is a mistake to "fork" a shared version of a library in Debian, if the library is static upstream then upstream isn't gonna be careful with the ABI). * Create netatalk-dev. * netatalk.init: Use $() instead of ``. Use /bin/hostname explicitly. s/daemons/Daemons/g. Remove module fiddling (closes:Bug#44767,#43319). * Remove "glibc 2.1 fix" it's no longer needed. * Compile with sendfile support. * Use /usr/share/doc. * Cleanup bashisms in debian/rules. -- Joel Klecker Sat, 23 Oct 1999 20:59:24 -0700 netatalk (1.4b2+asun2.1.3-2) unstable; urgency=low * (netatalk): Make /etc/netatalk/afpd.conf a conffile (closes:Bug#37628). -- Joel Klecker Thu, 13 May 1999 10:54:37 -0700 netatalk (1.4b2+asun2.1.3-1) unstable; urgency=low * New upstream release (closes:Bug#33982). * Correct paths in psf.8 (closes:Bug#30839). * There is now a different way to control CRLF translation on a per-volume basis upstream so I have removed the patch that provides the -e option to afpd. * (netatalk): Depend on libpam-modules. * Put man pages in /usr/share/man. -- Joel Klecker Tue, 30 Mar 1999 12:17:36 -0800 netatalk (1.4b2+asun2.1.1-2) frozen unstable; urgency=low * Incorporated glibc 2.1 fixes from Christian Meder. * Remove explicit add-log-mailing-address from debian/changelog. -- Joel Klecker Fri, 15 Jan 1999 07:28:11 -0800 netatalk (1.4b2+asun2.1.1-1.1) frozen unstable; urgency=low * non maintainer, sparc only upload * fix #includes for glibc2.1 -- Christian Meder Mon, 4 Jan 1999 12:37:13 +0100 netatalk (1.4b2+asun2.1.1-1) frozen unstable; urgency=low * New upstream bugfix release. * Recompile against libc6 2.0.7u-7 to get rid of versioned libc6 dependency. -- Joel Klecker Thu, 3 Dec 1998 07:45:42 -0800 netatalk (1.4b2+asun2.1.0-5) frozen unstable; urgency=high * [libatalk/atp/atp_rsel.c] Minor change for libnatali compatibility (closes:Bug#30092). * Rebuild with libc6 2.0.7u-6 for i386. -- Joel Klecker Fri, 27 Nov 1998 22:58:11 -0800 netatalk (1.4b2+asun2.1.0-4) frozen unstable; urgency=low * binary-arch target now depends on pre-binary (closes:Bug#29508) -- Joel Klecker Tue, 17 Nov 1998 04:46:50 -0800 netatalk (1.4b2+asun2.1.0-3) frozen unstable; urgency=low * Now installs /usr/lib/atalk/pagecount.ps (closes:Bug#29323) -- Joel Klecker Thu, 12 Nov 1998 00:30:53 -0800 netatalk (1.4b2+asun2.1.0-2) frozen unstable; urgency=low * Should build from freshly unpacked source now (Bug#28810) -- Joel Klecker Sun, 1 Nov 1998 19:34:52 -0800 netatalk (1.4b2+asun2.1.0-1) unstable; urgency=low * New upstream release. * Incorporate megatron patch from Rob Browning (Bug#25598). * Don't install /usr/include/netatalk on glibc 2.1 architectures. * Fix paths in /etc/pam.d/netatalk file. -- Joel Klecker Thu, 29 Oct 1998 23:54:13 -0800 netatalk (1.4b2+asun2.0a18.2-1) frozen unstable; urgency=low * New "upstream" release. * This does add new features, however, it also fixes at least one nasty bug (Bug#13973). * Applied patch which adds a command-line option to disable CR/LF translation (thanks to Davide Welton and Jon Nelson). (Note to release manager: this patch is applied so this package has the exact functionality of netatalk-asun) * Renamed libatalk-dev to libatalk1-dev. * Symlinked /usr/man/man1/nbpunrgstr.1.gz to /usr/man/man1/nbprgstr.1.gz to keep lintian happy. * Changed the "lock directory" to /var/run and the names of the "lock files" to .pid, since what the source calls locks are really the same as the .pid files other daemons put in /var/run. * This package provides all the functionality of netatalk-asun, and it will replace netatalk-asun in the distribution. -- Joel Klecker Tue, 12 May 1998 19:31:54 -0700 netatalk (1.4b2-5) frozen unstable; urgency=low * New Maintainer (I can finally close bugs I fixed in previous releases ;). * Changed library package names again. * Upgraded to Debian Policy 2.4.0.0. * Moved conffiles to /etc/netatalk. * Fixes almost all lintian warnings/errors. * Cleaned up changelog. -- Joel Klecker Sun, 22 Mar 1998 21:50:00 -0800 netatalk (1.4b2-4.5) unstable; urgency=low * Non-maintainer release (again :>) * Made libatalk14g-dev conflict with libc5-dev to fix overlap (Bug:#17848) -- Joel Klecker Thu, 5 Feb 1998 20:42:51 -0800 netatalk (1.4b2-4.4) unstable; urgency=low * Yet Another non-maintainer release. * Added patch to fix "dancing icon" problems with Macs running Mac OS 8. * Changed comment in /etc/AppleVolumes.default (Bug:#15279) * Implemented variable for "server name" in init script (as suggested in Bug:#12024) * Added a kluge to /etc/init.d/netatalk to remove kernel appletalk module (if there is one) at stop and reinsert it at start, this is needed or else netatalk will not start once stopped (Bug:#12142,11349) -- Joel Klecker Fri, 30 Jan 1998 07:50:00 -0800 netatalk (1.4b2-4.3) unstable; urgency=low * Non-maintainer release. * Fixed dependencies. -- Joel Klecker Thu, 8 Jan 1998 16:14:17 -0800 netatalk (1.4b2-4.2) unstable; urgency=low * Non-maintainer release. * Changed library package names. -- Joel Klecker Wed, 7 Jan 1998 00:00:00 -0800 netatalk (1.4b2-4.1) unstable; urgency=low * Non-maintainer libc6 compile. -- Joel Klecker Tue, 6 Jan 1998 00:00:00 -0800 netatalk (1.4b2-4) unstable; urgency=low * Recompiled against newer PAM libraries. * Added /etc/pam.d/samba. -- Klee Dienes Sat, 8 Mar 1997 01:17:09 -0500 netatalk (1.4b2-3) unstable; urgency=low * Added PAM support. * Split into libatalk, libatalk-dev, and netatalk. * Added patch from Randy Gobbel to allow case translation to be specified at config-time rather than compile time. Note that configuration files that make use of this feature may not work with other releases of netatalk, and that this feature may be removed in the future if UMich rejects the patch or implements it differently. * Startup messages now conform to 'Standard for Console Messages' (fixes #5399). * No longer creates new subdirectories (to appease dpkg-buildpackage). -- Klee Dienes Wed, 26 Feb 1997 21:02:02 -0500 netatalk (1.4b2-2) unstable; urgency=low * Resend_request made external for libnatali. * Added shared libraries. * Next revision will split into libatalk, libatalk-dev, and netatalk. -- Klee Dienes Fri, 24 Jan 1997 22:37:22 -0500 netatalk (1.4b2-1) unstable; urgency=low * Updated to upstream version 1.4b2. * Added preliminary PAM support (currently disabled). * Made /etc/init.d/netatalk a conffile. * Changed /etc/init.d/netatalk to complete only once appletalk services are running. Configurating an Appletalk interface can take many (> 15) seconds, so the previous version would fork a process to configure the interface and then start up the other Appletalk services. Although possibly controversial, this change is necessary so that packages like ppr can be ensured that netatalk will be started before they run without undue complication. -- Klee Dienes Sat, 2 Nov 1996 19:42:04 -0700 netatalk (1.4b1-1) unstable; urgency=low * Updated to new upstream version. * Updated to new packaging format. -- Klee Dienes Wed, 2 Oct 1996 10:18:14 -0700 netatalk (1.3.3-3); * Fixed location of include files. -- Klee Dienes Mon Jan 8 10:46:52 MST 1996 netatalk (1.3.3-2); * Fixed bug in postrm script. -- Klee Dienes Thu Dec 21 08:22:24 MST 1995 netatalk (1.3.3-1); * Initial Release. -- Klee Dienes Wed Dec 13 22:58:31 MST 1995