summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2007-07-11 05:34:30 +0200
committerJulien Cristau <jcristau@debian.org>2007-07-11 05:34:30 +0200
commit250f6b2c8873a2480870aed8c697cb2197a71c16 (patch)
treefb2ad7332e55f0bb3fdd93beb0b4f6d9fe5d008d /debian
parent19e51ecbe65086cbea0ed169d5563f615db13a0c (diff)
Replace ${Source-Version} with ${source:Version} in one remaining spot.
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 b865d762943..020b68b8514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
mesa (6.5.2-7) UNRELEASED; urgency=low
+ [ Brice Goglin ]
* libgl1-mesa-dev does not need to depend on libgl1-mesa-dri,
libgl1-mesa-glx is enough (since their split in 6.4.1-0.1);
closes: #432081. Thanks, Samuel Thibault!
- -- Brice Goglin <Brice.Goglin@ens-lyon.org> Sat, 07 Jul 2007 20:15:36 +0200
+ [ Julien Cristau ]
+ * Use ${source:Version} instead of ${Source-Version} in one remaining spot.
+
+ -- Julien Cristau <jcristau@debian.org> Wed, 11 Jul 2007 05:29:58 +0200
mesa (6.5.2-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c0b746cd819..fa4a289d8e4 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:Version})
Conflicts: libgl-dev, libgl1-mesa-dri-dev
Replaces: libgl-dev, libgl1-mesa-dri-dev
Provides: libgl-dev, libgl1-mesa-dri-dev