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

Bug#471384: marked as done (u++: diff for NMU version 5.3.0-1.1)



Your message dated Thu, 07 May 2009 21:40:11 +0000
with message-id <E1M2BK7-0004tC-TU@ries.debian.org>
and subject line Bug#471384: fixed in u++ 5.3.0-2
has caused the Debian Bug report #471384,
regarding u++: diff for NMU version 5.3.0-1.1
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.)


-- 
471384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471384
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: u++
Version: 5.3.0-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my u++ 5.3.0-1.1 NMU.
diff -u u++-5.3.0/src/kernel/Makefile u++-5.3.0/src/kernel/Makefile
--- u++-5.3.0/src/kernel/Makefile
+++ u++-5.3.0/src/kernel/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/translator/Makefile u++-5.3.0/src/translator/Makefile
--- u++-5.3.0/src/translator/Makefile
+++ u++-5.3.0/src/translator/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/library/Makefile u++-5.3.0/src/library/Makefile
--- u++-5.3.0/src/library/Makefile
+++ u++-5.3.0/src/library/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/examples/IO/Makefile u++-5.3.0/src/examples/IO/Makefile
--- u++-5.3.0/src/examples/IO/Makefile
+++ u++-5.3.0/src/examples/IO/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/examples/Makefile u++-5.3.0/src/examples/Makefile
--- u++-5.3.0/src/examples/Makefile
+++ u++-5.3.0/src/examples/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/collection/Makefile u++-5.3.0/src/collection/Makefile
--- u++-5.3.0/src/collection/Makefile
+++ u++-5.3.0/src/collection/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/debugger/Makefile u++-5.3.0/src/debugger/Makefile
--- u++-5.3.0/src/debugger/Makefile
+++ u++-5.3.0/src/debugger/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/profiler/Makefile u++-5.3.0/src/profiler/Makefile
--- u++-5.3.0/src/profiler/Makefile
+++ u++-5.3.0/src/profiler/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/src/scheduler/Makefile u++-5.3.0/src/scheduler/Makefile
--- u++-5.3.0/src/scheduler/Makefile
+++ u++-5.3.0/src/scheduler/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/doc/refman/Makefile u++-5.3.0/doc/refman/Makefile
--- u++-5.3.0/doc/refman/Makefile
+++ u++-5.3.0/doc/refman/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/doc/man/Makefile u++-5.3.0/doc/man/Makefile
--- u++-5.3.0/doc/man/Makefile
+++ u++-5.3.0/doc/man/Makefile
@@ -1,6 +1,6 @@
 ## Define the appropriate configuration variables.
 
-PACKAGE = /home/delahaym/u++/u++-5.3.0
+PACKAGE = /home/u++-5.3.0
 
 ## Include the architecture dependent definitions.
 
diff -u u++-5.3.0/debian/control u++-5.3.0/debian/control
--- u++-5.3.0/debian/control
+++ u++-5.3.0/debian/control
@@ -1,8 +1,7 @@
 Source: u++
 Section: devel
 Priority: optional
-Maintainer: Richard C. Bilson <rcbilson@plg.uwaterloo.ca>
-Uploaders: Matthieu Delahaye <matthieu@debian.org>
+Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends: csh | c-shell, g++ (>= 1:3.3), debhelper (>> 4.0.0), tetex-bin, tetex-extra
 Build-Depends-Indep: debhelper (>> 4.0.0), tetex-bin, tetex-extra
 Standards-Version: 3.6.2
diff -u u++-5.3.0/debian/rules u++-5.3.0/debian/rules
--- u++-5.3.0/debian/rules
+++ u++-5.3.0/debian/rules
@@ -36,6 +36,7 @@
 	-test -f CONFIG && $(MAKE) $(PACKAGEINSTALL_DIRS) scratch
 	cd doc/refman && rm -f *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
 	rm -f CONFIG
+	-rm -rf src/translator/lib-$(UCPP_ARCH) src/translator/obj-$(UCPP_ARCH) src/translator/bin-$(UCPP_ARCH)
 
 	dh_clean
 
