diff -u madwimax-0.1.1/debian/control madwimax-0.1.1/debian/control --- madwimax-0.1.1/debian/control +++ madwimax-0.1.1/debian/control @@ -1,7 +1,8 @@ Source: madwimax Section: admin Priority: optional -Maintainer: Alexander Gordeev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alexander Gordeev Build-Depends: debhelper (>= 7), autotools-dev, libusb-1.0-0-dev, pkg-config, asciidoc, docbook-xml, docbook2x Standards-Version: 3.8.1 Homepage: http://code.google.com/p/madwimax/ @@ -11,7 +12,7 @@ Package: madwimax Architecture: any Depends: ${shlibs:Depends} -Recommends: dhcp3-client | dhcp-client +Recommends: isc-dhcp-client | dhcp-client Description: user-space driver for mWiMAX equipment based on Samsung CMC-730 madwimax is an experimental reverse-engineered Linux driver for mobile WiMAX (802.16e) devices based on Samsung CMC-730 chip. These diff -u madwimax-0.1.1/debian/changelog madwimax-0.1.1/debian/changelog --- madwimax-0.1.1/debian/changelog +++ madwimax-0.1.1/debian/changelog @@ -1,3 +1,10 @@ +madwimax (0.1.1-1ubuntu1) quantal; urgency=low + + * Switch recommends from the now obsolete transitional package + dhcp3-client to the replacement isc-dhcp-client. + + -- Andy Whitcroft Mon, 09 Jul 2012 15:30:15 +0100 + madwimax (0.1.1-1) unstable; urgency=low * Initial release (Closes: #533173).