[linux] 01/01: Ignore ABI changes in drivers/net/wireless/* (fixes FTBFS on i386)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Sep 27 16:11:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch wheezy
in repository linux.
commit 9fbb313b6f85b5d562efbefa4e28148607590432
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Sep 27 14:29:28 2015 +0100
Ignore ABI changes in drivers/net/wireless/* (fixes FTBFS on i386)
---
debian/changelog | 6 ++++++
debian/config/defines | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4190d93..60f47fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (3.2.71-2) UNRELEASED; urgency=medium
+
+ * Ignore ABI changes in drivers/net/wireless/* (fixes FTBFS on i386)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sun, 27 Sep 2015 14:29:02 +0100
+
linux (3.2.71-1) wheezy; urgency=medium
* New upstream stable update:
diff --git a/debian/config/defines b/debian/config/defines
index e84fdca..dfa7e87 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -40,8 +40,7 @@ ignore-changes:
# No-one should depend on staging from OOT
module:drivers/staging/*
# Private to each family of drivers
- module:drivers/net/wireless/ath/*
- module:drivers/net/wireless/rtlwifi/*
+ module:drivers/net/wireless/*
# Should not be used from OOT
kmsg_dump_register
kmsg_dump_unregister
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list