Your message dated Sun, 19 May 2013 16:27:11 +0000
with message-id <[email protected]>
and subject line Bug#708220: Removed package(s) from unstable
has caused the Debian Bug report #470171,
regarding shaperd: diff for NMU version 0.2.1-5.2
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.)
--
470171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: shaperd
Version: 0.2.1-5.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my shaperd 0.2.1-5.2 NMU.
diff -u shaperd-0.2.1/src/main.cpp shaperd-0.2.1/src/main.cpp
--- shaperd-0.2.1/src/main.cpp
+++ shaperd-0.2.1/src/main.cpp
@@ -7,6 +7,7 @@
#include <queue>
#include <stdio.h>
#include <string.h>
+#include <cstdlib>
extern "C" {
#include <errno.h>
diff -u shaperd-0.2.1/debian/changelog shaperd-0.2.1/debian/changelog
--- shaperd-0.2.1/debian/changelog
+++ shaperd-0.2.1/debian/changelog
@@ -1,3 +1,11 @@
+shaperd (0.2.1-5.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with GCC 4.3 (Closes: #461704).
+ * Add LSB header to init script (Closes: #468750).
+
+ -- Luk Claes <[email protected]> Sun, 09 Mar 2008 17:17:03 +0000
+
shaperd (0.2.1-5.1) unstable; urgency=high
* Non-maintainer upload.
diff -u shaperd-0.2.1/debian/shaperd.init shaperd-0.2.1/debian/shaperd.init
--- shaperd-0.2.1/debian/shaperd.init
+++ shaperd-0.2.1/debian/shaperd.init
@@ -2,6 +2,14 @@
# /etc/init.d/shaperd
# (C) 2001. RISKO Gergely (based on skeleton example)
+### BEGIN INIT INFO
+# Provides: shaperd
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
+
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/shaperd
NAME=shaperd
only in patch2:
unchanged:
--- shaperd-0.2.1.orig/src/bwadm.hpp
+++ shaperd-0.2.1/src/bwadm.hpp
@@ -2,7 +2,9 @@
#define _BWADM_HPP_
#include "time.hpp"
-#include <list.h>
+#include <list>
+
+using namespace std;
struct classinfo {
public:
--- End Message ---
--- Begin Message ---
Version: 0.2.1-5.2+rm
Dear submitter,
as the package shaperd 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/708220
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 ---