Use bzip2 to compress debian packages

This mainly has an effect on the size of the javadocs package (i2p-doc shrinks
to half of its present size when using bzip2).  xz would give better
compression, of course, but xz support isn't isn't available in the version of
dpkg that ships with Lucid. All supported versions of Debian and Ubuntu support
bzip2 in .debs, so this will only have the impact of giving us smaller javadoc
packages.
This commit is contained in:
kytv
2012-01-15 19:28:07 +00:00
parent 9e068b3926
commit 2253ad13cc

3
debian/rules vendored
View File

@@ -101,5 +101,8 @@ override_dh_dhlibdeps:
#override_dh_installinit:
# dh_installinit -r
override_dh_builddeb:
dh_builddeb -- -Zbzip2
get-orig-source:
uscan --verbose --rename --destdir $(CURDIR)/.. --watchfile debian/watch --force-download