Your message dated Wed, 2 Jan 2013 11:40:31 +0100
with message-id <[email protected]>
and subject line Re: Bug#697027: unblock: fife/0.3.3+r3-3
has caused the Debian Bug report #697027,
regarding unblock: fife/0.3.3+r3-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
697027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Sun, 22 Apr 2012 19:51:51 +0200
+ -- Christoph Egger <[email protected]> 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
--- End Message ---
--- Begin Message ---
On Sun, Dec 30, 2012 at 14:03:45 -0800, Christoph Egger wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package fife
>
> This should be a simple fix for a memory leak
>
Unblocked.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---