Control: tags 953933 + patch
Dear maintainer, I've prepared an NMU for nfs4-acl-tools (versioned as 0.3.7-1.1). The diff is attached to this message. Regards.
diff -Nru nfs4-acl-tools-0.3.7/debian/changelog nfs4-acl-tools-0.3.7/debian/changelog --- nfs4-acl-tools-0.3.7/debian/changelog 2021-09-06 12:32:48.000000000 +0200 +++ nfs4-acl-tools-0.3.7/debian/changelog 2024-10-20 15:37:35.000000000 +0200 @@ -1,3 +1,10 @@ +nfs4-acl-tools (0.3.7-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop unnecessary build dependency on libattr1-dev. (Closes: #953933) + + -- Chris Hofstaedtler <z...@debian.org> Sun, 20 Oct 2024 15:37:35 +0200 + nfs4-acl-tools (0.3.7-1) unstable; urgency=medium * New upstream release diff -Nru nfs4-acl-tools-0.3.7/debian/control nfs4-acl-tools-0.3.7/debian/control --- nfs4-acl-tools-0.3.7/debian/control 2021-09-06 12:29:15.000000000 +0200 +++ nfs4-acl-tools-0.3.7/debian/control 2024-10-20 15:37:33.000000000 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: extra Maintainer: Anibal Monsalve Salazar <ani...@debian.org> -Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 13~), autotools-dev, automake, libattr1-dev, libtool, libtool-bin +Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 13~), autotools-dev, automake, libtool, libtool-bin Standards-Version: 4.6.0 Homepage: http://linux-nfs.org/ diff -Nru nfs4-acl-tools-0.3.7/debian/patches/no-libattr.patch nfs4-acl-tools-0.3.7/debian/patches/no-libattr.patch --- nfs4-acl-tools-0.3.7/debian/patches/no-libattr.patch 1970-01-01 01:00:00.000000000 +0100 +++ nfs4-acl-tools-0.3.7/debian/patches/no-libattr.patch 2024-10-20 15:37:35.000000000 +0200 @@ -0,0 +1,43 @@ +Bug #953933 + +--- nfs4-acl-tools-0.3.7.orig/configure.ac ++++ nfs4-acl-tools-0.3.7/configure.ac +@@ -30,7 +30,6 @@ AC_CHECK_LIB([attr], [getxattr]) + + AC_PACKAGE_GLOBALS([nfs4acl]) + AC_PACKAGE_UTILITIES([nfs4acl]) +-AC_PACKAGE_NEED_GETXATTR_LIBATTR + AC_MANUAL_FORMAT + + AC_OUTPUT(include/builddefs) +--- nfs4-acl-tools-0.3.7.orig/include/builddefs.in ++++ nfs4-acl-tools-0.3.7/include/builddefs.in +@@ -40,7 +40,6 @@ OPTIMIZER = @opt_build@ + MALLOCLIB = @malloc_lib@ + + LIBNFS4ACL = $(TOPDIR)/libnfs4acl/libnfs4acl.la +-LIBATTR = @libattr@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +--- nfs4-acl-tools-0.3.7.orig/libnfs4acl/Makefile ++++ nfs4-acl-tools-0.3.7/libnfs4acl/Makefile +@@ -37,7 +37,6 @@ LTLDFLAGS += -Wl,--version-script,$(TOPD + include $(TOPDIR)/include/builddefs + + LTLIBRARY = libnfs4acl.la +-LTLIBS = -lattr + LTDEPENDENCIES = $(TOPDIR)/include/nfs4.h + + # 3 2 1 -> .so.2.1.2 +--- nfs4-acl-tools-0.3.7.orig/nfs4_getfacl/Makefile ++++ nfs4-acl-tools-0.3.7/nfs4_getfacl/Makefile +@@ -37,7 +37,7 @@ LTCOMMAND = nfs4_getfacl + CFILES = nfs4_getfacl.c + HFILES = libacl_nfs4.h nfs4.h + +-LLDLIBS = $(LIBNFS4ACL) $(LIBATTR) ++LLDLIBS = $(LIBNFS4ACL) + LTDEPENDENCIES = $(LIBNFS4ACL) + + default: $(LTCOMMAND) diff -Nru nfs4-acl-tools-0.3.7/debian/patches/series nfs4-acl-tools-0.3.7/debian/patches/series --- nfs4-acl-tools-0.3.7/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ nfs4-acl-tools-0.3.7/debian/patches/series 2024-10-20 15:37:35.000000000 +0200 @@ -0,0 +1 @@ +no-libattr.patch