From 349ba9ef90291d533556720be305ad05359043e4 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Tue, 25 Feb 2014 23:28:10 +0200 Subject: [PATCH] Explicitly use xz compression when building source packages, rather than relying on dpkg >= 1.16.5 behavior. --- debian/changelog | 2 ++ test-data/blank-example/debian/source/options | 1 + 2 files changed, 3 insertions(+) create mode 100644 test-data/blank-example/debian/source/options diff --git a/debian/changelog b/debian/changelog index 7a7b94e..a1d4e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ubuntu-dev-tools (0.153) UNRELEASED; urgency=medium * Thanks for the NMU, Paul. + * Explicitly use xz compression when building source packages, rather than + relying on dpkg >= 1.16.5 behavior. -- Stefano Rivera Tue, 25 Feb 2014 22:45:05 +0200 diff --git a/test-data/blank-example/debian/source/options b/test-data/blank-example/debian/source/options new file mode 100644 index 0000000..161b7e0 --- /dev/null +++ b/test-data/blank-example/debian/source/options @@ -0,0 +1 @@ +compression=xz