Your message dated Sun, 28 Aug 2011 00:32:32 +0530
with message-id
<CAFUoqbeY8moBHG-KLPWY50pK0DE+TMOCy=j9ucxgbasgu_q...@mail.gmail.com>
and subject line My Mistake
has caused the Debian Bug report #639517,
regarding libattr1-dev: Absense of /lib/$(DEB_HOST_MULTIARCH)/libattr.la
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
639517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639517
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
the original context, along with person who raised the issue can be
found at http://lists.debian.org/debian-hurd/2011/08/msg00127.html
--- End Message ---