Package: am-utils Severity: wishlist There is an upstream development site, with a reasonably active development repo.
git://git.fsl.cs.sunysb.edu/am-utils-6.2.git In that repo, commit 63d2a7a6, 26-May-2011, corresponds precisely to the current debian upstream version, 6.2+rc20110530 There is an official 6.2 tarball, available from http://am-utils.org/, which seems based on commit cec882b7, 30-Oct-2014, with the usual tarball-building machinations. There has been considerable development since then, $ git diff cec882b71..upstream/master --stat -- ChangeLog Makefile.am '*.c' '*.h' ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 2 +- amd/amfs_generic.c | 7 +----- amd/amq_subr.c | 4 +++- amd/autil.c | 22 +++++++++++-------- amd/map.c | 11 +++++----- amd/nfs_prot_svc.c | 78 +++++++++++++++++++++++++++++++++++++++++----------------------- amd/nfs_subr.c | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- amd/ops_cdfs.c | 7 +++++- amd/ops_nfs.c | 3 +-- amd/ops_pcfs.c | 10 +++++---- amd/ops_ufs.c | 6 ++++- amd/readdir.c | 29 ++++++++++++++---------- amd/srvr_nfs.c | 38 +++++++++++++++++++++++--------- amq/amq.c | 7 +----- conf/autofs/autofs_linux.c | 41 +++++++++++++++++++++++++++++----- conf/mount/mount_linux.c | 17 +++++++++----- conf/transp/transp_sockets.c | 46 ++++++++++++++++++++++++++++++++++++-- conf/transp/transp_tli.c | 46 +++++++++++++++++++++++++++++++++++++- hlfsd/hlfsd.c | 9 +++----- hlfsd/stubs.c | 21 +++++++++++++++--- include/am_utils.h | 6 +++-- libamu/mount_fs.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ libamu/mtab.c | 41 ++++++++++------------------------ 24 files changed, 613 insertions(+), 213 deletions(-) I had no trouble building the tip of the development repo with: ./bootstrap && ./buildall Regarding Debian patches, four of the can be removed due to upstreaming in 6.2, while the remainder apply cleanly. Those four are: debian/patches/fix-texi.patch debian/patches/force-autofs4.patch debian/patches/force-nfs-mount-version-4.patch debian/patches/kernel-version.patch