Your message dated Fri, 30 Jun 2017 18:45:53 +0300
with message-id <20170630154553.saqmw5ikukihk5d6@localhost>
and subject line Closing unwanted pu requests
has caused the Debian Bug report #862800,
regarding jessie-pu: package etherpuppet/0.3-3~deb8u1
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 ow...@bugs.debian.org
immediately.)


-- 
862800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu


 changelog                         |   14 ++++++++++++++
 patches/fix-char-signedness.patch |   15 +++++++++++++++
 patches/series                    |    1 +
 3 files changed, 30 insertions(+)

diff -Nru etherpuppet-0.3/debian/changelog etherpuppet-0.3/debian/changelog
--- etherpuppet-0.3/debian/changelog    2012-04-01 11:23:32.000000000 +0300
+++ etherpuppet-0.3/debian/changelog    2017-05-17 12:33:06.000000000 +0300
@@ -1,3 +1,17 @@
+etherpuppet (0.3-3~deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for jessie.
+
+ -- Adrian Bunk <b...@debian.org>  Wed, 17 May 2017 12:32:33 +0300
+
+etherpuppet (0.3-3) unstable; urgency=low
+
+  * Apply upstream fix to make package usable on systems with unsigned
+    char. Patch from Peter Michael Green. Closes: #861366.
+
+ -- Vincent Bernat <ber...@debian.org>  Sat, 29 Apr 2017 12:56:45 +0200
+
 etherpuppet (0.3-2) unstable; urgency=low
 
   * Fix "build-arch" target being empty. Closes: #666313.
diff -Nru etherpuppet-0.3/debian/patches/fix-char-signedness.patch 
etherpuppet-0.3/debian/patches/fix-char-signedness.patch
--- etherpuppet-0.3/debian/patches/fix-char-signedness.patch    1970-01-01 
02:00:00.000000000 +0200
+++ etherpuppet-0.3/debian/patches/fix-char-signedness.patch    2017-04-29 
13:56:45.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Apply upstream fix to make package usable on systems with 
unsigned char.
+Author: Peter Michael Green <plugw...@raspbian.org>
+
+--- etherpuppet-0.3.orig/etherpuppet.c
++++ etherpuppet-0.3/etherpuppet.c
+@@ -227,7 +227,8 @@ int main(int argc, char *argv[])
+       struct sigaction sa;
+ 
+ 
+-      char c, *p, *ip, *manual_bpf_arg;
++        int c;
++      char *p, *ip, *manual_bpf_arg;
+       unsigned char buf[MTU+4];
+       char *iface = NULL;
+       fd_set readset;
diff -Nru etherpuppet-0.3/debian/patches/series 
etherpuppet-0.3/debian/patches/series
--- etherpuppet-0.3/debian/patches/series       1970-01-01 02:00:00.000000000 
+0200
+++ etherpuppet-0.3/debian/patches/series       2017-04-29 13:56:45.000000000 
+0300
@@ -0,0 +1 @@
+fix-char-signedness.patch

--- End Message ---
--- Begin Message ---
The release team has made it clear that pu requests are not welcome when 
they are submitted by me.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to