[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#378869: marked as done (diff for 0.62.dfsg2-2.1 NMU)



Your message dated Wed, 20 Jun 2012 15:53:46 +0300
with message-id <595191340196826@web4d.yandex.ru>
and subject line Re: diff for 0.62.dfsg2-2.1 NMU
has caused the Debian Bug report #378869,
regarding diff for 0.62.dfsg2-2.1 NMU
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 owner@bugs.debian.org
immediately.)


-- 
378869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378869
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mazeofgalious
Version: 0.62.dfsg2-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my mazeofgalious 0.62.dfsg2-2.1 NMU.
diff -u mazeofgalious-0.62.dfsg2/debian/changelog mazeofgalious-0.62.dfsg2/debian/changelog
--- mazeofgalious-0.62.dfsg2/debian/changelog
+++ mazeofgalious-0.62.dfsg2/debian/changelog
@@ -1,3 +1,11 @@
+mazeofgalious (0.62.dfsg2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove #define of abs(), which crashes with the stdlib headers; fixes
+    FTBFS. (Closes: #377955)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Wed, 19 Jul 2006 14:40:59 +0200
+
 mazeofgalious (0.62.dfsg2-2) unstable; urgency=low
 
   * Applied patch from upstream. (closes: #343500)
only in patch2:
unchanged:
--- mazeofgalious-0.62.dfsg2.orig/MOGtypes.h
+++ mazeofgalious-0.62.dfsg2/MOGtypes.h
@@ -5,7 +5,6 @@
 
 #define min(a,b) ((a)<(b) ? (a) : (b))
 #define max(a,b) ((a)>(b) ? (a) : (b))
-#define abs(a) ((a)<0 ? (-(a)) : (a))
 
 #endif
 

--- End Message ---
--- Begin Message ---
fixed 378869 0.62.dfsg2-2.1
thanks

Patch was successfully added into the package, see:
http://bugs.debian.org/377955


--- End Message ---

Reply to: