Change logs for uucp source package in Feisty

  • uucp (1.07-19ubuntu1) feisty; urgency=low
    
      * Depend on update-inetd.
    
     -- Tollef Fog Heen <email address hidden>   Thu, 14 Dec 2006 11:19:39 +0100
  • uucp (1.07-19) unstable; urgency=low
    
      * Only call update-inetd --remove in postrm purge when a
        /usr/sbin/update-inetd still exists (closes: #389354).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  08 Nov 2006 20:00:34 +0000
  • uucp (1.07-18) unstable; urgency=low
    
      * contrib/uudemon.day: Make sure we append our individual reports to the
        tempfiles instead of overwriting them with every new system.  Thanks
        to Klaus for the report and patch (closes: #349996).
      * Only pass --host $(DEB_HOST_GNU_TYPE) to configure when it is different
        from DEB_BUILD_GNU_TYPE.
      * Instead of only setting CFLAGS to '-Wall -g' if they aren't set, always
        add those two.
      * Remove DEB_BUILD_OPTIONS 'nostrip' handling from debian/rules.  dh_strip
        does it all for us anyway.
      * Remove DEB_BUILD_OPTIONS 'debug' handling from debian/rules.  It's
        obsolete and we already build with -g anyway.
      * Support DEB_BUILD_OPTIONS 'noopt' and build with -O2 if it is not set,
        and with -O0 if it is.
      * Remove -s from LDFLAGS in contrib/Makefile.uurt, dh_strip does the right
        thing later on.
      * Instead of 'cd contrib; make ...' do 'cd contrib && make ...'.
      * Remove the -Wall from cc arguments for building contrib/in.uucpd.c.
        It's already included in $(CFLAGS).
      * Use debian/rules' CFLAGS in contrib/Makefile.uurt.
      * Change to debhelper compatiblity level 4 (from 3) (only updating
        DH_COMPAT setting in debian/rules required)
      * Update Standards-Version from 3.6.2 to 3.7.2 (no additional changes
        necessary)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  19 Jun 2006 10:33:34 +0100