From: Andre Rodrigues Date: Mon, 14 Sep 2009 14:26:48 +0000 (-0300) Subject: udhcpc removed from control file X-Git-Url: http://git.maemo.org/git/?p=udhcp;a=commitdiff_plain;h=e54b72acee68aeb55e23e9731172f11e978149b4 udhcpc removed from control file --- diff --git a/debian/changelog b/debian/changelog index 5f83f04..733f837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +udhcp (0.9.8cvs20050303-2.1osso1) unstable; urgency=low + + * removed udhcpc from control file + + -- Andre Rodrigues Mon, 14 Sep 2009 11:17:58 -0300 + udhcp (0.9.8cvs20050303-2.1) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 0c21875..59eb238 100644 --- a/debian/control +++ b/debian/control @@ -4,21 +4,6 @@ Priority: optional Maintainer: Eric Van Buggenhaut Standards-Version: 3.6.2 -Package: udhcpc -Section: net -Architecture: any -Provides: dhcp-client -Depends: ${shlibs:Depends} -Suggests: resolvconf -Description: very small DHCP client - DHCP is a protocol like BOOTP (actually dhcpd includes much of - the functionality of BOOTPD!). It assigns IP addresses to clients - based on lease times. - This package is primarily geared towards embedded systems. It does however, - strive to be fully functional, and RFC compliant. - . - This is the client-side application. - Package: udhcpd Section: net Architecture: any diff --git a/debian/rules b/debian/rules index e359ed5..8d34dfa 100755 --- a/debian/rules +++ b/debian/rules @@ -21,37 +21,37 @@ binary-arch: checkroot build rm -fr debian/tmp # Build udhcpc package. - install -d -m 755 debian/tmp/DEBIAN - install -m 644 debian/conffiles.udhcpc debian/tmp/DEBIAN/conffiles - - install -d -m 755 debian/tmp/usr/share/doc/udhcpc - #install -m 644 README debian/tmp/usr/share/doc/udhcpc - install -m 644 README.udhcpc debian/tmp/usr/share/doc/udhcpc/README - install -m 644 ChangeLog debian/tmp/usr/share/doc/udhcpc/changelog - install -m 644 debian/changelog debian/tmp/usr/share/doc/udhcpc/changelog.Debian - gzip -9v debian/tmp/usr/share/doc/udhcpc/* - install -m 644 debian/copyright debian/tmp/usr/share/doc/udhcpc - - install -d -m 755 debian/tmp/usr/share/man/man8 - install -m 644 udhcpc.8 debian/tmp/usr/share/man/man8 - gzip -9v debian/tmp/usr/share/man/man8/udhcpc.8 - - install -d -m 755 debian/tmp/sbin - install -m 755 udhcpc debian/tmp/sbin/udhcpc - strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/sbin/udhcpc - - install -d -m 755 debian/tmp/etc/udhcpc - for name in leasefail bound deconfig renew script nak; do \ - install -m 755 samples/sample.$$name debian/tmp/etc/udhcpc/default.$$name ; \ - done - - dpkg-shlibdeps udhcpc - dpkg-gencontrol -isp -pudhcpc - chown -R root.root debian/tmp - chmod -R go=rX debian/tmp - dpkg --build debian/tmp .. - - rm -fr debian/tmp + #install -d -m 755 debian/tmp/DEBIAN + #install -m 644 debian/conffiles.udhcpc debian/tmp/DEBIAN/conffiles + + #install -d -m 755 debian/tmp/usr/share/doc/udhcpc + ##install -m 644 README debian/tmp/usr/share/doc/udhcpc + #install -m 644 README.udhcpc debian/tmp/usr/share/doc/udhcpc/README + #install -m 644 ChangeLog debian/tmp/usr/share/doc/udhcpc/changelog + #install -m 644 debian/changelog debian/tmp/usr/share/doc/udhcpc/changelog.Debian + #gzip -9v debian/tmp/usr/share/doc/udhcpc/* + #install -m 644 debian/copyright debian/tmp/usr/share/doc/udhcpc + + #install -d -m 755 debian/tmp/usr/share/man/man8 + #install -m 644 udhcpc.8 debian/tmp/usr/share/man/man8 + #gzip -9v debian/tmp/usr/share/man/man8/udhcpc.8 + + #install -d -m 755 debian/tmp/sbin + #install -m 755 udhcpc debian/tmp/sbin/udhcpc + #strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/sbin/udhcpc + + #install -d -m 755 debian/tmp/etc/udhcpc + #for name in leasefail bound deconfig renew script nak; do \ + # install -m 755 samples/sample.$$name debian/tmp/etc/udhcpc/default.$$name ; \ + #done + + #dpkg-shlibdeps udhcpc + #dpkg-gencontrol -isp -pudhcpc + #chown -R root.root debian/tmp + #chmod -R go=rX debian/tmp + #dpkg --build debian/tmp .. + + #rm -fr debian/tmp # Build udhcpd package. install -d -m 755 debian/tmp/DEBIAN