summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-06-26 11:11:21 +0100
committerSimon McVittie <smcv@debian.org>2023-06-26 11:11:21 +0100
commitd53bd0929fda932e0fa715e751e70d58a4d062d5 (patch)
tree2fc8be0b75b10931131dce76557f33e54de72cb6
parent2805c788bd90e41b0a289a69cf7175d3c2e8b82b (diff)
Release to unstabledebian/1.2.64-3
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c1f4867..4a36e0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+sdl12-compat (1.2.64-3) unstable; urgency=medium
+
+ * d/control: libsdl1.2-compat-dev depends on GL, GLU headers.
+ <SDL/SDL_opengl.h> depends on these, and some SDL-dependent packages
+ like achilles and antigrav have also traditionally assumed that the
+ SDL -dev package would arrange for GL headers to be provided.
+ (Mitigates: #1039072)
+ * d/control: libsdl1.2-compat-dev Depends on pkgconf.
+ This is a workaround for packages that assumed that a dependency
+ on libsdl1.2-dev would pull in pkg-config and therefore provide the
+ pkg.m4 macros, such as adplay.
+ (Mitigates: #1039074)
+ * d/control: Make libsdl1.2-compat-dev depend on libsdl2-dev.
+ This is not actually a real dependency, but it's an easy way to pull
+ in a lot of the packages that libsdl1.2-dev traditionally depended
+ on without having to list them explicitly, making it less likely
+ that dependent packages will FTBFS with libsdl1.2-compat-dev.
+
+ -- Simon McVittie <smcv@debian.org> Mon, 26 Jun 2023 11:09:53 +0100
+
sdl12-compat (1.2.64-2) unstable; urgency=medium
* Release to unstable