summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-16 16:37:40 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-16 16:37:40 -0400
commit8d605b77445be2a27b14666b75bf8995f591d01d (patch)
tree58da489c3ad3fc1ca131ccb4e7b061d479778ae2 /debian/changelog
parentNew upstream release [0.58.1] + changelog summary (diff)
downloadd2x-rebirth-8d605b77445be2a27b14666b75bf8995f591d01d.tar.gz
d2x-rebirth-8d605b77445be2a27b14666b75bf8995f591d01d.tar.bz2
d2x-rebirth-8d605b77445be2a27b14666b75bf8995f591d01d.zip
bringing in updates to the package since then
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ca0d49..26e46ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+d2x-rebirth (0.58.1-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Avoid defining objects twice; this allows building with GCC 10.
+ Closes: #966188.
+
+ -- Stephen Kitt <skitt@debian.org> Sun, 02 Aug 2020 11:43:10 +0200
+
+d2x-rebirth (0.58.1-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Allow building with Python 3. Closes: #947559.
+
+ -- Stephen Kitt <skitt@debian.org> Sun, 02 Feb 2020 18:18:43 +0100
+
+d2x-rebirth (0.58.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch from Markus Koschany to fix FTBFS with libphysfs 3.0.1.
+ (Closes: #881589)
+ * Stop manually setting xz compression, that is now the default.
+
+ -- Adrian Bunk <bunk@debian.org> Sat, 09 Dec 2017 16:16:38 +0200
+
d2x-rebirth (0.58.1-1) unstable; urgency=low
* New upstream release [July 2013].
bgstack15