Branches for Edgy

Name Status Last Modified Last Commit
lp:ubuntu/edgy/uucp 1 Development 2009-06-27 19:46:19 UTC
5. * contrib/uudemon.day: Make sure we a...

Author: Peter Palfrader
Revision Date: 2006-06-18 02:25:29 UTC

* 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)

11 of 1 result