tags 625409 + pending
thanks

Dear maintainer,

I've prepared an NMU for uisp (versioned as 20050207-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Eric Clapton: Layla
diff -u uisp-20050207/debian/patches/00list uisp-20050207/debian/patches/00list
--- uisp-20050207/debian/patches/00list
+++ uisp-20050207/debian/patches/00list
@@ -3,0 +4 @@
+40_fix_g++_4.6.dpatch
diff -u uisp-20050207/debian/changelog uisp-20050207/debian/changelog
--- uisp-20050207/debian/changelog
+++ uisp-20050207/debian/changelog
@@ -1,3 +1,12 @@
+uisp (20050207-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with gcc-4.6 -Werror": add patch 40_fix_g++_4.6.dpatch from
+    peter green (removes unused variables).
+    Closes: #625409
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 21 Dec 2011 14:33:08 +0100
+
 uisp (20050207-4) unstable; urgency=low
 
   * Changed debian/rules to apply dpatches at configure-time.
only in patch2:
unchanged:
--- uisp-20050207.orig/debian/patches/40_fix_g++_4.6.dpatch
+++ uisp-20050207/debian/patches/40_fix_g++_4.6.dpatch
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_fix_g++_4.6.dpatch by peter green <plugw...@p10link.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove unused variables.
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' uisp-20050207~/src/Stk500.C uisp-20050207/src/Stk500.C
+--- uisp-20050207~/src/Stk500.C	2011-10-29 23:04:59.000000000 +0000
++++ uisp-20050207/src/Stk500.C	2011-10-29 23:06:46.000000000 +0000
+@@ -724,7 +724,6 @@
+ void TStk500::ReadMem(){
+   TByte buf[0x200];
+   int wordsize;
+-  TAddr addr;
+   TByte seg;
+ 
+   if (segment == SEG_FLASH) {
+@@ -741,7 +740,6 @@
+ 
+   EnterProgrammingMode();
+ 
+-  addr = 0;
+   for (unsigned int addr=0; addr<GetSegmentSize(); addr+=0x100) {
+     memcpy(buf, SetAddress, sizeof(SetAddress));
+     buf[1] = (addr/wordsize) & 0xff;

Attachment: signature.asc
Description: Digital signature

Reply via email to