Package: netatalk Version: 2.2~beta4 Severity: wishlist
Now that 2.2.0 stable was released upstream, it would be great if the package would be upgraded. Right now, the 2.2.0 tarball won't compile out of the box, but requires some minor patching. Issue 1: http://sourceforge.net/tracker/?func=detail&aid=3382925&group_id=8642&atid=308642 Issue 2: http://sourceforge.net/tracker/?func=detail&aid=3381253&group_id=8642&atid=108642 Which is fixed in the most recent version of 'include/atalk/paths.h' in the git repo: @@ -71,11 +71,11 @@ * afpd paths */ #define _PATH_AFPTKT "/tmp/AFPtktXXXXXX" +#define _PATH_AFP_IPC ATALKPATHCAT(_PATH_LOCKDIR,"afpd_ipc") #if defined (FHS_COMPATIBILITY) || defined (__NetBSD__) # define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd.pid") #else # define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd") -#define _PATH_AFP_IPC ATALKPATHCAT(_PATH_LOCKDIR,"afpd_ipc") #endif /* -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org