debian/rules | 2 ++ 1 file changed, 2 insertions(+) New commits: commit f1ddfa9389bbdb0f80b4668e5d28b15a354c6cf5 Author: Maarten Lankhorst <maarten.lankho...@canonical.com> Date: Wed Oct 23 09:42:06 2013 +0200
add warning that xorg-server version needs to be bumped on minor abi changes too diff --git a/debian/rules b/debian/rules index 9933dc8..1b1a7b5 100755 --- a/debian/rules +++ b/debian/rules @@ -296,6 +296,8 @@ abibumpcheck: debian/serverminver # Compare both files: @if ! cmp --quiet $(SERVERMINVER) $(SERVERMINVER).new; then \ echo "serverminver bump required, ABI changed!";\ + echo "When bumping major or minor, always bump required xorg-server minimum";\ + echo "version too, the newly built drivers are not backwards compatible!";\ diff -u $(SERVERMINVER) $(SERVERMINVER).new; \ exit 1; \ else \ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vyt6d-00063j...@vasks.debian.org