mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
dpkg: Enable stripping of binary and compression of manual pages
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7365 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vendored
+6
-6
@@ -73,17 +73,17 @@ install:
|
||||
chmod -R 0644 $(DESTDIR)/usr/src/scst-$(VERSION) && \
|
||||
chmod 0644 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST/.packlist "$(DESTDIR)"/usr/share/perl/*/SCST/SCST.pm && \
|
||||
chmod 0755 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST && \
|
||||
mkdir -p "$(DESTDIR)"/usr/share/man && \
|
||||
{ tar -C "$(DESTDIR)"/usr/man -cf- . | \
|
||||
tar -C "$(DESTDIR)"/usr/share/man -xf-; } && \
|
||||
mv "$(DESTDIR)"/usr/man "$(DESTDIR)"/usr/share/man && \
|
||||
rm -rf "$(DESTDIR)"/usr/man && \
|
||||
dh_strip && \
|
||||
dh_compress && \
|
||||
dh_install && \
|
||||
dh_installdeb && \
|
||||
dh_installman && \
|
||||
dh_installchangelogs && \
|
||||
dh_compress && \
|
||||
dh_fixperms && \
|
||||
dh_strip && \
|
||||
dh_makeshlibs && \
|
||||
dh_shlibdeps && \
|
||||
dh_installdeb && \
|
||||
dh_gencontrol && \
|
||||
dh_md5sums && \
|
||||
dh_builddeb
|
||||
|
||||
Reference in New Issue
Block a user