diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 21:20:52 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 21:20:52 +0200 |
commit | 31013b7f2e4eca1089790e6a70b69700bb05909b (patch) | |
tree | c73593a33ed7d41667b2815ac08d17077af495b4 | |
parent | 1f4065f7eecfe15acc12a0764d2e91b666b6e654 (diff) |
debian/source/options: Enable bz2 compression
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/options | 1 |
2 files changed, 2 insertions, 0 deletions
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 <sthibault@debian.org> 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" |