diff -u itop-0.1/debian/control itop-0.1/debian/control --- itop-0.1/debian/control +++ itop-0.1/debian/control @@ -1,7 +1,8 @@ Source: itop Section: admin Priority: extra -Maintainer: Jose Parrella +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jose Parrella Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2.2 diff -u itop-0.1/debian/changelog itop-0.1/debian/changelog --- itop-0.1/debian/changelog +++ itop-0.1/debian/changelog @@ -1,3 +1,12 @@ +itop (0.1-1ubuntu1) hardy; urgency=low + + * src/config.h: increase MAX_INTS from 256 to 1024, to really + fix the segfault (LP: #188897) + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Albert Damen Mon, 04 Feb 2008 20:25:52 +0100 + itop (0.1-1build1) hardy; urgency=low * Rebuild against hardy to not segfault only in patch2: unchanged: --- itop-0.1.orig/src/config.h +++ itop-0.1/src/config.h @@ -1,2 +1,2 @@ #define MAX_NAME_LEN 18 -#define MAX_INTS 256 +#define MAX_INTS 1024