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/changelog | 6 ++++++ binary/debian/rules | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/binary/debian/changelog b/binary/debian/changelog index 6fe4c20..9a63c20 100644 --- a/binary/debian/changelog +++ b/binary/debian/changelog @@ -1,3 +1,9 @@ +odb (2.4.0-1) unstable; urgency=low + + * New major release. + + -- Boris Kolpackov Tue, 10 Feb 2015 17:15:03 +0200 + odb (2.4.0.a4-1) unstable; urgency=low * New pre-release. 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