Search
j0ke.net Open Build Service
>
Projects
>
home:hostmaster
>
deb
> dpkg-strip.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dpkg-strip.patch of Package deb
--- debian/rules +++ debian/rules @@ -149,9 +149,6 @@ # Now that dpkg has been installed, Debianize it # Policy stuff find $(TMP_DPKG)/usr/share/man -type f | xargs gzip -9f - strip --remove-section=.comment --remove-section=.note \ - --strip-unneeded $(TMP_DPKG)/usr/bin/* $(TMP_DPKG)/sbin/* \ - $(TMP_DPKG)/usr/lib/dpkg/enoent mv $(TMP_DPKG)/usr/share/doc/dpkg$(static)/ChangeLog \ $(TMP_DPKG)/usr/share/doc/dpkg$(static)/changelog @@ -263,8 +260,6 @@ find $(TMP_DSELECT)/usr/share/man -type f | xargs gzip -9f install -d -m 755 $(TMP_DSELECT)/usr/share/doc ln -s dpkg $(TMP_DSELECT)/usr/share/doc/dselect - strip --remove-section=.comment --remove-section=.note \ - --strip-unneeded $(TMP_DSELECT)/usr/bin/* # Final package creation install -d -m 755 $(TMP_DSELECT)/DEBIAN