diff options
| -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 ad0a279..892867c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ gnumach (2:1.3.99.dfsg.git20100732-2) unreleased; urgency=low * debian/rules: Add rules to build Xen variants of gnumach. * debian/control: Build gnumach-udeb on hurd-i386 only. * debian/control: Use Package-Type instead of XC-Package-Type. + * 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" |
