diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 14:46:51 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 14:46:51 +0200 |
commit | 1ae0c5864562050b9d0039cae18638bae6129c41 (patch) | |
tree | 41424db4bfa275103f2c0c1236841836ab642c14 /debian | |
parent | f4a3c416dbf6ca6fdce008b578c17f59bbd4ee33 (diff) |
Set compression to bzip2
Diffstat (limited to 'debian')
-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 1308149d..471c6006 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,7 @@ hurd (20100701-1) UNRELEASED; urgency=low * debian/hurd.links: Add symlink to /usr/src/unifont.bdf from the unifont package to /usr/share/hurd/vga-system.bdf so the console can pick it up when installed. + * debian/source/options: Set compression to bzip2. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..8f04d6dd --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +compression = "bzip2" |