diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2017-01-28 16:11:50 +0000 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2017-01-28 16:11:50 +0000 |
| commit | e09f27e76797faf95d27c0d749d9e08532ff75b8 (patch) | |
| tree | 76b2c7cb112f8d5c67c2fe7cea6a2ff4b0c98492 | |
| parent | ceaee3f1548d53d6c573b4d1894942106665aef7 (diff) | |
| download | kernel_replicant_linux-debian/4.9.6-3.tar.gz kernel_replicant_linux-debian/4.9.6-3.tar.bz2 kernel_replicant_linux-debian/4.9.6-3.zip | |
btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf)debian/4.9.6-3
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/config/defines | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6f953596d060..6ff0ea2d8f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux (4.9.6-3) unstable; urgency=medium + + * btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf) + + -- Ben Hutchings <ben@decadent.org.uk> Sat, 28 Jan 2017 16:11:16 +0000 + linux (4.9.6-2) unstable; urgency=medium * linux-cpupower: Use dh-exec architecture filtering for x86-specific files diff --git a/debian/config/defines b/debian/config/defines index 64a2431a5baa..536da69b7ffc 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -2,10 +2,15 @@ abiname: 1 ignore-changes: __cpuhp_* + module:drivers/iio/common/st_sensors/** module:drivers/net/wireless/** module:drivers/power/supply/bq27xxx_battery module:drivers/usb/host/** + module:drivers/usb/musb/** module:net/ceph/libceph +# btree library is only selected by few drivers so not useful OOT + btree_* + visitor* [base] arches: |
