@@ -0,0 +1,21 @@
+--- 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
|