Fix kubuntu-meta FTBFS on Debian and Ubuntu

pull/3/head
Timothy Pearson 11 years ago
parent 73d301446e
commit c3477e3284

@ -5,6 +5,9 @@
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
pre-build::
mv debian/distrospecific/* . || true
clean:
dh_testdir
dh_clean

@ -5,6 +5,9 @@
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
pre-build::
mv debian/distrospecific/* . || true
clean:
dh_testdir
dh_clean

@ -5,6 +5,9 @@
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
pre-build::
mv debian/distrospecific/* . || true
clean:
dh_testdir
dh_clean

Loading…
Cancel
Save