diff -Nru bf-20041219ubuntu2/bf.c bf-20041219ubuntu3/bf.c --- bf-20041219ubuntu2/bf.c 2004-12-19 14:09:55.000000000 +0100 +++ bf-20041219ubuntu3/bf.c 2009-10-18 17:51:54.000000000 +0200 @@ -364,7 +364,8 @@ Usage(*v); ErrorMsg(errOPT, "No input file given."); } - if (!strcmp(*(v+1), "-h")) /* is first argument '-h'? */ + char help[]="-h"; + if (!strcmp(*(v+1), help)) /* is first argument '-h'? */ { Usage(*v); exit(0); diff -Nru bf-20041219ubuntu2/debian/changelog bf-20041219ubuntu3/debian/changelog --- bf-20041219ubuntu2/debian/changelog 2007-08-14 12:51:54.000000000 +0200 +++ bf-20041219ubuntu3/debian/changelog 2009-10-18 18:21:38.000000000 +0200 @@ -1,3 +1,14 @@ +bf (20041219ubuntu3) karmic; urgency=low + + * bf.c: work around to fix gcc warning (LP: #453469): + http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35903 + * debian/.control.swp: Deleted + * debian/control: Fixed lithian debian-rules-ignores-make-clean-error, + debhelper Build-Depends changed to 6 + * debian/compat: Changed to 6 + + -- Alfonso Cepeda Caballos Sun, 18 Oct 2009 18:19:38 +0200 + bf (20041219ubuntu2) gutsy; urgency=low * debian/control: Update maintainer fields according to debian- diff -Nru bf-20041219ubuntu2/debian/compat bf-20041219ubuntu3/debian/compat --- bf-20041219ubuntu2/debian/compat 2004-08-28 11:39:41.000000000 +0200 +++ bf-20041219ubuntu3/debian/compat 2009-10-18 18:16:02.000000000 +0200 @@ -1 +1 @@ -4 +6 diff -Nru bf-20041219ubuntu2/debian/control bf-20041219ubuntu3/debian/control --- bf-20041219ubuntu2/debian/control 2007-08-14 12:51:54.000000000 +0200 +++ bf-20041219ubuntu3/debian/control 2009-10-18 18:19:27.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Stephan Beyer -Build-Depends: debhelper (>= 4.0.0), libslang2-dev +Build-Depends: debhelper (>= 6), libslang2-dev Standards-Version: 3.6.1 Package: bf Los ficheros binarios /tmp/EYIbcIQJZw/bf-20041219ubuntu2/debian/.control.swp y /tmp/3cKOYITFQO/bf-20041219ubuntu3/debian/.control.swp son distintos diff -Nru bf-20041219ubuntu2/debian/rules bf-20041219ubuntu3/debian/rules --- bf-20041219ubuntu2/debian/rules 2004-08-28 11:39:41.000000000 +0200 +++ bf-20041219ubuntu3/debian/rules 2009-10-18 17:58:58.000000000 +0200 @@ -10,7 +10,7 @@ clean: dh_testdir - -$(MAKE) clean + $(MAKE) clean dh_clean install: build