diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 020b68b8514..a1e8e51baca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,12 @@ mesa (6.5.2-7) UNRELEASED; urgency=low [ Julien Cristau ] * Use ${source:Version} instead of ${Source-Version} in one remaining spot. + * libgl1-mesa-dev Depends on libgl1-mesa-glx (>= ${source:Upstream-Version}) + instead of >= ${source:Version}. This way it's still installable on + architectures where mesa isn't built yet when a minor revision is + uploaded. - -- Julien Cristau <[email protected]> Wed, 11 Jul 2007 05:29:58 +0200 + -- Julien Cristau <[email protected]> Wed, 11 Jul 2007 05:40:32 +0200 mesa (6.5.2-6) unstable; urgency=low diff --git a/debian/control b/debian/control index fa4a289d8e4..dea95b1a190 100644 --- a/debian/control +++ b/debian/control @@ -218,7 +218,7 @@ Description: A free implementation of the OpenGL API -- DRI modules -- debugging Package: libgl1-mesa-dev Section: libdevel Architecture: all -Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (>= ${source:Version}) +Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (>= ${source:Upstream-Version}) Conflicts: libgl-dev, libgl1-mesa-dri-dev Replaces: libgl-dev, libgl1-mesa-dri-dev Provides: libgl-dev, libgl1-mesa-dri-dev |