diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-07-31 15:44:49 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-07-31 15:44:49 +0200 |
| commit | 938f29804f8bc79a5a7e8ad0cc63e75ce0089afc (patch) | |
| tree | e18274540d021e34cb701bce3e878f798a8b3e69 /debian | |
| parent | 779cc9e7971d33777a1bda63282a274c26d118a6 (diff) | |
Remove enable-sis900 as it's now the default
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9b7aced..3ce3dda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ gnumach (2:1.3.99.dfsg.git20091128-2) UNRELEASED; urgency=low * debian/patches/40_iopl_mmap.patch: Add a "mem" alias for the iopl device, since that is what upstream provides. * Now using Standards-Version 3.9.1 (no changes needed). + * debian/rules: Remove enable-sis900 as it's now the default. [ Guillem Jover ] * Use any-i386 in binary package Architecture fields. diff --git a/debian/rules b/debian/rules index 5a7b15f..890f1a9 100755 --- a/debian/rules +++ b/debian/rules @@ -23,8 +23,7 @@ else CFLAGS += -O2 endif -drivers := \ - --enable-sis900 +drivers := configure: configure.ac autoreconf -fi |
