From ef2d7da388e04748800e4dc8e6bf02c138385b1b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Feb 2015 16:26:42 +0200 Subject: Update Debian rules Preserve symlinks, force gzip compression for compatibility. --- binary/debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'binary/debian/rules') diff --git a/binary/debian/rules b/binary/debian/rules index ca724cc..cc2594e 100755 --- a/binary/debian/rules +++ b/binary/debian/rules @@ -68,9 +68,9 @@ binary-arch: build install dh_installdocs doc/manual.xhtml doc/odb-arch.png doc/odb-flow.png dh_installdocs doc/odb-manual.pdf doc/odb-manual.ps dh_installman man/man1/odb.1 - cp -rL bin $(CURDIR)/debian/odb/usr/ - cp -rL etc $(CURDIR)/debian/odb/ - cp -rL lib $(CURDIR)/debian/odb/usr/ + cp -r bin $(CURDIR)/debian/odb/usr/ + cp -r etc $(CURDIR)/debian/odb/ + cp -r lib $(CURDIR)/debian/odb/usr/ # dh_install # dh_installmenu # dh_installdebconf @@ -81,7 +81,7 @@ binary-arch: build install # dh_installinit # dh_installcron # dh_installinfo -## dh_link + dh_link ## dh_strip # no stripping at the moment ## dh_compress -X.hxx -X.ixx -X.txx -X.cxx -Xmakefile -X.xsd -X.xml dh_fixperms @@ -92,7 +92,7 @@ binary-arch: build install ## dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb -- -Zgzip binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure -- cgit v1.1