diff options
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 |
