Your message dated Mon, 11 Apr 2011 13:47:47 +0000
with message-id <[email protected]>
and subject line Bug#622246: Removed package(s) from unstable
has caused the Debian Bug report #378791,
regarding diff for 2.32-10.2 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 [email protected]
immediately.)


-- 
378791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opie
Version: 2.32-10.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my opie 2.32-10.2 NMU.
diff -u opie-2.32/debian/changelog opie-2.32/debian/changelog
--- opie-2.32/debian/changelog
+++ opie-2.32/debian/changelog
@@ -1,3 +1,11 @@
+opie (2.32-10.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * The fix for uint32_t on 64-bit architectures was reverted in the last NMU;
+    reinstate it. Fixes FTBFS on amd64.
+
+ -- Steinar H. Gunderson <[email protected]>  Tue, 18 Jul 2006 23:15:46 +0200
+
 opie (2.32-10.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u opie-2.32/opie.h opie-2.32/opie.h
--- opie-2.32/opie.h
+++ opie-2.32/opie.h
@@ -159,11 +159,8 @@
 #define OPIE_PRINCIPAL_MAX 32
 #endif /* OPIE_PRINCIPAL_MAX */
 
-#ifndef __alpha
-#define UINT4 unsigned long
-#else   /* __alpha */
-#define UINT4 unsigned int 
-#endif  /* __alpha */
+#include <stdint.h>
+#define UINT4 uint32_t
 
 typedef struct md5_state_s {
        UINT4 count[2];        /* message length in bits, lsw first */

--- End Message ---
--- Begin Message ---
Version: 2.32.dfsg.1-0.2+rm

Dear submitter,

as the package opie has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/622246

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to