Change logs for uucp source package in Edgy

  • 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
  • uucp (1.07-17) unstable; urgency=low
    
    
      * Add swedish translation for debconf note (closes: #332364).
      * Add a note that more translations are probably a waste of time.  The
        message is shown only on upgrades to woody (from potato).  :)
    
     -- Peter Palfrader <email address hidden>  Mon, 10 Oct 2005 04:04:29 +0200