Package: libattr1-dev Version: 1:2.4.46-3 Severity: important Tags: experimental sid
Hello, It seems that libattr.la is not being included in the binary deb packages. It was observed under hurd-i386, sid. But on linux-i386 the problem was not existant. I have attached a simple patch, that fixed the issue. Dont know if its the "right way to do it", but dpkg -S started to show libattr.la files after the changes were done. Have a nice day, Harish -- System Information: Debian Release: wheezy/sid Architecture: hurd-i386 (i686-AT386) Kernel: GNU-Mach 1.3.99/Hurd-0.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages libattr1-dev depends on: ii libattr1 1:2.4.46-3 Extended attribute shared library ii libc0.3-dev [libc6-dev] 2.13-16 Embedded GNU C Library: Developmen libattr1-dev recommends no packages. libattr1-dev suggests no packages. -- no debconf information
diff --git a/debian/rules b/debian/rules index 869d392..e700478 100755 --- a/debian/rules +++ b/debian/rules @@ -67,8 +67,6 @@ binary-arch: checkroot built $(pkglib) $(MAKE) -C . install-lib $(pkgme) $(MAKE) -C build src-manifest - rm -f $(dirdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libattr.la - rm -f $(dirdev)/lib/$(DEB_HOST_MULTIARCH)/libattr.la -rm -rf $(dirdev)/usr/share/doc/attr -rm -rf $(dirlib)/usr/share/doc/attr