diff -u u++-5.3.0/debian/changelog u++-5.3.0/debian/changelog
--- u++-5.3.0/debian/changelog
+++ u++-5.3.0/debian/changelog
@@ -1,3 +1,12 @@
+u++ (5.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set maintainer to Debian QA Group
+  * Fix FTBFS with GCC 4.3 (Closes: #417737).
+  * Clean src/translator/{bin,obj,lib}-linux-ARCH (Closes: #442790).
+
+ -- Luk Claes <luk@debian.org>  Mon, 17 Mar 2008 21:19:44 +0000
+
 u++ (5.3.0-1) unstable; urgency=low
 
    * New upstream. Now supports amd64. Closes: bug#282843, bug#345004
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/main.cc
+++ u++-5.3.0/src/translator/main.cc
@@ -24,10 +24,12 @@
 // along  with this library.
 // 
 
+#include <cstdlib>
 #include <iostream>
 #include <iomanip>
 #include <fstream>
 #include <csignal>
+#include <cstring>
 
 using std::cin;
 using std::cout;
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/output.cc
+++ u++-5.3.0/src/translator/output.cc
@@ -32,6 +32,9 @@
 #include "input.h"
 #include "output.h"
 
+#include <cstdlib>
+#include <cstring>
+
 static char *file = NULL;
 static unsigned int line = 1;
 
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/gen.cc
+++ u++-5.3.0/src/translator/gen.cc
@@ -33,6 +33,8 @@
 #include "input.h"
 #include "gen.h"
 
+#include <cstdlib>
+#include <cstring>
 
 void gen_code( token_t *before, const char text ) {
     char buffer[2] = { text, '\0' };
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/parse.cc
+++ u++-5.3.0/src/translator/parse.cc
@@ -39,6 +39,8 @@
 #include "parse.h"
 #include "gen.h"
 
+#include <cstdlib>
+#include <cstring>
 #include <set>
 
 //#define __U_DEBUG_H__
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/cc1plus.cc
+++ u++-5.3.0/src/translator/cc1plus.cc
@@ -24,7 +24,7 @@
 // along  with this library.
 // 
 
-
+#include <cstdlib>
 #include <string>
 using std::string;
 #include <cstdio>
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/input.cc
+++ u++-5.3.0/src/translator/input.cc
@@ -29,6 +29,7 @@
 #include "token.h"
 #include "input.h"
 
+#include <cstdlib>
 #include <iostream>
 
 using std::cerr;
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/table.cc
+++ u++-5.3.0/src/translator/table.cc
@@ -31,6 +31,7 @@
 #include "table.h"
 #include "input.h"
 
+#include <cstdlib>
 #include <iostream>
 
 using std::cerr;
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/scan.cc
+++ u++-5.3.0/src/translator/scan.cc
@@ -30,6 +30,7 @@
 #include "input.h"
 #include "scan.h"
 
+#include <cstdio>
 
 void scan() {
     ahead = ahead->next_parse_token();
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/u++.cc
+++ u++-5.3.0/src/translator/u++.cc
@@ -31,6 +31,7 @@
 #include <cstdlib>					// getenv, putenv
 #include <string>					// STL version
 #include <unistd.h>					// execvp
+#include <cstring>
 
 using std::ifstream;
 using std::cerr;
only in patch2:
unchanged:
--- u++-5.3.0.orig/src/translator/token.cc
+++ u++-5.3.0/src/translator/token.cc
@@ -29,6 +29,9 @@
 #include "token.h"
 #include "main.h"
 
+#include <cstdlib>
+#include <cstring>
+
 // The token manager.
 #define INITIAL_SIZE 1000
 

--- End Message ---
--- Begin Message ---
Source: u++
Source-Version: 5.3.0-2

We believe that the bug you reported is fixed in the latest version of
u++, which is due to be installed in the Debian FTP archive:

u++-doc_5.3.0-2_all.deb
  to pool/main/u/u++/u++-doc_5.3.0-2_all.deb
u++_5.3.0-2.diff.gz
  to pool/main/u/u++/u++_5.3.0-2.diff.gz
u++_5.3.0-2.dsc
  to pool/main/u/u++/u++_5.3.0-2.dsc
u++_5.3.0-2_i386.deb
  to pool/main/u/u++/u++_5.3.0-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 471384@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese <bdefreese@debian.org> (supplier of updated u++ package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 07 May 2009 16:30:39 -0400
Source: u++
Binary: u++ u++-doc
Architecture: source i386 all
Version: 5.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Barry deFreese <bdefreese@debian.org>
Description: 
 u++        - Object-oriented concurrent language extensions for C++
 u++-doc    - μC++ Annotated Reference Manual
Closes: 471384 505017
Changes: 
 u++ (5.3.0-2) unstable; urgency=low
 .
   * QA upload.
   * Acknowledge NMUs. (Closes: #471384).
   * Build with gcc-4.4. (Closes: #505017).
     + Thanks to Martin Michlmayr for the fixes!
   * Move URL from package description to Homepage.
   * Add watch file.
   * Replace deprecated tetex-bin build-dep with texlive.
   * Remove duplicated B-D, B-D-I.
   * Move doc package to Section: doc.
   * Add copyright holders to debian/copyright.
     + Some dates might be missing.
   * Bump debhelper build-dep to >= 5.
   * Move DH_COMPAT from rules to debian/compat and set to 5.
   * Bump Standards Version to 3.8.1.
Checksums-Sha1: 
 adb4c13ff307af87656ef1f4e60d1b8774880494 1043 u++_5.3.0-2.dsc
 7fc78570948f151e2933429bddccf6c9f5e2a1ab 36688 u++_5.3.0-2.diff.gz
 d7b0e54aafd7c2db8b1ee7bc8f3a8b0b5b926132 522720 u++_5.3.0-2_i386.deb
 335f5715a5e54e0395814032a195b5ca626f7e09 294790 u++-doc_5.3.0-2_all.deb
Checksums-Sha256: 
 95b8615f7ab74994161e0e10b2a9aeb26d0a6e6c7837a0bc30d03d31c02ce689 1043 u++_5.3.0-2.dsc
 0263bd1c7997556e59a0fb4686d862d08b60fdca639d2d965039c4e9c47e4c1f 36688 u++_5.3.0-2.diff.gz
 a52fe380b4acd0b5c338115bc3a313db4f7859aaf4b3832c30eeaa28d0f36a57 522720 u++_5.3.0-2_i386.deb
 6d285afc71f944681d78fd64d86ced126370fd776e3a6df953bc4feb03a2195e 294790 u++-doc_5.3.0-2_all.deb
Files: 
 264fd4cf7b770d574072dfea83d79a28 1043 devel optional u++_5.3.0-2.dsc
 2d8c9ff246ca5f7f619f80fdd40dbc46 36688 devel optional u++_5.3.0-2.diff.gz
 e6ce2a91d292228a5a93c98be5f06cdc 522720 devel optional u++_5.3.0-2_i386.deb
 20044d0fca285ea26b22b5690438eb9f 294790 doc optional u++-doc_5.3.0-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoDTZ0ACgkQ5ItltUs5T36MNACfVZcrfKbuJsY8g0Zjlrj5XLIB
zSEAmgKoUnF/mOdsRuFNyb35sSShqZ1t
=xU45
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: