On Mon, 13 Apr 2020 17:52:08 +0100 Samuel Henrique
<samuel...@debian.org> wrote:
> Hello everyone, cc'ing Paul Slootman (maintainer of rsync since 2003)
> as he might help me here,
> 
> For reference, bug log on BTS:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949712
> 
> On Sun, 26 Jan 2020 at 17:29, Cyril Brulebois <k...@debian.org> wrote:
> > Guillem Jover <guil...@debian.org> (2020-01-26):
> > > I'm also not sure whether it would make sense to add also an acl-udeb
> > > binary package, which would match for example the attr-udeb one.
> >
> > Does rsync really depend on libacl in the first place? I'm seeing
> > --disable-acl-support in its configure.ac; I haven't had to toy with
> > rsync in rescue mode just yet, so I'm not sure how imperative it would
> > be to have ACL support thereā€¦
> >
> > (I don't mind the acl udeb addition anyway, just putting some
> > ideas/options on the table.)
> 
> I appreciate the suggestion, I assumed that it would be a simple
> workaround, but tried to make use of "--disable-acl-support", "export
> enable_acl_support="no"" and "--enable-acl-support="no"" (which I
> assumed would work, by looking at configure.sh and configure.ac) and
> rsync-udeb still ends up being linked to libacl1. Maybe support for
> that flag is broken, or I missed something.

Hm, not sure if it's still relevant, but adding --disable-acl-support to
the configure flags like this:
override_dh_auto_configure:
    dh_auto_configure -- --with-included-zlib=yes --disable-acl-support
works just fine here:

$ dpkg --info ../rsync_3.1.3-8_amd64.deb | grep Depends
 Pre-Depends: init-system-helpers (>= 1.54~)
 Depends: lsb-base, libc6 (>= 2.15), libpopt0 (>= 1.14)


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to