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

Bug#400874: NMU uploaded



Hi,

this bug needed another patch to build on all arches, I just uploaded
it.

Please find the used diff below.


Cheers,
Andi

diff -Nur ../apt-0.6.46.3~~/apt-pkg/deb/debsrcrecords.cc ../apt-0.6.46.3/apt-pkg/deb/debsrcrecords.cc
--- ../apt-0.6.46.3~~/apt-pkg/deb/debsrcrecords.cc	2006-12-05 10:34:49.000000000 +0000
+++ ../apt-0.6.46.3/apt-pkg/deb/debsrcrecords.cc	2006-12-05 15:55:15.000000000 +0000
@@ -40,7 +40,7 @@
    {
       delete [] Buffer;
       // allocate new size based on buffer (but never smaller than 4000)
-      BufSize = max((unsigned long)4000, max(Bins.length()+1,2*BufSize));
+      BufSize = max((unsigned long)4000, max((long unsigned) Bins.length()+1,2*BufSize));
       Buffer = new char[BufSize];
    }
 
diff -Nur ../apt-0.6.46.3~~/configure ../apt-0.6.46.3/configure
--- ../apt-0.6.46.3~~/configure	2006-12-05 10:51:52.000000000 +0000
+++ ../apt-0.6.46.3/configure	2006-12-05 15:57:34.000000000 +0000
@@ -1773,7 +1773,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define VERSION "0.6.46.3-0.1"
+#define VERSION "0.6.46.3-0.2"
 _ACEOF
 
 PACKAGE="apt"
diff -Nur ../apt-0.6.46.3~~/configure.in ../apt-0.6.46.3/configure.in
--- ../apt-0.6.46.3~~/configure.in	2006-12-05 10:43:32.000000000 +0000
+++ ../apt-0.6.46.3/configure.in	2006-12-05 15:57:33.000000000 +0000
@@ -18,7 +18,7 @@
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.46.3-0.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.46.3-0.2")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
diff -Nur ../apt-0.6.46.3~~/debian/changelog ../apt-0.6.46.3/debian/changelog
--- ../apt-0.6.46.3~~/debian/changelog	2006-12-05 10:43:00.000000000 +0000
+++ ../apt-0.6.46.3/debian/changelog	2006-12-05 15:52:18.000000000 +0000
@@ -1,3 +1,10 @@
+apt (0.6.46.3-0.2) unstable; urgency=high
+
+  * Non-maintainer upload with permission of Michael Vogt.
+  * Fix FTBFS on most arches (regression from the fix of #400874)
+
+ -- Andreas Barth <aba@not.so.argh.org>  Tue,  5 Dec 2006 15:51:22 +0000
+
 apt (0.6.46.3-0.1) unstable; urgency=high
 
   * Non-maintainer upload with permission of Michael Vogt.
-- 
  http://home.arcor.de/andreas-barth/



Reply to: