reference/dependencies.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 2e7f7a324f17bdc02ea008e1c54eb3da36b08cdb Author: Cyril Brulebois <k...@debian.org> Date: Tue Feb 1 18:27:36 2011 +0100 dependencies: Document what got committed. diff --git a/reference/dependencies.mdwn b/reference/dependencies.mdwn index fa0e816..270ad71 100644 --- a/reference/dependencies.mdwn +++ b/reference/dependencies.mdwn @@ -46,7 +46,6 @@ two virtual packages in the `Provides` field of the server (for both `xserver-xorg-core` and `xserver-xorg-core-udeb`): `xorg-input-abi-$x` and `xorg-video-abi-$y`, where `$x` and `$y` are the major part of the version queried through `pkg-config` variables. -***FIXME: Currently we have both major and minor.*** To handle ascending compatibility for minors, we maintain in `debian/serverminver` the minimal version of `xserver-xorg-core` which @@ -66,7 +65,11 @@ Example for `xinputdep`: xorg-input-abi-11, xserver-xorg-core (>= 2:1.8.99.904) -***FIXME: Lies! That's currently `xorg-input-abi-11.0, …` instead.*** +To make sure we bump the `debian/serverminver` when there’s a minor +ABI change, there’s a `abibumpcheck` target (on which `clean` +depends), which extracts input and video ABI from the upstream header, +and compares them to the previous ones stored in +`debian/serverminver`, failing and diffing is something changed. ### Driver’s control file @@ -126,6 +129,3 @@ To make it easy to compute substvars when using `dh`, we can ship a `dh` sequence to insert `dh_xsf_substvars` right before the `dh_gencontrol` call. That sequence could also be used to automate other stuff. - -We probably should have some way of tracking ABI bumps automatically, -to make sure we bump `serverminver` when needed. -- 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/e1pkk0s-0000tr...@alioth.debian.org