The libselinux1-dbg package is gone in intrepid and there is also no
libselinux1-dbgsym package as the package doesn't use debhelper (and
therefore doesn't call dh_strip which triggers the build the -dbgsym
package).

>From the packaging (debian/local.mk):

ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        find $(TMPTOP) -type f | while read i; do                               
         \
          if file -b $$i | egrep -q "^ELF.*shared object"; then                 
         \
            strip --strip-unneeded --remove-section=.comment 
--remove-section=.note $$i; \
          fi;                                                                   
         \
        done
endif


** Changed in: libselinux (Ubuntu)
       Status: New => Confirmed

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to