The following commit has been merged in the master branch:
commit e84674071df3e8ae9ffa0f2279d7615527ba5202
Author: Samuel Thibault <[email protected]>
Date: Sun Aug 1 21:20:52 2010 +0200
debian/source/options: Enable bz2 compression
diff --git a/debian/changelog b/debian/changelog
index 9bb0f3a..84dbf8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ gnumach (2:1.3.99.dfsg.git20100732-2) unreleased; urgency=low
shared by gnumach and gnumach-xen, which now depend on it.
* debian/rules: Add rules to build Xen variants of gnumach.
* debian/control: Build gnumach-udeb on hurd-i386 only.
+ * debian/source/options: Enable bz2 compression.
-- Samuel Thibault <[email protected]> Sat, 31 Jul 2010 17:35:20 +0200
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..8f04d6d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "bzip2"
--
Debian GNU Mach packaging