summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2007-07-11 05:45:30 +0200
committerJulien Cristau <jcristau@debian.org>2007-07-11 05:45:30 +0200
commit45310e219cadc8cae37841a7363db05e3facf279 (patch)
tree38014d9f60bd3dc1303a959db1039a13c374c629 /debian
parent250f6b2c8873a2480870aed8c697cb2197a71c16 (diff)
Relax libgl1-mesa-dev dependency on libgl1-mesa-glx.
Change the >= ${source:Version} dependency to >= ${source:Upstream-Version}. This way libgl1-mesa-dev stays installable after a minor revision bump on architectures where mesa isn't built yet.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
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 <jcristau@debian.org> Wed, 11 Jul 2007 05:29:58 +0200
+ -- Julien Cristau <jcristau@debian.org> 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