Bug#697027: unblock: fife/0.3.3+r3-3
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package fife
This should be a simple fix for a memory leak
diff -Nru fife-0.3.3+r3/debian/changelog fife-0.3.3+r3/debian/changelog
--- fife-0.3.3+r3/debian/changelog 2012-10-26 11:55:12.000000000 -0700
+++ fife-0.3.3+r3/debian/changelog 2012-12-30 12:53:48.000000000 -0800
@@ -1,3 +1,16 @@
+fife (0.3.3+r3-3) unstable; urgency=low
+
+ * Include NMU by Anton Gladky, thanks!
+
+ -- Christoph Egger <christoph@debian.org> Sun, 30 Dec 2012 12:53:30 -0800
+
+fife (0.3.3+r3-2) unstable; urgency=low
+
+ * Import upstream (SVN 3949) patch to fix memory leaking (Closes:
+ #696676)
+
+ -- Christoph Egger <christoph@debian.org> Sat, 29 Dec 2012 16:36:26 -0800
+
fife (0.3.3+r3-1.1) unstable; urgency=low
* Non-maintainer upload.
@@ -10,8 +23,11 @@
fife (0.3.3+r3-1) unstable; urgency=low
* New upstream release
+ * Build-depend on libpng-dev
+ * Enable testsuite instead of striping it from the tarball as it is
+ free now
- -- Christoph Egger <christoph@debian.org> Sun, 22 Apr 2012 19:51:51 +0200
+ -- Christoph Egger <christoph@debian.org> Sun, 22 Apr 2012 20:31:31 +0200
fife (0.3.3+r2+dfsg1-4) unstable; urgency=low
diff -Nru fife-0.3.3+r3/debian/patches/changeset_3949.diff fife-0.3.3+r3/debian/patches/changeset_3949.diff
--- fife-0.3.3+r3/debian/patches/changeset_3949.diff 1969-12-31 16:00:00.000000000 -0800
+++ fife-0.3.3+r3/debian/patches/changeset_3949.diff 2012-12-30 12:51:27.000000000 -0800
@@ -0,0 +1,25 @@
+Index: trunk/engine/core/eventchannel/eventchannel.i
+===================================================================
+--- trunk/engine/core/eventchannel/eventchannel.i (revision 3775)
++++ trunk/engine/core/eventchannel/eventchannel.i (revision 3949)
+@@ -59,5 +59,5 @@
+ virtual std::string getDebugString() const;
+ virtual const std::string& getName() const;
+- virtual ~IEvent() {}
++ virtual ~Event() {}
+ private:
+ Event();
+@@ -71,5 +71,5 @@
+ virtual bool isMetaPressed() const;
+ virtual bool isShiftPressed() const;
+- virtual ~IInputEvent() {}
++ virtual ~InputEvent() {}
+ private:
+ InputEvent();
+@@ -154,5 +154,5 @@
+ virtual MouseEventType getType() const;
+ virtual MouseButtonType getButton() const;
+- virtual ~IMouseEvent();
++ virtual ~MouseEvent();
+ private:
+ MouseEvent();
diff -Nru fife-0.3.3+r3/debian/patches/series fife-0.3.3+r3/debian/patches/series
--- fife-0.3.3+r3/debian/patches/series 2012-10-26 11:49:50.000000000 -0700
+++ fife-0.3.3+r3/debian/patches/series 2012-12-30 12:52:01.000000000 -0800
@@ -1,3 +1,4 @@
support-parallel-build.diff
add-kfreebsd-gnu-configuration.diff
remove_glee.patch
+changeset_3949.diff
unblock fife/0.3.3+r3-3
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 10.0-0-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Reply to: