diff -u driftnet-0.1.6/Makefile driftnet-0.1.6/Makefile --- driftnet-0.1.6/Makefile +++ driftnet-0.1.6/Makefile @@ -33,7 +33,7 @@ # for displaying captured images in an X window, and need the following flags: CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libpng` -LDLIBS += -ljpeg -lungif `pkg-config --libs gtk+-2.0` `pkg-config --libs libpng` +LDLIBS += -ljpeg -lgif `pkg-config --libs gtk+-2.0` `pkg-config --libs libpng` # Alternatively, you can build a version of driftnet which can only be used # in `adjunct' mode as the back end for some other image-processing program. To diff -u driftnet-0.1.6/debian/control driftnet-0.1.6/debian/control --- driftnet-0.1.6/debian/control +++ driftnet-0.1.6/debian/control @@ -1,8 +1,9 @@ Source: driftnet Section: admin Priority: extra -Maintainer: Christoph Haas -Build-Depends: debhelper (>> 5.0), libgtk2.0-dev, libpcap-dev, libjpeg-dev, libungif4-dev, libpng-dev, xutils +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christoph Haas +Build-Depends: debhelper (>> 5.0), libgtk2.0-dev, libpcap-dev, libjpeg-dev, libgif-dev, libpng-dev, xutils Standards-Version: 3.7.2 Package: driftnet diff -u driftnet-0.1.6/debian/changelog driftnet-0.1.6/debian/changelog --- driftnet-0.1.6/debian/changelog +++ driftnet-0.1.6/debian/changelog @@ -1,3 +1,14 @@ +driftnet (0.1.6-7ubuntu1) hardy; urgency=low + + * libungif4-dev -> libgif-dev transition (LP: #174252) + - debian/control: + + Replaced libungif4-dev with libgif-dev + + Changed the maintainer field + - Makefile: + + Replaced -lungif with -lgif + + -- Stephan Hermann Wed, 09 Jan 2008 14:04:31 +0100 + driftnet (0.1.6-7) unstable; urgency=low * New maintainer. (closes: #390820)