udhcpc removed from control file
authorAndre Rodrigues <andre.rodrigues@signove.com>
Mon, 14 Sep 2009 14:26:48 +0000 (11:26 -0300)
committerAndre Rodrigues <andre.rodrigues@signove.com>
Mon, 14 Sep 2009 14:26:48 +0000 (11:26 -0300)
debian/changelog
debian/control
debian/rules

index 5f83f04..733f837 100644 (file)
@@ -1,3 +1,9 @@
+udhcp (0.9.8cvs20050303-2.1osso1) unstable; urgency=low
+
+  * removed udhcpc from control file
+
+ -- Andre Rodrigues <andre.rodrigues@signove.com>  Mon, 14 Sep 2009 11:17:58 -0300
+
 udhcp (0.9.8cvs20050303-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
 udhcp (0.9.8cvs20050303-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
index 0c21875..59eb238 100644 (file)
@@ -4,21 +4,6 @@ Priority: optional
 Maintainer: Eric Van Buggenhaut <ericvb@debian.org>
 Standards-Version: 3.6.2
 
 Maintainer: Eric Van Buggenhaut <ericvb@debian.org>
 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
 Package: udhcpd
 Section: net
 Architecture: any
index e359ed5..8d34dfa 100755 (executable)
@@ -21,37 +21,37 @@ binary-arch: checkroot build
        rm -fr debian/tmp
 
        # Build udhcpc package.
        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
 
        # Build udhcpd package.
        install -d -m 755 debian/tmp/DEBIAN